Beispiel #1
0
 public AttackOnAirState(AttackStateMachine ASM, DirectionChangeAttack directionChange) : base(ASM, directionChange)
 {
 }
Beispiel #2
0
 public ChagnedDirectionState(AttackStateMachine ASM, DirectionChangeAttack directionChange) : base(ASM, directionChange)
 {
 }
Beispiel #3
0
 protected DirectionChangeAttackState(AttackStateMachine ASM, DirectionChangeAttack directionChange) : base(ASM)
 {
     _directionChange = directionChange;
 }