mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update GameEventMgr.cs
This commit is contained in:
@@ -9,8 +9,9 @@ namespace TEngine.Runtime
|
||||
{
|
||||
private GameEvent _gameEvent;
|
||||
|
||||
public GameEventMgr()
|
||||
protected override void Init()
|
||||
{
|
||||
base.Init();
|
||||
_gameEvent = MemoryPool.Acquire<GameEvent>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user