feat:1、创建项目
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class ADTaskModel: ConfigModel<ADTaskModel, ADTask>
|
||||
{
|
||||
public ADTaskModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class ADTask
|
||||
{
|
||||
public int id;
|
||||
public string text_read;
|
||||
public int tol_num;
|
||||
public int reward_num;
|
||||
public bool is_get;
|
||||
public int[] Boost;
|
||||
public int[] weight;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 684786be6ad2341a69ed2cadc9eab6b9
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,22 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
|
||||
public class AppOpenAdModel : ConfigModel<AppOpenAdModel, SplashAD>
|
||||
{
|
||||
|
||||
public AppOpenAdModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public class SplashAD
|
||||
{
|
||||
public int Retention_Days;
|
||||
public int Retention_Rate;
|
||||
public int upperlimit;
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 02172389f870f4a618c74ad0ab72bfc3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ApplePay;
|
||||
|
||||
// using SGModule.ApplePay;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
|
||||
public class ApplePayModel : ConfigModel<ApplePayModel, ApplePay>
|
||||
{
|
||||
public ApplePayModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
public class ApplePay
|
||||
{
|
||||
public int id;
|
||||
public string payKey;
|
||||
public string sku;
|
||||
}
|
||||
public class ApplePayModel2: ConfigModel<ApplePayModel2>
|
||||
{
|
||||
public ApplePayModel2(string key) : base(key)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d7483ae0a4f54470be28efe68d32e46a
|
||||
timeCreated: 1748240480
|
||||
@@ -0,0 +1,30 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class BoardModel
|
||||
{
|
||||
public List<Board> dataList;
|
||||
}
|
||||
|
||||
public class Board
|
||||
{
|
||||
public int[][] vector2;
|
||||
public int[] offset;
|
||||
}
|
||||
|
||||
public class StackedModel
|
||||
{
|
||||
public List<Stacked> dataList;
|
||||
}
|
||||
|
||||
public class Stacked
|
||||
{
|
||||
public int[] site;
|
||||
public int[] offset;
|
||||
public int num;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// "{\"level\":1,\"board\":[{\"vector2\":[[1,0,0,0,0,0],[1,0,0,0,0,0],[1,1,1,0,0,0],[0,1,1,1,1,1],[0,1,1,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0]],\"offset\":[0,0,0,0]},{\"vector2\":[[0,0,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0],[0,0,1,1,1,0],[0,0,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0]],\"offset\":[0,1,0,0]},{\"vector2\":[[0,0,0,0,0,0],[0,0,0,0,0,0],[0,1,0,0,0,0],[0,1,0,0,0,0],[0,1,0,0,0,0],[0,0,0,0,0,0],[0,0,0,0,0,0]],\"offset\":[1,0,0,0]}],\"stacked\":[{\"site\":[1,6],\"offset\":[0,1,0,0],\"num\":6},{\"site\":[7,6],\"offset\":[0,0,0,1],\"num\":5}],\"item_type\":3}"
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 456a81636100cee45b5c7ef7ea89989c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,101 @@
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class CommonModel : ConfigModel<CommonModel>
|
||||
{
|
||||
public int InitialNum;
|
||||
public int[] inlineLoginDown;
|
||||
public int inlineMin;
|
||||
public int Purchaseprops;
|
||||
public int Smallrewardsrate;
|
||||
public int rewardrate;
|
||||
public int RevivalCoins;
|
||||
public int[] wheelTimes;
|
||||
public int[] flyAdTime;
|
||||
public int flyCD;
|
||||
public float[] flyReward;
|
||||
public int Dailyrefreshtimes;
|
||||
public int[] darkWVRefreshtime;
|
||||
public int[] darkWVDailyrefreshtimes;
|
||||
public int H5Refreshtime;
|
||||
public int flyCtRate;
|
||||
public int otherH5switch;
|
||||
public int darkThoughProbability;
|
||||
public int ThroughRewardCD;
|
||||
public float Passportgift;
|
||||
public float Passportgift2;
|
||||
public float addspace;
|
||||
public float addspace2;
|
||||
public float AddDiscount;
|
||||
public float AddDiscount2;
|
||||
public int WwalaccelerationCD;
|
||||
public int purchase1;
|
||||
public int purchase2;
|
||||
public int[] inlineInitNum;
|
||||
public int playtimes;
|
||||
public int interstitialtype;
|
||||
public int lobbyrewrdtime;
|
||||
public int roomrewardrate;
|
||||
public int Activetimes;
|
||||
public int[] propCoord;
|
||||
public int adrate;
|
||||
public int PiggyPropCD;
|
||||
public int roomrate;
|
||||
public float afSendLimit;
|
||||
public float afSendNum;
|
||||
public int rewardinsertion;
|
||||
public int propswitch;
|
||||
public int flyswitch;
|
||||
public int exchangeCD = 120;
|
||||
public int WVswitch;
|
||||
public int[] WVClickAddTime;
|
||||
public int[] eggReward;
|
||||
public int eggCD;
|
||||
public string contactUs;
|
||||
public int PayRate;
|
||||
public int PiggyBankSwitch;
|
||||
public int FailedGiftCD;
|
||||
public int FailedGiftProgress;
|
||||
public int loginhallrate;
|
||||
public int AddSpaceLevel;
|
||||
public int AddDiscountLevel;
|
||||
public int AddDiscountCD;
|
||||
public int[] basePoint;
|
||||
public string[] TimeSlot;
|
||||
public int RobotNum;
|
||||
public int HourTime;
|
||||
public int eliminatePoints;
|
||||
public int[] adsPoints;
|
||||
public int USDPoints;
|
||||
public int RemoveADsPackDuration;
|
||||
public int ExpiryUnlock;
|
||||
public int BalanceExpired;
|
||||
public int[] BalanceExchange;
|
||||
public int[] PotExchange;
|
||||
public int TurnOffRewardsRate;
|
||||
public int TurnOffRewardsCD;
|
||||
public int TurnOffRewardslimit;
|
||||
public int FreeClaims;
|
||||
public int BonusInside;
|
||||
public int TurnOffPackRate;
|
||||
public int ExchangeModeToggle;
|
||||
public int RemoveADsPackPopup;
|
||||
public int ExchangeProcessMode;
|
||||
public int CHProcessMode;
|
||||
public int SplashSwitch;
|
||||
|
||||
public int SmallReward;
|
||||
public int ProcessingTime;
|
||||
|
||||
public int[] WVOffset;
|
||||
|
||||
public string X_Redeemcode;
|
||||
public string X_ShopURL;
|
||||
|
||||
|
||||
public CommonModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 954729fa345c44828d10b961f984abec
|
||||
timeCreated: 1692604823
|
||||
@@ -0,0 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ChillConnect
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7fc7bf677e87e485e8db4819f96eeeba
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,22 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class DurationtasksModel : ConfigModel<DurationtasksModel, Durationtasks>
|
||||
{
|
||||
public DurationtasksModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
public class Durationtasks
|
||||
{
|
||||
public int id;
|
||||
public string text_read;
|
||||
public int tol_num;
|
||||
public int reward_num;
|
||||
public bool is_get;
|
||||
public int[] Boost;
|
||||
public int[] weight;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b78b92c1d9e172548b8ffe9b3ab8368c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,17 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class EndlessTreasureModel
|
||||
{
|
||||
public List<EndlessTreasure> dataList;
|
||||
}
|
||||
|
||||
public class EndlessTreasure
|
||||
{
|
||||
public int id;
|
||||
public int[] rewardType;
|
||||
public int[] reward;
|
||||
public bool is_AD;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d257ddfe2716d774397a0a462fcbd472
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,21 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
|
||||
public class ExchangeDesModel : ConfigModel<ExchangeDesModel, ExchangeDes>
|
||||
{
|
||||
|
||||
public ExchangeDesModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public class ExchangeDes
|
||||
{
|
||||
public string des_key;
|
||||
public string Mode_0;
|
||||
public string Mode_1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b19ed446ed8ea4175afaa7b997895bee
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class LargerewardNumModel : ConfigModel<LargerewardNumModel, LargerewardNum>
|
||||
{
|
||||
public LargerewardNumModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class LargerewardNum
|
||||
{
|
||||
public int id;
|
||||
public float[] nor_1;
|
||||
public float[] nor_2;
|
||||
public float[] nor_3;
|
||||
public float rv_1;
|
||||
public float rv_2;
|
||||
public float rv_3;
|
||||
public int[] Boost_1;
|
||||
public int[] Boost_2;
|
||||
public int[] Boost_3;
|
||||
public int[] weight_1;
|
||||
public int[] weight_2;
|
||||
public int[] weight_3;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 91ab827f55980734fa3bd52c07c75c92
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,71 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class MakeupModel : ConfigModel<MakeupModel, Makeup>
|
||||
{
|
||||
public MakeupModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
|
||||
public Makeup GetData(int id)
|
||||
{
|
||||
return DataList.FirstOrDefault(makeup => makeup.id == id);
|
||||
}
|
||||
}
|
||||
|
||||
public class Makeup
|
||||
{
|
||||
public int id;
|
||||
public int item_need;
|
||||
public bool is_onetime;
|
||||
public int task_need;
|
||||
public int ad_need;
|
||||
public int item;
|
||||
public int levels_need;
|
||||
public int AD_Down;
|
||||
public int AD_Limit_times;
|
||||
public int Login_Limit_times;
|
||||
public int Active_time;
|
||||
public int Active_time_Down;
|
||||
public int Active_Limit_times;
|
||||
public string[] T_Redeemcode;
|
||||
public string T_ShopURL;
|
||||
}
|
||||
|
||||
public class MakeupModel_2 : ConfigModel<MakeupModel_2, Makeup_2>
|
||||
{
|
||||
public MakeupModel_2(string key) : base(key)
|
||||
{
|
||||
}
|
||||
|
||||
public Makeup_2 GetData(int id)
|
||||
{
|
||||
return DataList.FirstOrDefault(makeup2 => makeup2.id == id);
|
||||
}
|
||||
}
|
||||
|
||||
public class Makeup_2
|
||||
{
|
||||
public int id;
|
||||
public int item_need;
|
||||
public bool is_onetime;
|
||||
public int task_need;
|
||||
public int ad_need;
|
||||
public int item;
|
||||
public int levels_need;
|
||||
public int AD_Down;
|
||||
public int AD_Limit_times;
|
||||
public int Login_Limit_times;
|
||||
public int Active_time;
|
||||
public int Active_time_Down;
|
||||
public int Active_Limit_times;
|
||||
public int Reset_time;
|
||||
public float ADIncrease;
|
||||
public int PayIncrease;
|
||||
public string[] C_Redeemcode;
|
||||
public string C_ShopURL;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ccc8190d0599fff48b2caed678a084a8
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,23 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class PassingTaskModel : ConfigModel<PassingTaskModel, PassingTask>
|
||||
{
|
||||
public PassingTaskModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class PassingTask
|
||||
{
|
||||
public int id;
|
||||
public string text_read;
|
||||
public int tol_num;
|
||||
public int reward_num;
|
||||
public bool is_get;
|
||||
public int[] Boost;
|
||||
public int[] weight;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b52103c07b44c7542bb95c108331e805
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,61 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class PassportrewardsModel : ConfigModel<PassportrewardsModel, Passportrewards>
|
||||
{
|
||||
public PassportrewardsModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class Passportrewards
|
||||
{
|
||||
public int id;
|
||||
public int Eliminating_quantity;
|
||||
public int Free_rewards_num;
|
||||
public int Free_rewards_type;
|
||||
public int Paid_rewards_num;
|
||||
public int Paid_rewards_type;
|
||||
public int Passportrewards_CD;
|
||||
public int[] Boost;
|
||||
public int[] weight;
|
||||
}
|
||||
public class PaidcoinsModel : ConfigModel<PaidcoinsModel, Paidcoins>
|
||||
{
|
||||
|
||||
public PaidcoinsModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
public class Paidcoins
|
||||
{
|
||||
public int id;
|
||||
public int Actual_coins;
|
||||
public int Discount_rate;
|
||||
public float Payment_amount;
|
||||
public float Payment_amount2;
|
||||
public bool is_paid;
|
||||
public int receive_CD;
|
||||
public string SKU;
|
||||
}
|
||||
public class MultigiftModel : ConfigModel<MultigiftModel, Multigift>
|
||||
{
|
||||
public MultigiftModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public class Multigift
|
||||
{
|
||||
public float Paid_price;
|
||||
public float Paid_price2;
|
||||
|
||||
public int coins_quantity;
|
||||
|
||||
public int[] props_type;
|
||||
public int[] props_quantity;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 62ce2d31f0c73c3438cdbd4ded49e1d8
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,51 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class RewardNumModel : ConfigModel<RewardNumModel, RewardNum>
|
||||
{
|
||||
public RewardNumModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class RewardNum
|
||||
{
|
||||
public int id;
|
||||
public int[] ch_1;
|
||||
public int[] ch_2;
|
||||
public int[] ch_3;
|
||||
|
||||
public float[] nor_1;
|
||||
public float[] nor_2;
|
||||
public float[] nor_3;
|
||||
public float rv_1;
|
||||
public float rv_2;
|
||||
public float rv_3;
|
||||
public int[] Boost_1;
|
||||
public int[] Boost_2;
|
||||
public int[] Boost_3;
|
||||
public int[] weight_1;
|
||||
public int[] weight_2;
|
||||
public int[] weight_3;
|
||||
}
|
||||
|
||||
public class PaidgiftModel : ConfigModel<PaidgiftModel, Paidgift>
|
||||
{
|
||||
public PaidgiftModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class Paidgift
|
||||
{
|
||||
public int Paid_type;
|
||||
public float Paid_price;
|
||||
public float Paid_price2;
|
||||
|
||||
public int coins_quantity;
|
||||
public int[] props_quantity;
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a03954130e2b4bc9acffaf4f0df89e1c
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,24 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class SignDailyRewardModel : ConfigModel<SignDailyRewardModel, SignDailyReward>
|
||||
{
|
||||
public SignDailyRewardModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
public class SignDailyReward
|
||||
{
|
||||
public int id;
|
||||
public bool is_com_reward;
|
||||
public bool is_double;
|
||||
public int[] item1;
|
||||
public decimal[] quantity;
|
||||
public int[] rewards_type;
|
||||
|
||||
public int[] Boost;
|
||||
public int[] weight;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f212db9bb899b0e43ac7389fcc726b95
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,22 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class SmallrewardNumModel : ConfigModel<SmallrewardNumModel, SmallrewardNum>
|
||||
{
|
||||
public SmallrewardNumModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
public class SmallrewardNum
|
||||
{
|
||||
public int id;
|
||||
public float[] nor_1;
|
||||
public float[] nor_2;
|
||||
public float[] nor_3;
|
||||
public float rv_1;
|
||||
public float rv_2;
|
||||
public float rv_3;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a89163cfd21b1b04f87e56b3cd250ee9
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,23 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class TurntableModel : ConfigModel<TurntableModel, Turntable>
|
||||
{
|
||||
public TurntableModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
public class Turntable
|
||||
{
|
||||
public int id;
|
||||
public int Seq;
|
||||
public int wheel_item;
|
||||
public float quantity;
|
||||
public int weight;
|
||||
|
||||
public int[] Boost;
|
||||
public int[] weight2;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dae01d6b93cc45149324ea3b3601fbfe
|
||||
timeCreated: 1704963556
|
||||
@@ -0,0 +1,119 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Newtonsoft.Json;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class exBrPoolModel : ConfigModel<exBrPoolModel, exBrPool>
|
||||
{
|
||||
public List<string> config_name_list;
|
||||
public List<string> config_money_list;
|
||||
|
||||
public exBrPoolModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public class exBrPool
|
||||
{
|
||||
public int id;
|
||||
public string user_name;
|
||||
public string amount;
|
||||
}
|
||||
public class GameUrlsModel : ConfigModel<GameUrlsModel, GameUrls>
|
||||
{
|
||||
public GameUrlsModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class GameUrls
|
||||
{
|
||||
[JsonProperty("id")]
|
||||
public int id;
|
||||
[JsonProperty("webLink")]
|
||||
public string webLink;
|
||||
[JsonProperty("webType")]
|
||||
public int webType;
|
||||
[JsonProperty("probability")]
|
||||
public int probability;
|
||||
[JsonProperty("refreshMax")]
|
||||
public int refreshMax;
|
||||
[JsonProperty("darkWebTimesCT")]
|
||||
public int darkWebTimesCT;
|
||||
[JsonProperty("wvType")]
|
||||
public int wvType;
|
||||
[JsonProperty("wvthrough")]
|
||||
public int wvthrough;
|
||||
[JsonProperty("isMagic")]
|
||||
public int isMagic;
|
||||
[JsonProperty("darkWebTimesCT2")]
|
||||
public int darkWebTimesCT2;
|
||||
[JsonProperty("darkWVRefreshtime")]
|
||||
public int[] darkWVRefreshtime;
|
||||
[JsonProperty("darkWVDailyrefreshtimes")]
|
||||
public int darkWVDailyrefreshtimes;
|
||||
[JsonProperty("WVClickAddTime")]
|
||||
public int WVClickAddTime;
|
||||
[JsonProperty("WVOffset")]
|
||||
public int WVOffset;
|
||||
}
|
||||
public class exBrPoolModel_2 : ConfigModel<exBrPoolModel_2, exBrPool_2>
|
||||
{
|
||||
public List<string> config_name_list;
|
||||
public List<string> config_money_list;
|
||||
|
||||
public exBrPoolModel_2(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
public class exBrPool_2
|
||||
{
|
||||
public int id;
|
||||
public string user_name;
|
||||
public string amount;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public class MessageBoard
|
||||
{
|
||||
public int id;
|
||||
public string user_name;
|
||||
public string message;
|
||||
}
|
||||
public class TurnOffRewardsModel : ConfigModel<TurnOffRewardsModel, TurnOffRewards>
|
||||
{
|
||||
public TurnOffRewardsModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class TurnOffRewards
|
||||
{
|
||||
public int Reward_Type;
|
||||
public float quantity;
|
||||
public int weight;
|
||||
|
||||
|
||||
|
||||
}
|
||||
public class LevelAttemptsModel : ConfigModel<LevelAttemptsModel, LevelAttempts>
|
||||
{
|
||||
public List<string> config_name_list;
|
||||
public List<string> config_money_list;
|
||||
public LevelAttemptsModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public class LevelAttempts
|
||||
{
|
||||
public int id;
|
||||
public string user_name;
|
||||
public string amount;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f1f9625550f492e4f81175c313aae91a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user