예제 #1
0
 public void FetchProfiles(JObject json)
 {
     Server.Instance.FetchProfiles(GameId.Value, Round.Value, Swipes.ToArray());
     Swipes.Clear();
     Round.Value++;
 }