refactor some game interface plugin approach

This commit is contained in:
RaidMax
2022-03-07 19:59:34 -06:00
parent acf66da4ca
commit 9f4d06c265
5 changed files with 384 additions and 279 deletions

View File

@ -257,6 +257,7 @@ namespace SharedLibraryCore
public EFClient Target;
public EventType Type;
public string TypeName => Type.ToString();
public GameEvent()
{