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