Example #1
0
 public MoveState(RedTurtle owner) => this.owner = owner;
Example #2
0
 public IdleState(RedTurtle owner) => this.owner = owner;