コード例 #1
0
 public KillCounter(StateMachine s)
 {
     AutoUpdatables.Add(this);
     this.stateMachine = s;
 }
コード例 #2
0
 public KillCounter()
 {
     AutoUpdatables.Add(this);
     this.stateMachine = new StateMachine();
 }