コード例 #1
0
ファイル: CtrlStage.cs プロジェクト: hatano0x06/Coroppoxus
 /// 終了
 public void End()
 {
     actorStg.End();
     actorDestination.End();
     EventCntr.Clear();
     destinationTrgActor = null;
 }