Пример #1
0
 public bool Equals(AttackBehaviorComponent.AttackAction other)
 {
     return(ComboMoveType.Attack == Type && null != AttackData && AttackData.Equals(other));
 }
Пример #2
0
 public bool Equals(AttackBehaviorComponent.AttackAction other)
 {
     return(null != other && AirAttack != other.IsGrounded && AttackDirection == other.Direction);
 }