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