Beispiel #1
0
	// ================================================================ //
	// このコントローラが前提とするコントローラクラスへの参照を返す
	private chrControllerEnemyGhost getMyController()
	{
		if (myController == null) {
			myController = this.control as chrControllerEnemyGhost;
		}
		return myController;
	}
Beispiel #2
0
 // ================================================================ //
 // このコントローラが前提とするコントローラクラスへの参照を返す
 private chrControllerEnemyGhost getMyController()
 {
     if (myController == null)
     {
         myController = this.control as chrControllerEnemyGhost;
     }
     return(myController);
 }