整合SLSUtilities
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace LunaWolfStudios.ScriptableSheets.Samples.RPG
|
||||
{
|
||||
public enum WeaponCategory
|
||||
{
|
||||
Melee = 0,
|
||||
Ranged = 1,
|
||||
Magic = 2,
|
||||
Explosive = 3,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user