예제 #1
0
 public JumpState(Player player)
 {
     m_PlayerRef = player;
 }
예제 #2
0
 public FallState(Player player)
 {
     m_PlayerRef = player;
 }
예제 #3
0
 public WalkState(Player player)
 {
     m_PlayerRef = player;
 }