Initial Commit
This commit is contained in:
commit
ee5c2f922d
2255 changed files with 547750 additions and 0 deletions
4
Assets/Scripts/Inventory/SlotType.cs
Normal file
4
Assets/Scripts/Inventory/SlotType.cs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
namespace DefaultNamespace
|
||||
{
|
||||
public enum SlotType { None, RangedWeapon, MeleeWeapon, Grenade, Health }
|
||||
}
|
||||
3
Assets/Scripts/Inventory/SlotType.cs.meta
Normal file
3
Assets/Scripts/Inventory/SlotType.cs.meta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: be22e75cf6c14c5d862faad591bb298a
|
||||
timeCreated: 1534252467
|
||||
Loading…
Add table
Add a link
Reference in a new issue