From 1b60cd3941da05a209a7859193ba0ab3ee8389ba Mon Sep 17 00:00:00 2001 From: "Daniel V." Date: Wed, 4 Feb 2015 03:04:06 -0500 Subject: [PATCH] Git didn't remove this... --- .../Logic/Items/FlintandSteelItem.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 TrueCraft.Core/Logic/Items/FlintandSteelItem.cs diff --git a/TrueCraft.Core/Logic/Items/FlintandSteelItem.cs b/TrueCraft.Core/Logic/Items/FlintandSteelItem.cs deleted file mode 100644 index ec5554e..0000000 --- a/TrueCraft.Core/Logic/Items/FlintandSteelItem.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System; -using TrueCraft.API.Logic; - -namespace TrueCraft.Core.Logic.Items -{ - public class FlintAndSteelItem : ToolItem - { - public static readonly short ItemID = 0x103; - - public override short ID { get { return 0x103; } } - - public override sbyte MaximumStack { get { return 1; } } - - public override short BaseDurability { get { return 65; } } - - public override string DisplayName { get { return "Flint and Steel"; } } - } -} \ No newline at end of file