Esempio n. 1
0
 public Actor(ActorState st) : this()
 {
     stTime = 0;
     state  = st;
 }