示例#1
0
 public WalkState(WalkerController owner) : base(owner)
 {
 }
示例#2
0
 protected State(WalkerController owner)
 {
     Owner = owner;
 }