示例#1
0
 public static void GameGroupJoin(
     string id,
     FacebookDelegate callback = null)
 {
     FacebookImpl.GameGroupJoin(id, callback);
 }