MultiThreadMgr

This commit is contained in:
ALEXTANG
2022-05-27 21:15:34 +08:00
parent bd518e9669
commit dfb0376415
2 changed files with 0 additions and 38 deletions

View File

@@ -1,27 +0,0 @@
namespace TEngine
{
public class ThreadMgr : UnitySingleton<ThreadMgr>
{
protected override void OnLoad()
{
base.OnLoad();
StartThread();
}
protected override void OnDestroy()
{
base.OnDestroy();
ShutDownThread();
}
private void StartThread()
{
}
private void ShutDownThread()
{
}
}
}

View File

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