Exemplo n.º 1
0
 public JumpState(Player player)
 {
     m_PlayerRef = player;
 }
Exemplo n.º 2
0
 public FallState(Player player)
 {
     m_PlayerRef = player;
 }
Exemplo n.º 3
0
 public WalkState(Player player)
 {
     m_PlayerRef = player;
 }