Files
2024-10-16 00:03:41 +08:00

12 lines
164 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public enum BgmAudio
{
None= 0,
LobbyBgm,
FightingBgm,
NormalBgm,
}