[+] TEngineServer

[+] TEngineServer
This commit is contained in:
ALEXTANG
2023-07-13 17:17:26 +08:00
parent a69f53592e
commit 0c8f3a5f92
790 changed files with 52737 additions and 2533 deletions

View File

@@ -0,0 +1,21 @@
using System.Collections.Generic;
namespace TEngine
{
// 生成器自动生成,请不要手动编辑。
public class SceneType
{
public const int Gate = 1;
public const int Addressable = 2;
public const int Map = 3;
public const int Chat = 4;
public static readonly Dictionary<string, int> SceneDic = new Dictionary<string, int>()
{
{ "Gate", 1 },
{ "Addressable", 2 },
{ "Map", 3 },
{ "Chat", 4 },
};
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: e77592eb467992947a57a22ed5249c0d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: