|
@@ -23,13 +23,13 @@ class Ins_Hero {
|
|
|
|
|
|
public $equipPosition = null;
|
|
|
|
|
|
- public function __construct($arg = null) {
|
|
|
- if($arg == null){
|
|
|
- //$this->equipPosition = new \stdClass();
|
|
|
- } else {
|
|
|
- parent::__construct($arg);
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
+// public function __construct($arg = null) {
|
|
|
+// if($arg == null){
|
|
|
+// //$this->equipPosition = new \stdClass();
|
|
|
+// } else {
|
|
|
+// parent::__construct($arg);
|
|
|
+// }
|
|
|
+//
|
|
|
+//
|
|
|
+// }
|
|
|
}
|