Unofficial CardLife revival project, pronounced like "celery"
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- using Game.DataLoader;
- using Svelto.ECS;
-
- namespace CLre_server.API.Engines
- {
- public interface ICLreEngine : IQueryingEntitiesEngine, IEngine, IDataAccess
- {
- IEntityFactory entityFactory { get; set; }
- }
- }
|