Initial Commit
This commit is contained in:
commit
ee5c2f922d
2255 changed files with 547750 additions and 0 deletions
7
Assets/Scripts/Systems/Items/ItemUseFlags.cs
Normal file
7
Assets/Scripts/Systems/Items/ItemUseFlags.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
using System;
|
||||
|
||||
namespace DefaultNamespace
|
||||
{
|
||||
[Flags]
|
||||
public enum ItemUseFlags { UseOnlyGrounded = 1 << 0, UseOnlyInteractive = 1 << 1, InteruptAttack = 1 << 2 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue