예제 #1
0
 public FollowState(PriestMummy mummy)
 {
     enemy = mummy;
 }
예제 #2
0
 public AttackState(PriestMummy mummy)
 {
     enemy = mummy;
 }
예제 #3
0
 public ReviveState(PriestMummy mummy)
 {
     enemy = mummy;
 }