示例#1
0
 void OnNextTurn(CTurn turn)
 {
     if (turn is PlayerTurn)
     {
         _laserEmitter.Emit(this.ParentGrid, _dir);
     }
 }