Esempio n. 1
0
 public static ActorEntity GetEntityWithId(this ActorContext context, byte value)
 {
     return(((Entitas.PrimaryEntityIndex <ActorEntity, byte>)context.GetEntityIndex(Contexts.Id)).GetEntity(value));
 }