Exemple #1
0
 public EntityWorld AddSystem <T>(T system) where T : EntitySystem => EntitySystemManager.AddSystem(system);