chore: adjust directory layout for new added planned peoject
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace BallanceTASEditor.UI {
|
||||
public enum OperationEnum {
|
||||
Set,
|
||||
Unset,
|
||||
Cut,
|
||||
Copy,
|
||||
PasteAfter,
|
||||
PasteBefore,
|
||||
Delete,
|
||||
DeleteAfter,
|
||||
DeleteBefore,
|
||||
AddAfter,
|
||||
AddBefore,
|
||||
Undo,
|
||||
Redo
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user