C# EntityProcessingSystem不能与类型参数一起使用

C# EntityProcessingSystem不能与类型参数一起使用,c#,generic-type-argument,entity-system,artemis,C#,Generic Type Argument,Entity System,Artemis,我正在使用Artemis并试图扩展EntityProcessingSystem。但是,它告诉我非泛型类型“Artemis.System.EntityProcessingSystem”不能与类型参数一起使用;但是,它必须与类型参数一起使用。知道这是怎么回事吗 我用的是阿耳特弥斯- 和《星际战士》作为我的教程-讨论这个问题有点晚了,但其他人也有同样的问题 见:[Github论坛][1] 问题 public class RenderSystem : EntityProcessingSystem<

我正在使用Artemis并试图扩展
EntityProcessingSystem
。但是,它告诉我非泛型类型“Artemis.System.EntityProcessingSystem”不能与类型参数一起使用
;但是,它必须与类型参数一起使用。知道这是怎么回事吗

我用的是阿耳特弥斯-
和《星际战士》作为我的教程-

讨论这个问题有点晚了,但其他人也有同样的问题

见:[Github论坛][1]

问题

public class RenderSystem : EntityProcessingSystem<SpatialFormComponent, TransformComponent>
公共类RenderSystem:EntityProcessingSystem
至少它让我的项目超过了这一点