This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-10-17 03:20:22 +08:00
parent dd2e0e8a46
commit 0d600a2786
1490 changed files with 12905 additions and 7825 deletions

View File

@@ -1,10 +0,0 @@
using Cysharp.Threading.Tasks;
using Entitas;
namespace JNGame.Runtime.System
{
public class JNSystemLoad : ISystem
{
public virtual async UniTask Init(){}
}
}

View File

@@ -1,3 +0,0 @@
fileFormatVersion: 2
guid: df35cc9e536a41b6901e0184f24421a4
timeCreated: 1715159481

View File

@@ -1,22 +0,0 @@
using System.Threading.Tasks;
namespace JNGame.Runtime.System
{
public abstract class SystemBase
{
protected bool isStart;
public virtual Task OnInit()
{
isStart = true;
return Task.CompletedTask;
}
public virtual void OnClose()
{
isStart = false;
}
}
}

View File

@@ -1,11 +0,0 @@
fileFormatVersion: 2
guid: 09143922e037a6d41aa2a9e4e2742731
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: