예제 #1
0
 public virtual bool CheckAction()
 {
     Action.Reset();
     AttackValue = Random.Range(0, 3);
     return(true);
 }