mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
修正资源目录
修正资源目录
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
using TEngineCore.Net;
|
||||
|
||||
namespace TEngineCore
|
||||
{
|
||||
public class TEngineNetDemo : TEngineCore.TEngine
|
||||
{
|
||||
protected override void RegisterAllSystem()
|
||||
{
|
||||
base.RegisterAllSystem();
|
||||
AddLogicSys(UISys.Instance);
|
||||
AddLogicSys(DataCenterSys.Instance);
|
||||
}
|
||||
|
||||
protected override void StartGame()
|
||||
{
|
||||
UISys.Mgr.ShowWindow<TEngineLoginUI>();
|
||||
|
||||
GameClient.Instance.Connect("127.0.0.1", 54809,true);
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 091015446be02ff4eb886963dbe15d74
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user