コード例 #1
0
ファイル: Idol.cs プロジェクト: liushengchao112/Ember
 public void InitializeState()
 {
     fsmIdle  = new IdolFsmIdle(this);
     fsmDying = new IdolFsmDying(this);
     fsmDeath = new IdolFsmDeath(this);
 }