예제 #1
0
 private void Awake()
 {
     Instance = this;
 }
예제 #2
0
 public void PlayBattleSE(BattleSE se)
 {
     BattleSound[(int)se].Play();
 }
예제 #3
0
 public override IEnumerator Execute()
 {
     //効果音を再生します
     BattleSE.PlaySE(audioClip);
     yield break;
 }
예제 #4
0
 public void playBattleSE(BattleSE SE)
 {
     PC.AM.PlayBattleSE (SE);
 }