新增兑换
This commit is contained in:
@@ -97,5 +97,9 @@ namespace BingoBrain
|
||||
//小额奖励
|
||||
public int SmallReward;
|
||||
public int ProcessingTime;
|
||||
|
||||
public int ExchangeCard;
|
||||
public int[] ExchangeAmazon;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -134,6 +134,8 @@ namespace BingoBrain
|
||||
public static uint PettyAwardUI_Open = ++cursor_OpenClose;
|
||||
public static uint PettyAwardUI_Close = ++cursor_OpenClose;
|
||||
|
||||
public static uint ExchangeUI_Open = ++cursor_OpenClose;
|
||||
public static uint ExchangeUI_Close = ++cursor_OpenClose;
|
||||
}
|
||||
public static partial class UICtrlMsg
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user