예제 #1
0
 void CommitPlayerData(string userID, string json)
 {
     Network.SetById(DATABASE_KEY, userID, json, null, null);
 }