Changed EventDispacher from class to struct

This commit is contained in:
Simon Lübeß
2021-08-04 17:22:14 +02:00
parent 303578a83f
commit 3ac99491cf
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ namespace GlitchyEngine.Events
}
}
public class EventDispatcher
public struct EventDispatcher
{
private Event _event;