コード例 #1
0
 public override StateCommand HangleInput(Demo demo)
 {
     throw new System.NotImplementedException();
 }
コード例 #2
0
 // this will return the next command, if it's null, the state remains unchanged
 public abstract StateCommand HangleInput(Demo demo);