Beispiel #1
0
 public override void UseItemHitbox(Player player, ref Rectangle hitbox, ref bool noHitbox)
 {
     if (player.altFunctionUse == 2)
     {
         noHitbox = true;
     }
     else
     {
         Hiweapons.CustSwingHitbox(player, ref hitbox, 62, 77);
     }
 }
 public override void UseItemHitbox(Player player, ref Rectangle hitbox, ref bool noHitbox)
 {
     Hiweapons.CustSwingHitbox(player, ref hitbox, 62, 77);
 }