整合SLSUtilities
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace LunaWolfStudiosEditor.ScriptableSheets
|
||||
{
|
||||
public enum TableAction
|
||||
{
|
||||
None = 0,
|
||||
Copy = 1,
|
||||
CopyRow = 2,
|
||||
CopyColumn = 3,
|
||||
CopyJson = 4,
|
||||
SmartPaste = 5,
|
||||
Import = 6,
|
||||
Save = 7,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user