S78

SBulletinBoardPacket


Byte(type);
switch(type)
{
  case 0:
    Byte();
    break;
  case 2:
    Byte(count);
    while(count--) {
      String();
      String();
      Byte();
      Int();
    }
    break;
}
最終更新:2015年07月13日 22:35