[+] 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,11 @@
using System;
using System.Threading.Tasks;
namespace TEngine.Core
{
public interface ISingleton : IDisposable
{
public bool IsDisposed { get; set; }
public Task Initialize();
}
}

View File

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

View File

@@ -0,0 +1,7 @@
namespace TEngine.Core
{
public interface IUpdateSingleton : ISingleton
{
public abstract void Update();
}
}

View File

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