龙盒 上线版

This commit is contained in:
2022-03-16 10:03:39 +08:00
parent 2e11642e49
commit b727d126ae
6 changed files with 22 additions and 7 deletions

View File

@@ -37,6 +37,7 @@ void STL::DrawDargonBox_STL(char* Buffer)
DargonMap M_Buffer;
M_Buffer.LuckyValue = Dom["lucky_value"].GetInt();
M_Buffer.sync = 1;
M_Buffer.box_num = Dom["box_num"].GetInt();
for (int b = 0; b < 10; ++b)
{
M_Buffer.Result[b] = Res_Buffer[b];
@@ -64,6 +65,9 @@ int STL::SelectDargonBox_STL(int Type , int Index)
case 4://Sync
return DargonState_STL["dargonmap"].sync;
break;
case 5://Box_num
return DargonState_STL["dargonmap"].box_num;
break;
default:
break;
}