fix:1、同步部分arrow game的ui资源和代码
This commit is contained in:
@@ -1,65 +1,85 @@
|
||||
namespace RedHotRoast
|
||||
{
|
||||
public class MakeupTaskData
|
||||
{
|
||||
public int tableId;
|
||||
|
||||
|
||||
public int id;
|
||||
|
||||
|
||||
public string amountStr;
|
||||
|
||||
|
||||
public decimal amount;
|
||||
|
||||
|
||||
public long makeupTime;
|
||||
|
||||
|
||||
public int videoCount;
|
||||
|
||||
|
||||
public int inlineInitNum;
|
||||
|
||||
|
||||
public int inlineNum;
|
||||
|
||||
|
||||
public string orderID;
|
||||
|
||||
|
||||
public MakeupTaskStatus status;
|
||||
|
||||
public long order_time = 0;
|
||||
public int WatchVideoSpeedNum = 0;
|
||||
public int loginSpeedNum = 0;
|
||||
public int activeMinute = 0;
|
||||
public int activeSpeedNum = 0;
|
||||
|
||||
|
||||
public void SetStatus(MakeupTaskStatus _status)
|
||||
{
|
||||
status = _status;
|
||||
}
|
||||
|
||||
public string GetAmountStr()
|
||||
{
|
||||
if (amount <= 0)
|
||||
{
|
||||
return amountStr;
|
||||
}
|
||||
else
|
||||
{
|
||||
return GameHelper.Get101Str(amount);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public enum MakeupTaskStatus
|
||||
{
|
||||
None,
|
||||
Task,
|
||||
Inline,
|
||||
}
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace RedHotRoast
|
||||
{
|
||||
public class MakeupTaskData
|
||||
{
|
||||
public int tableId;
|
||||
|
||||
|
||||
public int id;
|
||||
|
||||
|
||||
public string amountStr;
|
||||
|
||||
|
||||
public decimal amount;
|
||||
|
||||
|
||||
public long makeupTime;
|
||||
|
||||
|
||||
public int videoCount;
|
||||
|
||||
|
||||
public int inlineInitNum;
|
||||
|
||||
|
||||
public int inlineNum;
|
||||
|
||||
|
||||
public string orderID;
|
||||
|
||||
|
||||
public MakeupTaskStatus status;
|
||||
|
||||
public long order_time = 0;
|
||||
public int WatchVideoSpeedNum = 0;
|
||||
public int loginSpeedNum = 0;
|
||||
public int activeMinute = 0;
|
||||
public int activeSpeedNum = 0;
|
||||
|
||||
public long ch_time;
|
||||
public string ExchangeAccount;
|
||||
public string ExchangeName;
|
||||
public string short_name;
|
||||
public string long_name;
|
||||
public List<makeupRdData> rdData;
|
||||
public makeupRdData lastRdData;
|
||||
public int LvVideoCount;
|
||||
public void SetStatus(MakeupTaskStatus _status)
|
||||
{
|
||||
status = _status;
|
||||
}
|
||||
|
||||
public string GetAmountStr()
|
||||
{
|
||||
if (amount <= 0)
|
||||
{
|
||||
return amountStr;
|
||||
}
|
||||
else
|
||||
{
|
||||
return GameHelper.Get101Str(amount);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public enum MakeupTaskStatus
|
||||
{
|
||||
None,
|
||||
Task,
|
||||
Level,
|
||||
Inline,
|
||||
editAccount,
|
||||
ticket,
|
||||
code,
|
||||
}
|
||||
|
||||
public class makeupRdData
|
||||
{
|
||||
public int coupon_mount;
|
||||
public string code;
|
||||
public bool isClaimed;
|
||||
}
|
||||
}
|
||||
@@ -64,5 +64,12 @@ namespace RedHotRoast
|
||||
public static uint AddChatNum = ++Cursor_BASE;
|
||||
public static uint Setbg = ++Cursor_BASE;
|
||||
public static uint liveVideoLoaded = ++Cursor_BASE;
|
||||
|
||||
public static uint sendLog = ++Cursor_BASE;
|
||||
public static uint StopArrowTouch = ++Cursor_BASE;
|
||||
|
||||
public static uint refreshGift = ++Cursor_BASE;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -74,6 +74,8 @@ namespace RedHotRoast
|
||||
public static uint SignInUI_Open = ++cursor_OpenClose;
|
||||
public static uint SignInUI_Close = ++cursor_OpenClose;
|
||||
|
||||
public static uint ArrowGameUI_Open = ++cursor_OpenClose;
|
||||
public static uint ArrowGameUI_Close = ++cursor_OpenClose;
|
||||
|
||||
public static uint MailUI_Open = ++cursor_OpenClose;
|
||||
public static uint MailUI_Close = ++cursor_OpenClose;
|
||||
@@ -153,5 +155,22 @@ namespace RedHotRoast
|
||||
|
||||
public static uint EggUI_Open = ++cursor_OpenClose;
|
||||
public static uint EggUI_Close = ++cursor_OpenClose;
|
||||
|
||||
public static uint PettyAwardUI_Open = ++cursor_OpenClose;
|
||||
public static uint PettyAwardUI_Close = ++cursor_OpenClose;
|
||||
|
||||
public static uint StatementViewUI_Open = ++cursor_OpenClose;
|
||||
public static uint StatementViewUI_Close = ++cursor_OpenClose;
|
||||
public static uint GameAgainUI_Open = ++cursor_OpenClose;
|
||||
public static uint GameAgainUI_Close = ++cursor_OpenClose;
|
||||
public static uint ArrowThemeUI_Open = ++cursor_OpenClose;
|
||||
public static uint ArrowThemeUI_Close = ++cursor_OpenClose;
|
||||
public static uint RedeemCodeUI_Open = ++cursor_OpenClose;
|
||||
public static uint RedeemCodeUI_Close = ++cursor_OpenClose;
|
||||
|
||||
public static uint MakeupConfirmUI_Close = ++cursor_OpenClose;
|
||||
public static uint MakeupConfirmUI_Open = ++cursor_OpenClose;
|
||||
public static uint SaveingPotUI_Open = ++cursor_OpenClose;
|
||||
public static uint SaveingPotUI_Close = ++cursor_OpenClose;
|
||||
}
|
||||
}
|
||||
@@ -84,5 +84,12 @@ namespace RedHotRoast
|
||||
public int darkThoughProbability;
|
||||
public int Dailyrefreshtimes;
|
||||
|
||||
public int PiggyBankSwitch;
|
||||
public int ExpiryUnlock;
|
||||
public int BalanceExpired;
|
||||
|
||||
public int ExchangeModeToggle;
|
||||
public int ExchangeProcessMode;
|
||||
public int CHProcessMode;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
|
||||
[ConfigKey("ExchangeDescriptors")]
|
||||
public class ExchangeDes
|
||||
{
|
||||
public string des_key;
|
||||
public string Mode_0;
|
||||
public string Mode_1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ecb6b9a4c461459995d7acdb1fd1a1e8
|
||||
timeCreated: 1783650657
|
||||
@@ -1,10 +1,54 @@
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace RedHotRoast {
|
||||
[ConfigKey("TurnOffRewards")]
|
||||
public class TurnOffRewards {
|
||||
public int Reward_Type;
|
||||
public float quantity;
|
||||
public int weight;
|
||||
}
|
||||
}
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Newtonsoft.Json;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace RedHotRoast {
|
||||
[ConfigKey("TurnOffRewards")]
|
||||
public class TurnOffRewards {
|
||||
public int Reward_Type;
|
||||
public float quantity;
|
||||
public int weight;
|
||||
}
|
||||
|
||||
[ConfigKey("exBrPool")]
|
||||
public class exBrPool
|
||||
{
|
||||
public int id;
|
||||
public string user_name;
|
||||
public string amount;
|
||||
}
|
||||
public class exBrPoolModel
|
||||
{
|
||||
public static List<string> config_name_list;
|
||||
public static List<string> config_money_list;
|
||||
}
|
||||
|
||||
[ConfigKey("exBrPool_2")]
|
||||
public class exBrPool_2
|
||||
{
|
||||
public int id;
|
||||
public string user_name;
|
||||
public string amount;
|
||||
}
|
||||
public class exBrPoolModel2
|
||||
{
|
||||
public static List<string> config_name_list;
|
||||
public static List<string> config_money_list;
|
||||
}
|
||||
|
||||
[ConfigKey("LevelAttempts")]
|
||||
public class LevelAttempts
|
||||
{
|
||||
public int id;
|
||||
public string user_name;
|
||||
public string amount;
|
||||
}
|
||||
public class LevelAttemptsModel
|
||||
{
|
||||
public static List<string> config_name_list;
|
||||
public static List<string> config_money_list;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user