コード例 #1
0
ファイル: Actor.cs プロジェクト: Doom2fan/PokesYou
 public Actor(ActorState st) : this()
 {
     stTime = 0;
     state  = st;
 }