提交完美

This commit is contained in:
PC-20230316NUNE\Administrator
2024-10-17 20:36:24 +08:00
parent 0d600a2786
commit b0a2e4a900
1522 changed files with 40000 additions and 15615 deletions

View File

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

View File

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

View File

@@ -0,0 +1,22 @@
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

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