2026-04-27 중간저장

This commit is contained in:
2026-04-27 17:01:26 +09:00
parent 5ed3f9f750
commit 88a71e6292
40 changed files with 861 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
using UnityEngine;
[CreateAssetMenu(menuName = "Sound/BGMClip")]
public class BGMClip : ScriptableObject
{
public string BGMName;
public AudioClip Clip;
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: b017d3f0163ed5841bdd1041c4631412