@@ -28,7 +28,7 @@ public abstract class RunSystem<T> : CustomSystem<T> where T : Entity
|
||||
/// 不知道为什么这样定义的,就照搬就可以了。
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public override Type EntityType() => typeof(T);
|
||||
public override Type EntitiesType() => typeof(T);
|
||||
}
|
||||
|
||||
// 下面是一个测试自定义系统。
|
||||
|
||||
Reference in New Issue
Block a user