예제 #1
0
 public bool CurrentActionFinshed()
 {
     return(HasAction() == false || CurrentAction.HasFinshed() && CurrentAction.HasStarted);
 }