コード例 #1
0
ファイル: EntityFreeFSM.cs プロジェクト: aowchina/HolyTech
 public void Enter(Ientity entity, float last)
 {
     entity.OnEnterFree();
 }