示例#1
0
 public static int[] getDeck(this RoomPlayerInfo playerInfo)
 {
     return(playerInfo.getProp <int[]>(DECK_INTARRAY));
 }