示例#1
0
 public MiningState(PeonBot owner)
 {
     Peon = owner;
 }
示例#2
0
 public DrinkingState(PeonBot owner)
 {
     Peon = owner;
 }