You've already forked taptap2024_GJ_chidouren
12 lines
164 B
C#
12 lines
164 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public enum BgmAudio
|
|
{
|
|
None= 0,
|
|
LobbyBgm,
|
|
FightingBgm,
|
|
NormalBgm,
|
|
}
|