mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 10:46:17 +00:00
临时提交
This commit is contained in:
@@ -7,17 +7,18 @@ namespace GAS.Runtime
|
||||
/// </summary>
|
||||
public class JexGasManager
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// GAS 专用对象池 (只限制当前管理器)
|
||||
/// </summary>
|
||||
private JexGasObjectPool ObjectPool = new JexGasObjectPool();
|
||||
|
||||
public static void Awake()
|
||||
{
|
||||
//初始化 GAS 对象池
|
||||
JexGasObjectPool.Awake();
|
||||
}
|
||||
|
||||
public static void Destroy()
|
||||
{
|
||||
//销毁 GAS 对象池
|
||||
JexGasObjectPool.Destroy();
|
||||
}
|
||||
|
||||
public static void Update()
|
||||
|
Reference in New Issue
Block a user