提交Cue案例

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-10-26 02:35:38 +08:00
parent 6cf78b53bb
commit 1ad20b67da
72 changed files with 24536 additions and 1264 deletions

View File

@@ -25,6 +25,8 @@ namespace JNGame.Sync.Entity
public T GetComponent<T>() where T : JNComponent;
public T GetSystem<T>() where T : SLogicSystem;
}
public abstract class JNEntity : Entitas.Entity,IJNEntity,IComparable