switch to using own event system

This commit is contained in:
2026-06-13 17:42:16 +02:00
parent ed17664ef1
commit 5317f35198
49 changed files with 611 additions and 300 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include "Event.h"
class ExitBlueprintModeRequestedEvent : public Event
{
};