Skip to content

Commit

Permalink
Merge pull request #2346 from moreal/remove-monstercollection-code
Browse files Browse the repository at this point in the history
Remove unused codes related to MonsterCollection
  • Loading branch information
moreal authored Jan 24, 2024
2 parents 227832c + 5c354e5 commit 98eca01
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 2,253 deletions.
4 changes: 0 additions & 4 deletions .Lib9c.Tests/Action/ActionEvaluationTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public ActionEvaluationTest()
[InlineData(typeof(AddRedeemCode))]
[InlineData(typeof(Buy))]
[InlineData(typeof(ChargeActionPoint))]
[InlineData(typeof(ClaimMonsterCollectionReward))]
[InlineData(typeof(CombinationConsumable))]
[InlineData(typeof(CombinationEquipment))]
[InlineData(typeof(CreatePendingActivation))]
Expand All @@ -64,7 +63,6 @@ public ActionEvaluationTest()
[InlineData(typeof(MigrationAvatarState))]
[InlineData(typeof(MigrationLegacyShop))]
[InlineData(typeof(MimisbrunnrBattle))]
[InlineData(typeof(MonsterCollect))]
[InlineData(typeof(PatchTableSheet))]
[InlineData(typeof(RankingBattle))]
[InlineData(typeof(RapidCombination))]
Expand Down Expand Up @@ -180,7 +178,6 @@ private ActionBase GetAction(Type type)
},
},
ChargeActionPoint _ => new ChargeActionPoint(),
ClaimMonsterCollectionReward _ => new ClaimMonsterCollectionReward(),
CombinationConsumable _ => new CombinationConsumable(),
CombinationEquipment _ => new CombinationEquipment(),
CreatePendingActivation _ => new CreatePendingActivation(
Expand Down Expand Up @@ -214,7 +211,6 @@ private ActionBase GetAction(Type type)
PlayCount = 0,
AvatarAddress = default,
},
MonsterCollect _ => new MonsterCollect(),
PatchTableSheet _ => new PatchTableSheet
{
TableCsv = "table",
Expand Down
299 changes: 0 additions & 299 deletions .Lib9c.Tests/Action/ClaimMonsterCollectionReward0Test.cs

This file was deleted.

Loading

0 comments on commit 98eca01

Please sign in to comment.