mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 10:46:17 +00:00
临时提交
This commit is contained in:
@@ -31,6 +31,14 @@ namespace JNGame.Runtime.Sync.System.Logic
|
||||
return GAS.Unregister(abilitySystemComponent);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 创建 AbilitySystemComponent
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public T CreateAbilitySystemComponent<T>() where T : AbilitySystemComponent, new()
|
||||
{
|
||||
return GAS.CreateAbilitySystemComponent<T>();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user