|
@@ -94,7 +94,7 @@ class Data_UserGame extends HashSaver {
|
|
public function gates($save = true) {
|
|
public function gates($save = true) {
|
|
$this->gates = new Info_Gates($this->gates);
|
|
$this->gates = new Info_Gates($this->gates);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("gates");
|
|
|
|
|
|
+ $this->save_tag("gates");
|
|
}
|
|
}
|
|
return $this->gates;
|
|
return $this->gates;
|
|
}
|
|
}
|
|
@@ -107,7 +107,7 @@ class Data_UserGame extends HashSaver {
|
|
public function base($save = true) {
|
|
public function base($save = true) {
|
|
$this->baseInfo = new Info_UserBase($this->baseInfo);
|
|
$this->baseInfo = new Info_UserBase($this->baseInfo);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("baseInfo");
|
|
|
|
|
|
+ $this->save_tag("baseInfo");
|
|
}
|
|
}
|
|
return $this->baseInfo;
|
|
return $this->baseInfo;
|
|
}
|
|
}
|
|
@@ -120,7 +120,7 @@ class Data_UserGame extends HashSaver {
|
|
public function store($save = true) {
|
|
public function store($save = true) {
|
|
$this->store = new Info_Store($this->store);
|
|
$this->store = new Info_Store($this->store);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("store");
|
|
|
|
|
|
+ $this->save_tag("store");
|
|
}
|
|
}
|
|
return $this->store;
|
|
return $this->store;
|
|
}
|
|
}
|
|
@@ -133,7 +133,7 @@ class Data_UserGame extends HashSaver {
|
|
public function shop($save = true) {
|
|
public function shop($save = true) {
|
|
$this->shopdata = new Info_UserShop($this->shopdata);
|
|
$this->shopdata = new Info_UserShop($this->shopdata);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("shopdata");
|
|
|
|
|
|
+ $this->save_tag("shopdata");
|
|
}
|
|
}
|
|
return $this->shopdata;
|
|
return $this->shopdata;
|
|
}
|
|
}
|
|
@@ -146,7 +146,7 @@ class Data_UserGame extends HashSaver {
|
|
public function secretshop($save = true) {
|
|
public function secretshop($save = true) {
|
|
$this->userSecretshop = new Info_UserSecretshop($this->userSecretshop);
|
|
$this->userSecretshop = new Info_UserSecretshop($this->userSecretshop);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("userSecretshop");
|
|
|
|
|
|
+ $this->save_tag("userSecretshop");
|
|
}
|
|
}
|
|
return $this->userSecretshop;
|
|
return $this->userSecretshop;
|
|
}
|
|
}
|
|
@@ -159,7 +159,7 @@ class Data_UserGame extends HashSaver {
|
|
public function heros($save = true) {
|
|
public function heros($save = true) {
|
|
$this->heros = new Info_Heros($this->heros);
|
|
$this->heros = new Info_Heros($this->heros);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("heros");
|
|
|
|
|
|
+ $this->save_tag("heros");
|
|
}
|
|
}
|
|
return $this->heros;
|
|
return $this->heros;
|
|
}
|
|
}
|
|
@@ -172,7 +172,7 @@ class Data_UserGame extends HashSaver {
|
|
public function privateData($save = true) {
|
|
public function privateData($save = true) {
|
|
$this->privateState = new Info_PrivateState($this->privateState);
|
|
$this->privateState = new Info_PrivateState($this->privateState);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("privateState");
|
|
|
|
|
|
+ $this->save_tag("privateState");
|
|
}
|
|
}
|
|
return $this->privateState;
|
|
return $this->privateState;
|
|
}
|
|
}
|
|
@@ -185,7 +185,7 @@ class Data_UserGame extends HashSaver {
|
|
public function newMap($save = true) {
|
|
public function newMap($save = true) {
|
|
$this->newMap = new Info_NewMap($this->newMap);
|
|
$this->newMap = new Info_NewMap($this->newMap);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag(__FUNCTION__);
|
|
|
|
|
|
+ $this->save_tag(__FUNCTION__);
|
|
}
|
|
}
|
|
return $this->newMap;
|
|
return $this->newMap;
|
|
}
|
|
}
|
|
@@ -198,7 +198,7 @@ class Data_UserGame extends HashSaver {
|
|
public function taskCardShop($save = true) {
|
|
public function taskCardShop($save = true) {
|
|
$this->taskCardShop = new Info_TaskCard_Shop($this->taskCardShop);
|
|
$this->taskCardShop = new Info_TaskCard_Shop($this->taskCardShop);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("taskCardShop");
|
|
|
|
|
|
+ $this->save_tag("taskCardShop");
|
|
}
|
|
}
|
|
return $this->taskCardShop;
|
|
return $this->taskCardShop;
|
|
}
|
|
}
|
|
@@ -211,7 +211,7 @@ class Data_UserGame extends HashSaver {
|
|
public function pvp($save = true) {
|
|
public function pvp($save = true) {
|
|
$this->pvp = new Info_UserPVP($this->pvp);
|
|
$this->pvp = new Info_UserPVP($this->pvp);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("pvp");
|
|
|
|
|
|
+ $this->save_tag("pvp");
|
|
}
|
|
}
|
|
return $this->pvp;
|
|
return $this->pvp;
|
|
}
|
|
}
|
|
@@ -224,7 +224,7 @@ class Data_UserGame extends HashSaver {
|
|
public function profile($save = true) {
|
|
public function profile($save = true) {
|
|
$this->profile = new Data_UserProfile($this->profile);
|
|
$this->profile = new Data_UserProfile($this->profile);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("profile");
|
|
|
|
|
|
+ $this->save_tag("profile");
|
|
}
|
|
}
|
|
return $this->profile;
|
|
return $this->profile;
|
|
}
|
|
}
|
|
@@ -237,7 +237,7 @@ class Data_UserGame extends HashSaver {
|
|
public function college($save = true) {
|
|
public function college($save = true) {
|
|
$this->college = new Info_College($this->college);
|
|
$this->college = new Info_College($this->college);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("college");
|
|
|
|
|
|
+ $this->save_tag("college");
|
|
}
|
|
}
|
|
return $this->college;
|
|
return $this->college;
|
|
}
|
|
}
|
|
@@ -250,7 +250,7 @@ class Data_UserGame extends HashSaver {
|
|
public function newbieGuide($save = true) {
|
|
public function newbieGuide($save = true) {
|
|
$this->NewbieGuide = new Info_NewbieGuide($this->NewbieGuide);
|
|
$this->NewbieGuide = new Info_NewbieGuide($this->NewbieGuide);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("NewbieGuide");
|
|
|
|
|
|
+ $this->save_tag("NewbieGuide");
|
|
}
|
|
}
|
|
return $this->NewbieGuide;
|
|
return $this->NewbieGuide;
|
|
}
|
|
}
|
|
@@ -263,7 +263,7 @@ class Data_UserGame extends HashSaver {
|
|
public function &teamConfig($save = true) {
|
|
public function &teamConfig($save = true) {
|
|
// $this->NewbieGuide = new Info_NewbieGuide($this->NewbieGuide);
|
|
// $this->NewbieGuide = new Info_NewbieGuide($this->NewbieGuide);
|
|
if ($save) {
|
|
if ($save) {
|
|
- self::save_tag("heroTeamConfig");
|
|
|
|
|
|
+ $this->save_tag("heroTeamConfig");
|
|
}
|
|
}
|
|
return $this->heroTeamConfig;
|
|
return $this->heroTeamConfig;
|
|
}
|
|
}
|