Started working on UI for windows users. Fixed bug in actions not being loaded

This commit is contained in:
2024-05-26 01:08:38 +03:00
parent c87d1a89c5
commit 5345515512
42 changed files with 655 additions and 1290 deletions

View File

@@ -14,6 +14,11 @@ public interface DBEvent
/// </summary>
string Description { get; }
/// <summary>
/// If the event requires another thread to run
/// </summary>
bool RequireOtherThread { get; }
/// <summary>
/// The method that is invoked when the event is loaded into memory
/// </summary>