mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-11 16:48:30 +00:00
提交Cue案例
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user