@@ -6,8 +6,6 @@
// 日期: 2023-09-12 17:11:11
////////////////////
-namespace loyalsoft;
-
/**
* 常量配置数据
*/
@@ -107,6 +107,11 @@ class Info_PrivateState extends Object_ext {
public $day7_accumulate = 0;
+ /**
+ * 7日 累计奖励领取记录
+ * @var type
+ */
+ #[ArrayType]
public $day7_accumulateDrawed = array();
public function initialize() {