S84

SCooltimePacket


Byte(subType);
if(subType == 0) {
  Int(delay);
  String(className);
}
else if(subType == 1) {
  Byte(isAnimal);
  if(!isAnimal) {
    Int(delay);
    String(className);
  }
}
最終更新:2015年07月13日 22:53