public void UnpauseGame() { // FIXME: test this GetConvertor(PacketCmd.PKT_UNPAUSE_GAME, Channel.CHL_C2S)(new byte[0]); }
public static object Convert(this object Value, Type FromType, Type ToType) => GetConvertor(FromType, ToType)(Value);