mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] 接入ET8服务端
[+] 接入ET8服务端
This commit is contained in:
38
Assets/GameScripts/DotNet/Model/Share/Demo/EventType.cs
Normal file
38
Assets/GameScripts/DotNet/Model/Share/Demo/EventType.cs
Normal file
@@ -0,0 +1,38 @@
|
||||
namespace ET
|
||||
{
|
||||
namespace EventType
|
||||
{
|
||||
public struct SceneChangeStart
|
||||
{
|
||||
}
|
||||
|
||||
public struct SceneChangeFinish
|
||||
{
|
||||
}
|
||||
|
||||
public struct AfterCreateClientScene
|
||||
{
|
||||
}
|
||||
|
||||
public struct AfterCreateCurrentScene
|
||||
{
|
||||
}
|
||||
|
||||
public struct AppStartInitFinish
|
||||
{
|
||||
}
|
||||
|
||||
public struct LoginFinish
|
||||
{
|
||||
}
|
||||
|
||||
public struct EnterMapFinish
|
||||
{
|
||||
}
|
||||
|
||||
public struct AfterUnitCreate
|
||||
{
|
||||
public Unit Unit;
|
||||
}
|
||||
}
|
||||
}
|
11
Assets/GameScripts/DotNet/Model/Share/Demo/EventType.cs.meta
Normal file
11
Assets/GameScripts/DotNet/Model/Share/Demo/EventType.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3bd7b14de3c7c874d9f2b5411204ddb1
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user