Example #1
0
 public System.Threading.Tasks.Task UpdatePlaneAsync(System.Guid playerGuid, NRPlanes.ServerData.MutableInformations.PlaneMutableInformation info)
 {
     return(base.Channel.UpdatePlaneAsync(playerGuid, info));
 }
Example #2
0
 public void UpdatePlane(System.Guid playerGuid, NRPlanes.ServerData.MutableInformations.PlaneMutableInformation info)
 {
     base.Channel.UpdatePlane(playerGuid, info);
 }