예제 #1
0
 public void SetPlayerData(string name, string gender, string hand)
 {
     dataRecord.SetPlayerData(name, gender, hand);
 }