mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
10 lines
183 B
C#
10 lines
183 B
C#
using Cysharp.Threading.Tasks;
|
|
using Entitas;
|
|
|
|
namespace JNGame.Runtime.System
|
|
{
|
|
public class JNSystemLoad : ISystem
|
|
{
|
|
public virtual async UniTask Init(){}
|
|
}
|
|
} |