mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
MultiThreadMgr
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: df75d01709b5c0249bbf3705717b9b37
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user