diff options
Diffstat (limited to 'gamemode/itemsystem/items/sand.lua')
| -rw-r--r-- | gamemode/itemsystem/items/sand.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gamemode/itemsystem/items/sand.lua b/gamemode/itemsystem/items/sand.lua deleted file mode 100644 index 37924e7..0000000 --- a/gamemode/itemsystem/items/sand.lua +++ /dev/null @@ -1,10 +0,0 @@ -ITEM = {} - -ITEM.Name = "Sand" -ITEM.Description = "How in the world are you holding this stuff?" -ITEM.Icon = "test.png" -ITEM.UniqueData = false - -genericMakeDroppable(ITEM) - -GMS.RegisterResource(ITEM) |
