public void AddResponse(WorldCommands.EntityQuery.ReceivedResponse response) { entityQueryResponses.Add(response); }
public void AddEntityQueryResponse(WorldCommands.EntityQuery.ReceivedResponse response) { worldCommandsReceivedStorage.AddResponse(response); }
public int Compare(WorldCommands.EntityQuery.ReceivedResponse x, WorldCommands.EntityQuery.ReceivedResponse y) { return(x.RequestId.CompareTo(y.RequestId)); }