龙盒 上线版
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user