コード例 #1
0
 //Execute new command
 public void Execute()
 {
     _receiver.MoveOperation(_gameObject, _direction, _distance);
 }
コード例 #2
0
 //Execute new command
 public void excute(INotification note)
 {
     _receiver.MoveOperation(_gameObject, _direction, _distance);
 }
コード例 #3
0
 //Execute new command
 public IEnumerator Execute()
 {
     yield return(_receiver.MoveOperation(_gameObject, _Map, _direction, _distance, false));
 }