예제 #1
0
 public CommandReceiverComponent Wait(float time)
 {
     m_CommandReceiver.AddLast(new CommandWait(time, this));
     return(this);
 }