diff options
author | chai <chaifix@163.com> | 2021-11-11 10:29:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-11 10:29:17 +0800 |
commit | de46b91a524c5f2c8e72b379f2900afe34ccb815 (patch) | |
tree | 365122dc27fd1cdcd80939c63ea248e90716c641 /Runtime/Events/Event.h | |
parent | f706f0e17ac2e7893feddc96b496db89f35e94a8 (diff) |
*misc
Diffstat (limited to 'Runtime/Events/Event.h')
-rw-r--r-- | Runtime/Events/Event.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Runtime/Events/Event.h b/Runtime/Events/Event.h new file mode 100644 index 0000000..f348ece --- /dev/null +++ b/Runtime/Events/Event.h @@ -0,0 +1,8 @@ +#pragma once + + +class Event +{ +public: + +}; |