框架更新

This commit is contained in:
Bob.Song
2025-10-29 17:59:43 +08:00
parent fc18c8626a
commit a2cb248512
429 changed files with 7173 additions and 38748 deletions

View File

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