public function execute():void
{
if (!this.data.isNewGame)
{
this.socketServerModel.connectDelayMS = (Parameters.ssmode ? 1500 : Parameters.data_.reconDelay);
}
this.recordCharacterUseInSharedObject();
this.makeGameView();
this.updatePet();
}
