龙盒完成初版
This commit is contained in:
@@ -32,6 +32,7 @@ struct DargonMap
|
||||
{
|
||||
int LuckyValue;
|
||||
Dargonresult Result[10];
|
||||
int sync;
|
||||
};
|
||||
static std::map<std::string, DargonMap>DargonState_STL;
|
||||
static std::map<std::string, int>DargonModel_STL;
|
||||
@@ -73,5 +74,13 @@ public:
|
||||
static std::string GetStringArr_STL(std::string name, int idx);
|
||||
static bool GetBoolArr_STL(std::string name, int idx);
|
||||
|
||||
static void SyncDargonBox_STL();//同调龙盒包
|
||||
static void DrawDargonBox_STL(char* Buffer);//设置龙盒包
|
||||
static int SelectDargonBox_STL(int Type,int Index = 0);//获取龙盒包
|
||||
|
||||
static void DrawDargonModel_STL(int Value);//设置龙盒模式
|
||||
static int SelectDargonModel_STL();//获取龙盒模式
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user