|
@@ -1,18 +0,0 @@
|
|
|
-namespace ET
|
|
|
-{
|
|
|
- namespace EventType
|
|
|
- {
|
|
|
- public struct SceneChangeStart { }
|
|
|
- public struct SceneChangeFinish { }
|
|
|
- public struct SceneLoadFinish { }
|
|
|
- public struct AfterCreateClientScene { }
|
|
|
- public struct AfterCreateCurrentScene { }
|
|
|
- public struct AppStartInitFinish { }
|
|
|
- public struct LoginFinish { }
|
|
|
- public struct EnterMapFinish { }
|
|
|
- public struct AfterUnitCreate
|
|
|
- {
|
|
|
- public Unit Unit;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|