Ejemplo n.º 1
0
 public void AddResponse(WorldCommands.EntityQuery.ReceivedResponse response)
 {
     entityQueryResponses.Add(response);
 }
Ejemplo n.º 2
0
 public void AddEntityQueryResponse(WorldCommands.EntityQuery.ReceivedResponse response)
 {
     worldCommandsReceivedStorage.AddResponse(response);
 }
Ejemplo n.º 3
0
 public int Compare(WorldCommands.EntityQuery.ReceivedResponse x,
                    WorldCommands.EntityQuery.ReceivedResponse y)
 {
     return(x.RequestId.CompareTo(y.RequestId));
 }