示例#1
0
 public Span <GameEntityHandle> GetReferencedEntities(ComponentReference component)
 {
     return(GameWorldLL.GetReferences(GameWorldLL.GetComponentBoardBase(Boards.ComponentType, component.Type), component));
 }