From 6383b3938ba81b3cd381927b3c60dc9cb04c49d2 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 4 Dec 2022 12:34:29 +0100 Subject: [PATCH] newlines --- Changes/NPCLoot.cs | 2 +- Items/CopperSwordOnAStick.cs | 2 +- Items/KatanaRedo.cs | 2 +- Items/MithrilPebbleOfPigSmiting.cs | 2 +- Projectiles/Weapons/CopperSwordOnAStickProjectile.cs | 2 +- Projectiles/Weapons/MithrilPebbleOfPigSmitingProjectile.cs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changes/NPCLoot.cs b/Changes/NPCLoot.cs index c2c0a66..422d790 100644 --- a/Changes/NPCLoot.cs +++ b/Changes/NPCLoot.cs @@ -16,4 +16,4 @@ public class NpcLoot : GlobalNPC npcLoot.Add(ItemDropRule.Common(ModContent.ItemType(), 400, 1, 1)); } } -} \ No newline at end of file +} diff --git a/Items/CopperSwordOnAStick.cs b/Items/CopperSwordOnAStick.cs index 3376e81..3eceb92 100644 --- a/Items/CopperSwordOnAStick.cs +++ b/Items/CopperSwordOnAStick.cs @@ -39,4 +39,4 @@ public class CopperSwordOnAStick : ModItem { .AddIngredient(ItemID.CopperShortsword) .Register(); } -} \ No newline at end of file +} diff --git a/Items/KatanaRedo.cs b/Items/KatanaRedo.cs index 545558b..4998ba0 100644 --- a/Items/KatanaRedo.cs +++ b/Items/KatanaRedo.cs @@ -49,4 +49,4 @@ public class KatanaRedo : GlobalItem { return null; } -} \ No newline at end of file +} diff --git a/Items/MithrilPebbleOfPigSmiting.cs b/Items/MithrilPebbleOfPigSmiting.cs index 859a7fa..37b365e 100644 --- a/Items/MithrilPebbleOfPigSmiting.cs +++ b/Items/MithrilPebbleOfPigSmiting.cs @@ -44,4 +44,4 @@ public class MithrilPebbleOfPigSmiting : ModItem { Item.shootSpeed = 20f; Item.shoot = ModContent.ProjectileType(); } -} \ No newline at end of file +} diff --git a/Projectiles/Weapons/CopperSwordOnAStickProjectile.cs b/Projectiles/Weapons/CopperSwordOnAStickProjectile.cs index f1c4b06..56c9d6c 100644 --- a/Projectiles/Weapons/CopperSwordOnAStickProjectile.cs +++ b/Projectiles/Weapons/CopperSwordOnAStickProjectile.cs @@ -29,4 +29,4 @@ class CopperSwordOnAStickProjectile : ModProjectile { DrawOriginOffsetX = 0; DrawOffsetX = 0; } -} \ No newline at end of file +} diff --git a/Projectiles/Weapons/MithrilPebbleOfPigSmitingProjectile.cs b/Projectiles/Weapons/MithrilPebbleOfPigSmitingProjectile.cs index 61a292d..44f163e 100644 --- a/Projectiles/Weapons/MithrilPebbleOfPigSmitingProjectile.cs +++ b/Projectiles/Weapons/MithrilPebbleOfPigSmitingProjectile.cs @@ -28,4 +28,4 @@ class MithrilPebbleOfPigSmitingProjectile : ModProjectile { Main.dust[dust].noGravity = true; Main.dust[dust].velocity *= 0.3f; } -} \ No newline at end of file +}