Mirror of Svelto.ECS because we're a fan of it
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 Svelto.ECS.Reference;
-
- namespace Svelto.ECS
- {
- //To do: this should be removed and the only reason it exists is to solve some edge case scenarios with
- //the publish/consumer pattern
- public struct EntityReferenceComponent:IEntityComponent, INeedEntityReference
- {
- public EntityReference selfReference { get; set; }
- }
- }
|