fix:1、删除不用的功能资源和代码
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class GameConfigModel : ConfigModel<GameConfigModel, GameBoard>
|
||||
{
|
||||
|
||||
public Dictionary<int, List<GameBoard>> game_conf = new Dictionary<int, List<GameBoard>>();
|
||||
|
||||
public GameConfigModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class GameBoard
|
||||
{
|
||||
public int level;
|
||||
public string board;
|
||||
public string stacked;
|
||||
public int item_type;
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 82b36e3bf10fb56479a37bccbfe52b95
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,20 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class OnlineRewardsModel : ConfigModel<OnlineRewardsModel, OnlineRewards>
|
||||
{
|
||||
|
||||
public OnlineRewardsModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class OnlineRewards
|
||||
{
|
||||
public int OnlineLimitNum;
|
||||
public int OnlineCountTime;
|
||||
public int OnlineAward;
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: cb0103dccee904bae947c46c5918fc51
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,31 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
using SGModule.ConfigLoader;
|
||||
|
||||
namespace IgnoreOPS
|
||||
{
|
||||
public class RankHourRewardsModel : ConfigModel<RankHourRewardsModel, RankRewards>
|
||||
{
|
||||
public RankHourRewardsModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
public class RankDayRewardsModel : ConfigModel<RankDayRewardsModel, RankRewards>
|
||||
{
|
||||
public RankDayRewardsModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
public class RankWeekRewardsModel : ConfigModel<RankWeekRewardsModel, RankRewards>
|
||||
{
|
||||
public RankWeekRewardsModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class RankRewards
|
||||
{
|
||||
public int id;
|
||||
public int rank;
|
||||
public int award;
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: acddf7fb7f0c4d043844876d76f23e35
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -75,43 +75,9 @@ namespace IgnoreOPS
|
||||
public string user_name;
|
||||
public string amount;
|
||||
}
|
||||
|
||||
|
||||
public class FAQRuleModel : ConfigModel<FAQRuleModel, FAQRule>
|
||||
{
|
||||
public FAQRuleModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class FAQRule
|
||||
{
|
||||
public int id;
|
||||
public string Rule;
|
||||
public string Information1;
|
||||
public string Information2;
|
||||
public string Information3;
|
||||
public string Information4;
|
||||
}
|
||||
public class FAQRuleModel1 : ConfigModel<FAQRuleModel1, FAQRule>
|
||||
{
|
||||
public FAQRuleModel1(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public class MessageBoardModel : ConfigModel<MessageBoardModel, MessageBoard>
|
||||
{
|
||||
public MessageBoardModel(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
public class MessageBoardModel1 : ConfigModel<MessageBoardModel1, MessageBoard>
|
||||
{
|
||||
public MessageBoardModel1(string key) : base(key)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
public class MessageBoard
|
||||
{
|
||||
public int id;
|
||||
|
||||
Reference in New Issue
Block a user