2026-04-29 게임 로딩 개선
This commit is contained in:
16
Assets/02_Scripts/Sound/BGMObject.cs
Normal file
16
Assets/02_Scripts/Sound/BGMObject.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class BGMObject : MonoBehaviour
|
||||
{
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
2
Assets/02_Scripts/Sound/BGMObject.cs.meta
Normal file
2
Assets/02_Scripts/Sound/BGMObject.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 01702c6baeb850b4593ebc1dc16a0a3b
|
||||
Reference in New Issue
Block a user