diff --git a/refactor/remove-migration-actions/api/Nekoyume.Action.ActionBase.html b/refactor/remove-migration-actions/api/Nekoyume.Action.ActionBase.html index 95246545bd..a7ca88fa65 100644 --- a/refactor/remove-migration-actions/api/Nekoyume.Action.ActionBase.html +++ b/refactor/remove-migration-actions/api/Nekoyume.Action.ActionBase.html @@ -140,6 +140,7 @@

JoinGuild
MakeGuild
MigrateDelegationHeight
+
MigratePlanetariumValidator
MoveGuild
QuitGuild
RemoveGuild
diff --git a/refactor/remove-migration-actions/api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html b/refactor/remove-migration-actions/api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html new file mode 100644 index 0000000000..2eb9a57263 --- /dev/null +++ b/refactor/remove-migration-actions/api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html @@ -0,0 +1,369 @@ + + + + + Class MigratePlanetariumValidator | Lib9c + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+ + + +

+Class MigratePlanetariumValidator +

+ +
+
Namespace
Nekoyume.Action.Guild.Migration
+
Assembly
Lib9c.dll
+
+ +

An action to migrate the planetarium validator. +With this migration, planetarium validator is now active, +and bonded FAVs are moved to active address.

+
+
+ +
+
[ActionType("migrate_planetarium_validator")]
+public class MigratePlanetariumValidator : ActionBase, IAction
+
+ + + + +
+
Inheritance
+
+ + +
MigratePlanetariumValidator
+
+
+ +
+
Implements
+
+
IAction
+
+
+ + +
+
Inherited Members
+
+ + + + + + + + + + + +
+ + + + + + +

Constructors +

+ + + + +

+ MigratePlanetariumValidator() + +

+ +
+
+ +
+
public MigratePlanetariumValidator()
+
+ + + + + + + + + + + + + +

Fields +

+ + + +

+ TypeIdentifier + +

+ +
+
+ +
+
public const string TypeIdentifier = "migrate_planetarium_validator"
+
+ + + + +

Field Value

+
+
string
+
+
+ + + + + + + + + +

Properties +

+ + + + +

+ PlainValue + +

+ +
+
+ +
+
public override IValue PlainValue { get; }
+
+ + + + + +

Property Value

+
+
IValue
+
+
+ + + + + + + + +

Methods +

+ + + + +

+ Execute(IActionContext) + +

+ +
+
+ +
+
public override IWorld Execute(IActionContext context)
+
+ +

Parameters

+
+
context IActionContext
+
+
+ +

Returns

+
+
IWorld
+
+
+ + + + + + + + + + + + + +

+ LoadPlainValue(IValue) + +

+ +
+
+ +
+
public override void LoadPlainValue(IValue plainValue)
+
+ +

Parameters

+
+
plainValue IValue
+
+
+ + + + + + + + + + + + + +
+ + + + +
+ +
+ +
+
+ +
+ + + + diff --git a/refactor/remove-migration-actions/api/Nekoyume.Action.Guild.Migration.html b/refactor/remove-migration-actions/api/Nekoyume.Action.Guild.Migration.html index 0c1363cd5b..716a20de5e 100644 --- a/refactor/remove-migration-actions/api/Nekoyume.Action.Guild.Migration.html +++ b/refactor/remove-migration-actions/api/Nekoyume.Action.Guild.Migration.html @@ -98,6 +98,13 @@

MigrateDelegationHeight

An action to migrate the delegation height. This action triggers the migration of the delegation height.

+
+ +
+
MigratePlanetariumValidator
+

An action to migrate the planetarium validator. +With this migration, planetarium validator is now active, +and bonded FAVs are moved to active address.

diff --git a/refactor/remove-migration-actions/api/toc.html b/refactor/remove-migration-actions/api/toc.html index f985d8b5ab..4ede0c4123 100644 --- a/refactor/remove-migration-actions/api/toc.html +++ b/refactor/remove-migration-actions/api/toc.html @@ -1049,6 +1049,9 @@
  • MigrateDelegationHeight
  • +
  • + MigratePlanetariumValidator +
  • diff --git a/refactor/remove-migration-actions/api/toc.json b/refactor/remove-migration-actions/api/toc.json index 908ebf9f11..22aa59e7f9 100644 --- a/refactor/remove-migration-actions/api/toc.json +++ b/refactor/remove-migration-actions/api/toc.json @@ -1,2 +1,2 @@ -{"items":[{"name":"Lib9c","href":"Lib9c.html","topicHref":"Lib9c.html","topicUid":"Lib9c","items":[{"name":"Currencies","href":"Lib9c.Currencies.html","topicHref":"Lib9c.Currencies.html","topicUid":"Lib9c.Currencies"},{"name":"SerializeKeys","href":"Lib9c.SerializeKeys.html","topicHref":"Lib9c.SerializeKeys.html","topicUid":"Lib9c.SerializeKeys"}]},{"name":"Lib9c.Exceptions","href":"Lib9c.Exceptions.html","topicHref":"Lib9c.Exceptions.html","topicUid":"Lib9c.Exceptions","items":[{"name":"InvalidStateTypeException","href":"Lib9c.Exceptions.InvalidStateTypeException.html","topicHref":"Lib9c.Exceptions.InvalidStateTypeException.html","topicUid":"Lib9c.Exceptions.InvalidStateTypeException"}]},{"name":"Lib9c.Model.Order","href":"Lib9c.Model.Order.html","topicHref":"Lib9c.Model.Order.html","topicUid":"Lib9c.Model.Order","items":[{"name":"FungibleOrder","href":"Lib9c.Model.Order.FungibleOrder.html","topicHref":"Lib9c.Model.Order.FungibleOrder.html","topicUid":"Lib9c.Model.Order.FungibleOrder"},{"name":"NonFungibleOrder","href":"Lib9c.Model.Order.NonFungibleOrder.html","topicHref":"Lib9c.Model.Order.NonFungibleOrder.html","topicUid":"Lib9c.Model.Order.NonFungibleOrder"},{"name":"Order","href":"Lib9c.Model.Order.Order.html","topicHref":"Lib9c.Model.Order.Order.html","topicUid":"Lib9c.Model.Order.Order"},{"name":"Order.OrderType","href":"Lib9c.Model.Order.Order.OrderType.html","topicHref":"Lib9c.Model.Order.Order.OrderType.html","topicUid":"Lib9c.Model.Order.Order.OrderType"},{"name":"OrderBase","href":"Lib9c.Model.Order.OrderBase.html","topicHref":"Lib9c.Model.Order.OrderBase.html","topicUid":"Lib9c.Model.Order.OrderBase"},{"name":"OrderDigest","href":"Lib9c.Model.Order.OrderDigest.html","topicHref":"Lib9c.Model.Order.OrderDigest.html","topicUid":"Lib9c.Model.Order.OrderDigest"},{"name":"OrderDigestListState","href":"Lib9c.Model.Order.OrderDigestListState.html","topicHref":"Lib9c.Model.Order.OrderDigestListState.html","topicUid":"Lib9c.Model.Order.OrderDigestListState"},{"name":"OrderFactory","href":"Lib9c.Model.Order.OrderFactory.html","topicHref":"Lib9c.Model.Order.OrderFactory.html","topicUid":"Lib9c.Model.Order.OrderFactory"},{"name":"OrderReceipt","href":"Lib9c.Model.Order.OrderReceipt.html","topicHref":"Lib9c.Model.Order.OrderReceipt.html","topicUid":"Lib9c.Model.Order.OrderReceipt"}]},{"name":"Nekoyume","href":"Nekoyume.html","topicHref":"Nekoyume.html","topicUid":"Nekoyume","items":[{"name":"ActionObsoleteAttributeExtension","href":"Nekoyume.ActionObsoleteAttributeExtension.html","topicHref":"Nekoyume.ActionObsoleteAttributeExtension.html","topicUid":"Nekoyume.ActionObsoleteAttributeExtension"},{"name":"ActionObsoleteConfig","href":"Nekoyume.ActionObsoleteConfig.html","topicHref":"Nekoyume.ActionObsoleteConfig.html","topicUid":"Nekoyume.ActionObsoleteConfig"},{"name":"Addresses","href":"Nekoyume.Addresses.html","topicHref":"Nekoyume.Addresses.html","topicUid":"Nekoyume.Addresses"},{"name":"AppProtocolVersionExtra","href":"Nekoyume.AppProtocolVersionExtra.html","topicHref":"Nekoyume.AppProtocolVersionExtra.html","topicUid":"Nekoyume.AppProtocolVersionExtra"},{"name":"CurrencyExtensions","href":"Nekoyume.CurrencyExtensions.html","topicHref":"Nekoyume.CurrencyExtensions.html","topicUid":"Nekoyume.CurrencyExtensions"},{"name":"GameConfig","href":"Nekoyume.GameConfig.html","topicHref":"Nekoyume.GameConfig.html","topicUid":"Nekoyume.GameConfig"},{"name":"GameConfig.MaxEquipmentSlotCount","href":"Nekoyume.GameConfig.MaxEquipmentSlotCount.html","topicHref":"Nekoyume.GameConfig.MaxEquipmentSlotCount.html","topicUid":"Nekoyume.GameConfig.MaxEquipmentSlotCount"},{"name":"GameConfig.RequireCharacterLevel","href":"Nekoyume.GameConfig.RequireCharacterLevel.html","topicHref":"Nekoyume.GameConfig.RequireCharacterLevel.html","topicUid":"Nekoyume.GameConfig.RequireCharacterLevel"},{"name":"GameConfig.RequireClearedStageLevel","href":"Nekoyume.GameConfig.RequireClearedStageLevel.html","topicHref":"Nekoyume.GameConfig.RequireClearedStageLevel.html","topicUid":"Nekoyume.GameConfig.RequireClearedStageLevel"},{"name":"MeadConfig","href":"Nekoyume.MeadConfig.html","topicHref":"Nekoyume.MeadConfig.html","topicUid":"Nekoyume.MeadConfig"},{"name":"Planet","href":"Nekoyume.Planet.html","topicHref":"Nekoyume.Planet.html","topicUid":"Nekoyume.Planet"},{"name":"PlanetExtension","href":"Nekoyume.PlanetExtension.html","topicHref":"Nekoyume.PlanetExtension.html","topicUid":"Nekoyume.PlanetExtension"},{"name":"StoreUtils","href":"Nekoyume.StoreUtils.html","topicHref":"Nekoyume.StoreUtils.html","topicUid":"Nekoyume.StoreUtils"}]},{"name":"Nekoyume.Action","href":"Nekoyume.Action.html","topicHref":"Nekoyume.Action.html","topicUid":"Nekoyume.Action","items":[{"name":"ActionBase","href":"Nekoyume.Action.ActionBase.html","topicHref":"Nekoyume.Action.ActionBase.html","topicUid":"Nekoyume.Action.ActionBase"},{"name":"ActionContextExtensions","href":"Nekoyume.Action.ActionContextExtensions.html","topicHref":"Nekoyume.Action.ActionContextExtensions.html","topicUid":"Nekoyume.Action.ActionContextExtensions"},{"name":"ActionObsoleteAttribute","href":"Nekoyume.Action.ActionObsoleteAttribute.html","topicHref":"Nekoyume.Action.ActionObsoleteAttribute.html","topicUid":"Nekoyume.Action.ActionObsoleteAttribute"},{"name":"ActionObsoletedException","href":"Nekoyume.Action.ActionObsoletedException.html","topicHref":"Nekoyume.Action.ActionObsoletedException.html","topicUid":"Nekoyume.Action.ActionObsoletedException"},{"name":"ActionPointExceededException","href":"Nekoyume.Action.ActionPointExceededException.html","topicHref":"Nekoyume.Action.ActionPointExceededException.html","topicUid":"Nekoyume.Action.ActionPointExceededException"},{"name":"ActionUnavailableException","href":"Nekoyume.Action.ActionUnavailableException.html","topicHref":"Nekoyume.Action.ActionUnavailableException.html","topicUid":"Nekoyume.Action.ActionUnavailableException"},{"name":"ActivateCollection","href":"Nekoyume.Action.ActivateCollection.html","topicHref":"Nekoyume.Action.ActivateCollection.html","topicUid":"Nekoyume.Action.ActivateCollection"},{"name":"ActivatedAccountsDoesNotExistsException","href":"Nekoyume.Action.ActivatedAccountsDoesNotExistsException.html","topicHref":"Nekoyume.Action.ActivatedAccountsDoesNotExistsException.html","topicUid":"Nekoyume.Action.ActivatedAccountsDoesNotExistsException"},{"name":"ActivationException","href":"Nekoyume.Action.ActivationException.html","topicHref":"Nekoyume.Action.ActivationException.html","topicUid":"Nekoyume.Action.ActivationException"},{"name":"AddRedeemCode","href":"Nekoyume.Action.AddRedeemCode.html","topicHref":"Nekoyume.Action.AddRedeemCode.html","topicUid":"Nekoyume.Action.AddRedeemCode"},{"name":"AddressExtension","href":"Nekoyume.Action.AddressExtension.html","topicHref":"Nekoyume.Action.AddressExtension.html","topicUid":"Nekoyume.Action.AddressExtension"},{"name":"AdminPermissionException","href":"Nekoyume.Action.AdminPermissionException.html","topicHref":"Nekoyume.Action.AdminPermissionException.html","topicUid":"Nekoyume.Action.AdminPermissionException"},{"name":"AgentStateNotContainsAvatarAddressException","href":"Nekoyume.Action.AgentStateNotContainsAvatarAddressException.html","topicHref":"Nekoyume.Action.AgentStateNotContainsAvatarAddressException.html","topicUid":"Nekoyume.Action.AgentStateNotContainsAvatarAddressException"},{"name":"AlreadyActivatedException","href":"Nekoyume.Action.AlreadyActivatedException.html","topicHref":"Nekoyume.Action.AlreadyActivatedException.html","topicUid":"Nekoyume.Action.AlreadyActivatedException"},{"name":"AlreadyClaimedGiftsException","href":"Nekoyume.Action.AlreadyClaimedGiftsException.html","topicHref":"Nekoyume.Action.AlreadyClaimedGiftsException.html","topicUid":"Nekoyume.Action.AlreadyClaimedGiftsException"},{"name":"AlreadyContractedException","href":"Nekoyume.Action.AlreadyContractedException.html","topicHref":"Nekoyume.Action.AlreadyContractedException.html","topicUid":"Nekoyume.Action.AlreadyContractedException"},{"name":"AlreadyReceivedException","href":"Nekoyume.Action.AlreadyReceivedException.html","topicHref":"Nekoyume.Action.AlreadyReceivedException.html","topicUid":"Nekoyume.Action.AlreadyReceivedException"},{"name":"AlreadyRecipeUnlockedException","href":"Nekoyume.Action.AlreadyRecipeUnlockedException.html","topicHref":"Nekoyume.Action.AlreadyRecipeUnlockedException.html","topicUid":"Nekoyume.Action.AlreadyRecipeUnlockedException"},{"name":"AlreadyWorldUnlockedException","href":"Nekoyume.Action.AlreadyWorldUnlockedException.html","topicHref":"Nekoyume.Action.AlreadyWorldUnlockedException.html","topicUid":"Nekoyume.Action.AlreadyWorldUnlockedException"},{"name":"AppraiseBlockNotReachedException","href":"Nekoyume.Action.AppraiseBlockNotReachedException.html","topicHref":"Nekoyume.Action.AppraiseBlockNotReachedException.html","topicUid":"Nekoyume.Action.AppraiseBlockNotReachedException"},{"name":"ApprovePledge","href":"Nekoyume.Action.ApprovePledge.html","topicHref":"Nekoyume.Action.ApprovePledge.html","topicUid":"Nekoyume.Action.ApprovePledge"},{"name":"ArenaNotEndedException","href":"Nekoyume.Action.ArenaNotEndedException.html","topicHref":"Nekoyume.Action.ArenaNotEndedException.html","topicUid":"Nekoyume.Action.ArenaNotEndedException"},{"name":"AssetInfo","href":"Nekoyume.Action.AssetInfo.html","topicHref":"Nekoyume.Action.AssetInfo.html","topicUid":"Nekoyume.Action.AssetInfo"},{"name":"AttachmentActionResult","href":"Nekoyume.Action.AttachmentActionResult.html","topicHref":"Nekoyume.Action.AttachmentActionResult.html","topicUid":"Nekoyume.Action.AttachmentActionResult"},{"name":"AuraSummon","href":"Nekoyume.Action.AuraSummon.html","topicHref":"Nekoyume.Action.AuraSummon.html","topicUid":"Nekoyume.Action.AuraSummon"},{"name":"AvatarIndexAlreadyUsedException","href":"Nekoyume.Action.AvatarIndexAlreadyUsedException.html","topicHref":"Nekoyume.Action.AvatarIndexAlreadyUsedException.html","topicUid":"Nekoyume.Action.AvatarIndexAlreadyUsedException"},{"name":"AvatarIndexOutOfRangeException","href":"Nekoyume.Action.AvatarIndexOutOfRangeException.html","topicHref":"Nekoyume.Action.AvatarIndexOutOfRangeException.html","topicUid":"Nekoyume.Action.AvatarIndexOutOfRangeException"},{"name":"BalanceDoesNotExistsException","href":"Nekoyume.Action.BalanceDoesNotExistsException.html","topicHref":"Nekoyume.Action.BalanceDoesNotExistsException.html","topicUid":"Nekoyume.Action.BalanceDoesNotExistsException"},{"name":"BattleArena","href":"Nekoyume.Action.BattleArena.html","topicHref":"Nekoyume.Action.BattleArena.html","topicUid":"Nekoyume.Action.BattleArena"},{"name":"BurnAsset","href":"Nekoyume.Action.BurnAsset.html","topicHref":"Nekoyume.Action.BurnAsset.html","topicUid":"Nekoyume.Action.BurnAsset"},{"name":"Buy","href":"Nekoyume.Action.Buy.html","topicHref":"Nekoyume.Action.Buy.html","topicUid":"Nekoyume.Action.Buy"},{"name":"Buy7","href":"Nekoyume.Action.Buy7.html","topicHref":"Nekoyume.Action.Buy7.html","topicUid":"Nekoyume.Action.Buy7"},{"name":"Buy7.BuyerMultipleResult","href":"Nekoyume.Action.Buy7.BuyerMultipleResult.html","topicHref":"Nekoyume.Action.Buy7.BuyerMultipleResult.html","topicUid":"Nekoyume.Action.Buy7.BuyerMultipleResult"},{"name":"Buy7.BuyerResult","href":"Nekoyume.Action.Buy7.BuyerResult.html","topicHref":"Nekoyume.Action.Buy7.BuyerResult.html","topicUid":"Nekoyume.Action.Buy7.BuyerResult"},{"name":"Buy7.PurchaseResult","href":"Nekoyume.Action.Buy7.PurchaseResult.html","topicHref":"Nekoyume.Action.Buy7.PurchaseResult.html","topicUid":"Nekoyume.Action.Buy7.PurchaseResult"},{"name":"Buy7.SellerMultipleResult","href":"Nekoyume.Action.Buy7.SellerMultipleResult.html","topicHref":"Nekoyume.Action.Buy7.SellerMultipleResult.html","topicUid":"Nekoyume.Action.Buy7.SellerMultipleResult"},{"name":"Buy7.SellerResult","href":"Nekoyume.Action.Buy7.SellerResult.html","topicHref":"Nekoyume.Action.Buy7.SellerResult.html","topicUid":"Nekoyume.Action.Buy7.SellerResult"},{"name":"BuyMultiple","href":"Nekoyume.Action.BuyMultiple.html","topicHref":"Nekoyume.Action.BuyMultiple.html","topicUid":"Nekoyume.Action.BuyMultiple"},{"name":"BuyMultiple.BuyerResult","href":"Nekoyume.Action.BuyMultiple.BuyerResult.html","topicHref":"Nekoyume.Action.BuyMultiple.BuyerResult.html","topicUid":"Nekoyume.Action.BuyMultiple.BuyerResult"},{"name":"BuyMultiple.PurchaseInfo","href":"Nekoyume.Action.BuyMultiple.PurchaseInfo.html","topicHref":"Nekoyume.Action.BuyMultiple.PurchaseInfo.html","topicUid":"Nekoyume.Action.BuyMultiple.PurchaseInfo"},{"name":"BuyMultiple.PurchaseResult","href":"Nekoyume.Action.BuyMultiple.PurchaseResult.html","topicHref":"Nekoyume.Action.BuyMultiple.PurchaseResult.html","topicUid":"Nekoyume.Action.BuyMultiple.PurchaseResult"},{"name":"BuyMultiple.SellerResult","href":"Nekoyume.Action.BuyMultiple.SellerResult.html","topicHref":"Nekoyume.Action.BuyMultiple.SellerResult.html","topicUid":"Nekoyume.Action.BuyMultiple.SellerResult"},{"name":"BuyProduct","href":"Nekoyume.Action.BuyProduct.html","topicHref":"Nekoyume.Action.BuyProduct.html","topicUid":"Nekoyume.Action.BuyProduct"},{"name":"CancelProductRegistration","href":"Nekoyume.Action.CancelProductRegistration.html","topicHref":"Nekoyume.Action.CancelProductRegistration.html","topicUid":"Nekoyume.Action.CancelProductRegistration"},{"name":"ChargeActionPoint","href":"Nekoyume.Action.ChargeActionPoint.html","topicHref":"Nekoyume.Action.ChargeActionPoint.html","topicUid":"Nekoyume.Action.ChargeActionPoint"},{"name":"ClaimGifts","href":"Nekoyume.Action.ClaimGifts.html","topicHref":"Nekoyume.Action.ClaimGifts.html","topicUid":"Nekoyume.Action.ClaimGifts"},{"name":"ClaimItems","href":"Nekoyume.Action.ClaimItems.html","topicHref":"Nekoyume.Action.ClaimItems.html","topicUid":"Nekoyume.Action.ClaimItems"},{"name":"ClaimRaidReward","href":"Nekoyume.Action.ClaimRaidReward.html","topicHref":"Nekoyume.Action.ClaimRaidReward.html","topicUid":"Nekoyume.Action.ClaimRaidReward"},{"name":"ClaimStakeReward","href":"Nekoyume.Action.ClaimStakeReward.html","topicHref":"Nekoyume.Action.ClaimStakeReward.html","topicUid":"Nekoyume.Action.ClaimStakeReward"},{"name":"ClaimStakeReward2","href":"Nekoyume.Action.ClaimStakeReward2.html","topicHref":"Nekoyume.Action.ClaimStakeReward2.html","topicUid":"Nekoyume.Action.ClaimStakeReward2"},{"name":"ClaimStakeReward8","href":"Nekoyume.Action.ClaimStakeReward8.html","topicHref":"Nekoyume.Action.ClaimStakeReward8.html","topicUid":"Nekoyume.Action.ClaimStakeReward8"},{"name":"ClaimWordBossKillReward","href":"Nekoyume.Action.ClaimWordBossKillReward.html","topicHref":"Nekoyume.Action.ClaimWordBossKillReward.html","topicUid":"Nekoyume.Action.ClaimWordBossKillReward"},{"name":"ClaimableGiftsNotAvailableException","href":"Nekoyume.Action.ClaimableGiftsNotAvailableException.html","topicHref":"Nekoyume.Action.ClaimableGiftsNotAvailableException.html","topicUid":"Nekoyume.Action.ClaimableGiftsNotAvailableException"},{"name":"CombinationConsumable","href":"Nekoyume.Action.CombinationConsumable.html","topicHref":"Nekoyume.Action.CombinationConsumable.html","topicUid":"Nekoyume.Action.CombinationConsumable"},{"name":"CombinationConsumable5","href":"Nekoyume.Action.CombinationConsumable5.html","topicHref":"Nekoyume.Action.CombinationConsumable5.html","topicUid":"Nekoyume.Action.CombinationConsumable5"},{"name":"CombinationConsumable5.ResultModel","href":"Nekoyume.Action.CombinationConsumable5.ResultModel.html","topicHref":"Nekoyume.Action.CombinationConsumable5.ResultModel.html","topicUid":"Nekoyume.Action.CombinationConsumable5.ResultModel"},{"name":"CombinationEquipment","href":"Nekoyume.Action.CombinationEquipment.html","topicHref":"Nekoyume.Action.CombinationEquipment.html","topicUid":"Nekoyume.Action.CombinationEquipment"},{"name":"CombinationEquipment5","href":"Nekoyume.Action.CombinationEquipment5.html","topicHref":"Nekoyume.Action.CombinationEquipment5.html","topicUid":"Nekoyume.Action.CombinationEquipment5"},{"name":"CombinationSlotResultNullException","href":"Nekoyume.Action.CombinationSlotResultNullException.html","topicHref":"Nekoyume.Action.CombinationSlotResultNullException.html","topicUid":"Nekoyume.Action.CombinationSlotResultNullException"},{"name":"CombinationSlotUnlockException","href":"Nekoyume.Action.CombinationSlotUnlockException.html","topicHref":"Nekoyume.Action.CombinationSlotUnlockException.html","topicUid":"Nekoyume.Action.CombinationSlotUnlockException"},{"name":"ConsumableSlotOutOfRangeException","href":"Nekoyume.Action.ConsumableSlotOutOfRangeException.html","topicHref":"Nekoyume.Action.ConsumableSlotOutOfRangeException.html","topicUid":"Nekoyume.Action.ConsumableSlotOutOfRangeException"},{"name":"ConsumableSlotUnlockException","href":"Nekoyume.Action.ConsumableSlotUnlockException.html","topicHref":"Nekoyume.Action.ConsumableSlotUnlockException.html","topicUid":"Nekoyume.Action.ConsumableSlotUnlockException"},{"name":"CostumeSlotUnlockException","href":"Nekoyume.Action.CostumeSlotUnlockException.html","topicHref":"Nekoyume.Action.CostumeSlotUnlockException.html","topicUid":"Nekoyume.Action.CostumeSlotUnlockException"},{"name":"CostumeSummon","href":"Nekoyume.Action.CostumeSummon.html","topicHref":"Nekoyume.Action.CostumeSummon.html","topicUid":"Nekoyume.Action.CostumeSummon"},{"name":"CreateAvatar","href":"Nekoyume.Action.CreateAvatar.html","topicHref":"Nekoyume.Action.CreateAvatar.html","topicUid":"Nekoyume.Action.CreateAvatar"},{"name":"CreatePendingActivation","href":"Nekoyume.Action.CreatePendingActivation.html","topicHref":"Nekoyume.Action.CreatePendingActivation.html","topicUid":"Nekoyume.Action.CreatePendingActivation"},{"name":"CreatePendingActivations","href":"Nekoyume.Action.CreatePendingActivations.html","topicHref":"Nekoyume.Action.CreatePendingActivations.html","topicUid":"Nekoyume.Action.CreatePendingActivations"},{"name":"CreatePledge","href":"Nekoyume.Action.CreatePledge.html","topicHref":"Nekoyume.Action.CreatePledge.html","topicUid":"Nekoyume.Action.CreatePledge"},{"name":"DailyReward","href":"Nekoyume.Action.DailyReward.html","topicHref":"Nekoyume.Action.DailyReward.html","topicUid":"Nekoyume.Action.DailyReward"},{"name":"DailyReward2","href":"Nekoyume.Action.DailyReward2.html","topicHref":"Nekoyume.Action.DailyReward2.html","topicUid":"Nekoyume.Action.DailyReward2"},{"name":"DailyReward2.DailyRewardResult","href":"Nekoyume.Action.DailyReward2.DailyRewardResult.html","topicHref":"Nekoyume.Action.DailyReward2.DailyRewardResult.html","topicUid":"Nekoyume.Action.DailyReward2.DailyRewardResult"},{"name":"DuplicateCostumeException","href":"Nekoyume.Action.DuplicateCostumeException.html","topicHref":"Nekoyume.Action.DuplicateCostumeException.html","topicUid":"Nekoyume.Action.DuplicateCostumeException"},{"name":"DuplicateEquipmentException","href":"Nekoyume.Action.DuplicateEquipmentException.html","topicHref":"Nekoyume.Action.DuplicateEquipmentException.html","topicUid":"Nekoyume.Action.DuplicateEquipmentException"},{"name":"DuplicateMaterialException","href":"Nekoyume.Action.DuplicateMaterialException.html","topicHref":"Nekoyume.Action.DuplicateMaterialException.html","topicUid":"Nekoyume.Action.DuplicateMaterialException"},{"name":"DuplicateOrderIdException","href":"Nekoyume.Action.DuplicateOrderIdException.html","topicHref":"Nekoyume.Action.DuplicateOrderIdException.html","topicUid":"Nekoyume.Action.DuplicateOrderIdException"},{"name":"EndPledge","href":"Nekoyume.Action.EndPledge.html","topicHref":"Nekoyume.Action.EndPledge.html","topicUid":"Nekoyume.Action.EndPledge"},{"name":"EquipmentLevelExceededException","href":"Nekoyume.Action.EquipmentLevelExceededException.html","topicHref":"Nekoyume.Action.EquipmentLevelExceededException.html","topicUid":"Nekoyume.Action.EquipmentLevelExceededException"},{"name":"EquipmentSlotUnlockException","href":"Nekoyume.Action.EquipmentSlotUnlockException.html","topicHref":"Nekoyume.Action.EquipmentSlotUnlockException.html","topicUid":"Nekoyume.Action.EquipmentSlotUnlockException"},{"name":"EventConsumableItemCrafts","href":"Nekoyume.Action.EventConsumableItemCrafts.html","topicHref":"Nekoyume.Action.EventConsumableItemCrafts.html","topicUid":"Nekoyume.Action.EventConsumableItemCrafts"},{"name":"EventDungeonBattle","href":"Nekoyume.Action.EventDungeonBattle.html","topicHref":"Nekoyume.Action.EventDungeonBattle.html","topicUid":"Nekoyume.Action.EventDungeonBattle"},{"name":"EventMaterialItemCrafts","href":"Nekoyume.Action.EventMaterialItemCrafts.html","topicHref":"Nekoyume.Action.EventMaterialItemCrafts.html","topicUid":"Nekoyume.Action.EventMaterialItemCrafts"},{"name":"FailedLoadSheetException","href":"Nekoyume.Action.FailedLoadSheetException.html","topicHref":"Nekoyume.Action.FailedLoadSheetException.html","topicUid":"Nekoyume.Action.FailedLoadSheetException"},{"name":"FailedLoadStateException","href":"Nekoyume.Action.FailedLoadStateException.html","topicHref":"Nekoyume.Action.FailedLoadStateException.html","topicUid":"Nekoyume.Action.FailedLoadStateException"},{"name":"FavProductInfo","href":"Nekoyume.Action.FavProductInfo.html","topicHref":"Nekoyume.Action.FavProductInfo.html","topicUid":"Nekoyume.Action.FavProductInfo"},{"name":"GameAction","href":"Nekoyume.Action.GameAction.html","topicHref":"Nekoyume.Action.GameAction.html","topicUid":"Nekoyume.Action.GameAction"},{"name":"GoldDistribution","href":"Nekoyume.Action.GoldDistribution.html","topicHref":"Nekoyume.Action.GoldDistribution.html","topicUid":"Nekoyume.Action.GoldDistribution"},{"name":"Grinding","href":"Nekoyume.Action.Grinding.html","topicHref":"Nekoyume.Action.Grinding.html","topicUid":"Nekoyume.Action.Grinding"},{"name":"HackAndSlash","href":"Nekoyume.Action.HackAndSlash.html","topicHref":"Nekoyume.Action.HackAndSlash.html","topicUid":"Nekoyume.Action.HackAndSlash"},{"name":"HackAndSlashRandomBuff","href":"Nekoyume.Action.HackAndSlashRandomBuff.html","topicHref":"Nekoyume.Action.HackAndSlashRandomBuff.html","topicUid":"Nekoyume.Action.HackAndSlashRandomBuff"},{"name":"HackAndSlashSweep","href":"Nekoyume.Action.HackAndSlashSweep.html","topicHref":"Nekoyume.Action.HackAndSlashSweep.html","topicUid":"Nekoyume.Action.HackAndSlashSweep"},{"name":"IBuy0","href":"Nekoyume.Action.IBuy0.html","topicHref":"Nekoyume.Action.IBuy0.html","topicUid":"Nekoyume.Action.IBuy0"},{"name":"IBuy5","href":"Nekoyume.Action.IBuy5.html","topicHref":"Nekoyume.Action.IBuy5.html","topicUid":"Nekoyume.Action.IBuy5"},{"name":"IClaimItems","href":"Nekoyume.Action.IClaimItems.html","topicHref":"Nekoyume.Action.IClaimItems.html","topicUid":"Nekoyume.Action.IClaimItems"},{"name":"IClaimStakeReward","href":"Nekoyume.Action.IClaimStakeReward.html","topicHref":"Nekoyume.Action.IClaimStakeReward.html","topicUid":"Nekoyume.Action.IClaimStakeReward"},{"name":"IHackAndSlashV10","href":"Nekoyume.Action.IHackAndSlashV10.html","topicHref":"Nekoyume.Action.IHackAndSlashV10.html","topicUid":"Nekoyume.Action.IHackAndSlashV10"},{"name":"IProductInfo","href":"Nekoyume.Action.IProductInfo.html","topicHref":"Nekoyume.Action.IProductInfo.html","topicUid":"Nekoyume.Action.IProductInfo"},{"name":"IPurchaseInfo","href":"Nekoyume.Action.IPurchaseInfo.html","topicHref":"Nekoyume.Action.IPurchaseInfo.html","topicUid":"Nekoyume.Action.IPurchaseInfo"},{"name":"IRegisterInfo","href":"Nekoyume.Action.IRegisterInfo.html","topicHref":"Nekoyume.Action.IRegisterInfo.html","topicUid":"Nekoyume.Action.IRegisterInfo"},{"name":"ITransferAsset","href":"Nekoyume.Action.ITransferAsset.html","topicHref":"Nekoyume.Action.ITransferAsset.html","topicUid":"Nekoyume.Action.ITransferAsset"},{"name":"ITransferAssets","href":"Nekoyume.Action.ITransferAssets.html","topicHref":"Nekoyume.Action.ITransferAssets.html","topicUid":"Nekoyume.Action.ITransferAssets"},{"name":"InitializeStates","href":"Nekoyume.Action.InitializeStates.html","topicHref":"Nekoyume.Action.InitializeStates.html","topicUid":"Nekoyume.Action.InitializeStates"},{"name":"InvalidAddressException","href":"Nekoyume.Action.InvalidAddressException.html","topicHref":"Nekoyume.Action.InvalidAddressException.html","topicUid":"Nekoyume.Action.InvalidAddressException"},{"name":"InvalidClaimException","href":"Nekoyume.Action.InvalidClaimException.html","topicHref":"Nekoyume.Action.InvalidClaimException.html","topicUid":"Nekoyume.Action.InvalidClaimException"},{"name":"InvalidCurrencyException","href":"Nekoyume.Action.InvalidCurrencyException.html","topicHref":"Nekoyume.Action.InvalidCurrencyException.html","topicUid":"Nekoyume.Action.InvalidCurrencyException"},{"name":"InvalidElementalException","href":"Nekoyume.Action.InvalidElementalException.html","topicHref":"Nekoyume.Action.InvalidElementalException.html","topicUid":"Nekoyume.Action.InvalidElementalException"},{"name":"InvalidEquipmentException","href":"Nekoyume.Action.InvalidEquipmentException.html","topicHref":"Nekoyume.Action.InvalidEquipmentException.html","topicUid":"Nekoyume.Action.InvalidEquipmentException"},{"name":"InvalidItemCountException","href":"Nekoyume.Action.InvalidItemCountException.html","topicHref":"Nekoyume.Action.InvalidItemCountException.html","topicUid":"Nekoyume.Action.InvalidItemCountException"},{"name":"InvalidItemTypeException","href":"Nekoyume.Action.InvalidItemTypeException.html","topicHref":"Nekoyume.Action.InvalidItemTypeException.html","topicUid":"Nekoyume.Action.InvalidItemTypeException"},{"name":"InvalidLevelException","href":"Nekoyume.Action.InvalidLevelException.html","topicHref":"Nekoyume.Action.InvalidLevelException.html","topicUid":"Nekoyume.Action.InvalidLevelException"},{"name":"InvalidMaterialException","href":"Nekoyume.Action.InvalidMaterialException.html","topicHref":"Nekoyume.Action.InvalidMaterialException.html","topicUid":"Nekoyume.Action.InvalidMaterialException"},{"name":"InvalidMinterException","href":"Nekoyume.Action.InvalidMinterException.html","topicHref":"Nekoyume.Action.InvalidMinterException.html","topicUid":"Nekoyume.Action.InvalidMinterException"},{"name":"InvalidMonsterCollectionRoundException","href":"Nekoyume.Action.InvalidMonsterCollectionRoundException.html","topicHref":"Nekoyume.Action.InvalidMonsterCollectionRoundException.html","topicUid":"Nekoyume.Action.InvalidMonsterCollectionRoundException"},{"name":"InvalidNamePatternException","href":"Nekoyume.Action.InvalidNamePatternException.html","topicHref":"Nekoyume.Action.InvalidNamePatternException.html","topicUid":"Nekoyume.Action.InvalidNamePatternException"},{"name":"InvalidPriceException","href":"Nekoyume.Action.InvalidPriceException.html","topicHref":"Nekoyume.Action.InvalidPriceException.html","topicUid":"Nekoyume.Action.InvalidPriceException"},{"name":"InvalidProductTypeException","href":"Nekoyume.Action.InvalidProductTypeException.html","topicHref":"Nekoyume.Action.InvalidProductTypeException.html","topicUid":"Nekoyume.Action.InvalidProductTypeException"},{"name":"InvalidRecipeIdException","href":"Nekoyume.Action.InvalidRecipeIdException.html","topicHref":"Nekoyume.Action.InvalidRecipeIdException.html","topicUid":"Nekoyume.Action.InvalidRecipeIdException"},{"name":"InvalidRepeatPlayException","href":"Nekoyume.Action.InvalidRepeatPlayException.html","topicHref":"Nekoyume.Action.InvalidRepeatPlayException.html","topicUid":"Nekoyume.Action.InvalidRepeatPlayException"},{"name":"InvalidShopItemException","href":"Nekoyume.Action.InvalidShopItemException.html","topicHref":"Nekoyume.Action.InvalidShopItemException.html","topicUid":"Nekoyume.Action.InvalidShopItemException"},{"name":"InvalidSignatureException","href":"Nekoyume.Action.InvalidSignatureException.html","topicHref":"Nekoyume.Action.InvalidSignatureException.html","topicUid":"Nekoyume.Action.InvalidSignatureException"},{"name":"InvalidSlotIndexException","href":"Nekoyume.Action.InvalidSlotIndexException.html","topicHref":"Nekoyume.Action.InvalidSlotIndexException.html","topicUid":"Nekoyume.Action.InvalidSlotIndexException"},{"name":"InvalidStageException","href":"Nekoyume.Action.InvalidStageException.html","topicHref":"Nekoyume.Action.InvalidStageException.html","topicUid":"Nekoyume.Action.InvalidStageException"},{"name":"InvalidTradableIdException","href":"Nekoyume.Action.InvalidTradableIdException.html","topicHref":"Nekoyume.Action.InvalidTradableIdException.html","topicUid":"Nekoyume.Action.InvalidTradableIdException"},{"name":"InvalidTradableItemException","href":"Nekoyume.Action.InvalidTradableItemException.html","topicHref":"Nekoyume.Action.InvalidTradableItemException.html","topicUid":"Nekoyume.Action.InvalidTradableItemException"},{"name":"InvalidTransferCurrencyException","href":"Nekoyume.Action.InvalidTransferCurrencyException.html","topicHref":"Nekoyume.Action.InvalidTransferCurrencyException.html","topicUid":"Nekoyume.Action.InvalidTransferCurrencyException"},{"name":"InvalidTransferMinterException","href":"Nekoyume.Action.InvalidTransferMinterException.html","topicHref":"Nekoyume.Action.InvalidTransferMinterException.html","topicUid":"Nekoyume.Action.InvalidTransferMinterException"},{"name":"InvalidTransferRecipientException","href":"Nekoyume.Action.InvalidTransferRecipientException.html","topicHref":"Nekoyume.Action.InvalidTransferRecipientException.html","topicUid":"Nekoyume.Action.InvalidTransferRecipientException"},{"name":"InvalidTransferSignerException","href":"Nekoyume.Action.InvalidTransferSignerException.html","topicHref":"Nekoyume.Action.InvalidTransferSignerException.html","topicUid":"Nekoyume.Action.InvalidTransferSignerException"},{"name":"InvalidTransferUnactivatedRecipientException","href":"Nekoyume.Action.InvalidTransferUnactivatedRecipientException.html","topicHref":"Nekoyume.Action.InvalidTransferUnactivatedRecipientException.html","topicUid":"Nekoyume.Action.InvalidTransferUnactivatedRecipientException"},{"name":"InvalidWorldException","href":"Nekoyume.Action.InvalidWorldException.html","topicHref":"Nekoyume.Action.InvalidWorldException.html","topicUid":"Nekoyume.Action.InvalidWorldException"},{"name":"IssueToken","href":"Nekoyume.Action.IssueToken.html","topicHref":"Nekoyume.Action.IssueToken.html","topicUid":"Nekoyume.Action.IssueToken"},{"name":"IssueTokensFromGarage","href":"Nekoyume.Action.IssueTokensFromGarage.html","topicHref":"Nekoyume.Action.IssueTokensFromGarage.html","topicUid":"Nekoyume.Action.IssueTokensFromGarage"},{"name":"IssueTokensFromGarage.Spec","href":"Nekoyume.Action.IssueTokensFromGarage.Spec.html","topicHref":"Nekoyume.Action.IssueTokensFromGarage.Spec.html","topicUid":"Nekoyume.Action.IssueTokensFromGarage.Spec"},{"name":"ItemDoesNotExistException","href":"Nekoyume.Action.ItemDoesNotExistException.html","topicHref":"Nekoyume.Action.ItemDoesNotExistException.html","topicUid":"Nekoyume.Action.ItemDoesNotExistException"},{"name":"ItemEnhancement","href":"Nekoyume.Action.ItemEnhancement.html","topicHref":"Nekoyume.Action.ItemEnhancement.html","topicUid":"Nekoyume.Action.ItemEnhancement"},{"name":"ItemEnhancement10","href":"Nekoyume.Action.ItemEnhancement10.html","topicHref":"Nekoyume.Action.ItemEnhancement10.html","topicUid":"Nekoyume.Action.ItemEnhancement10"},{"name":"ItemEnhancement10.EnhancementResult","href":"Nekoyume.Action.ItemEnhancement10.EnhancementResult.html","topicHref":"Nekoyume.Action.ItemEnhancement10.EnhancementResult.html","topicUid":"Nekoyume.Action.ItemEnhancement10.EnhancementResult"},{"name":"ItemEnhancement10.ResultModel","href":"Nekoyume.Action.ItemEnhancement10.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement10.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement10.ResultModel"},{"name":"ItemEnhancement11","href":"Nekoyume.Action.ItemEnhancement11.html","topicHref":"Nekoyume.Action.ItemEnhancement11.html","topicUid":"Nekoyume.Action.ItemEnhancement11"},{"name":"ItemEnhancement11.EnhancementResult","href":"Nekoyume.Action.ItemEnhancement11.EnhancementResult.html","topicHref":"Nekoyume.Action.ItemEnhancement11.EnhancementResult.html","topicUid":"Nekoyume.Action.ItemEnhancement11.EnhancementResult"},{"name":"ItemEnhancement11.ResultModel","href":"Nekoyume.Action.ItemEnhancement11.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement11.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement11.ResultModel"},{"name":"ItemEnhancement12","href":"Nekoyume.Action.ItemEnhancement12.html","topicHref":"Nekoyume.Action.ItemEnhancement12.html","topicUid":"Nekoyume.Action.ItemEnhancement12"},{"name":"ItemEnhancement12.EnhancementResult","href":"Nekoyume.Action.ItemEnhancement12.EnhancementResult.html","topicHref":"Nekoyume.Action.ItemEnhancement12.EnhancementResult.html","topicUid":"Nekoyume.Action.ItemEnhancement12.EnhancementResult"},{"name":"ItemEnhancement12.ResultModel","href":"Nekoyume.Action.ItemEnhancement12.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement12.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement12.ResultModel"},{"name":"ItemEnhancement13","href":"Nekoyume.Action.ItemEnhancement13.html","topicHref":"Nekoyume.Action.ItemEnhancement13.html","topicUid":"Nekoyume.Action.ItemEnhancement13"},{"name":"ItemEnhancement13.EnhancementResult","href":"Nekoyume.Action.ItemEnhancement13.EnhancementResult.html","topicHref":"Nekoyume.Action.ItemEnhancement13.EnhancementResult.html","topicUid":"Nekoyume.Action.ItemEnhancement13.EnhancementResult"},{"name":"ItemEnhancement13.ResultModel","href":"Nekoyume.Action.ItemEnhancement13.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement13.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement13.ResultModel"},{"name":"ItemEnhancement7","href":"Nekoyume.Action.ItemEnhancement7.html","topicHref":"Nekoyume.Action.ItemEnhancement7.html","topicUid":"Nekoyume.Action.ItemEnhancement7"},{"name":"ItemEnhancement7.ResultModel","href":"Nekoyume.Action.ItemEnhancement7.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement7.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement7.ResultModel"},{"name":"ItemEnhancement9","href":"Nekoyume.Action.ItemEnhancement9.html","topicHref":"Nekoyume.Action.ItemEnhancement9.html","topicUid":"Nekoyume.Action.ItemEnhancement9"},{"name":"ItemEnhancement9.EnhancementResult","href":"Nekoyume.Action.ItemEnhancement9.EnhancementResult.html","topicHref":"Nekoyume.Action.ItemEnhancement9.EnhancementResult.html","topicUid":"Nekoyume.Action.ItemEnhancement9.EnhancementResult"},{"name":"ItemEnhancement9.ResultModel","href":"Nekoyume.Action.ItemEnhancement9.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement9.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement9.ResultModel"},{"name":"ItemProductInfo","href":"Nekoyume.Action.ItemProductInfo.html","topicHref":"Nekoyume.Action.ItemProductInfo.html","topicUid":"Nekoyume.Action.ItemProductInfo"},{"name":"JoinArena","href":"Nekoyume.Action.JoinArena.html","topicHref":"Nekoyume.Action.JoinArena.html","topicUid":"Nekoyume.Action.JoinArena"},{"name":"JoinArena1","href":"Nekoyume.Action.JoinArena1.html","topicHref":"Nekoyume.Action.JoinArena1.html","topicUid":"Nekoyume.Action.JoinArena1"},{"name":"JoinArena3","href":"Nekoyume.Action.JoinArena3.html","topicHref":"Nekoyume.Action.JoinArena3.html","topicUid":"Nekoyume.Action.JoinArena3"},{"name":"MemoLengthOverflowException","href":"Nekoyume.Action.MemoLengthOverflowException.html","topicHref":"Nekoyume.Action.MemoLengthOverflowException.html","topicUid":"Nekoyume.Action.MemoLengthOverflowException"},{"name":"MigrateAgentAvatar","href":"Nekoyume.Action.MigrateAgentAvatar.html","topicHref":"Nekoyume.Action.MigrateAgentAvatar.html","topicUid":"Nekoyume.Action.MigrateAgentAvatar"},{"name":"MigrateFee","href":"Nekoyume.Action.MigrateFee.html","topicHref":"Nekoyume.Action.MigrateFee.html","topicUid":"Nekoyume.Action.MigrateFee"},{"name":"MigrateMonsterCollection","href":"Nekoyume.Action.MigrateMonsterCollection.html","topicHref":"Nekoyume.Action.MigrateMonsterCollection.html","topicUid":"Nekoyume.Action.MigrateMonsterCollection"},{"name":"MigrationActivatedAccountsState","href":"Nekoyume.Action.MigrationActivatedAccountsState.html","topicHref":"Nekoyume.Action.MigrationActivatedAccountsState.html","topicUid":"Nekoyume.Action.MigrationActivatedAccountsState"},{"name":"MintAssets","href":"Nekoyume.Action.MintAssets.html","topicHref":"Nekoyume.Action.MintAssets.html","topicUid":"Nekoyume.Action.MintAssets"},{"name":"MintAssets.MintSpec","href":"Nekoyume.Action.MintAssets.MintSpec.html","topicHref":"Nekoyume.Action.MintAssets.MintSpec.html","topicUid":"Nekoyume.Action.MintAssets.MintSpec"},{"name":"MonsterCollectionExistingClaimableException","href":"Nekoyume.Action.MonsterCollectionExistingClaimableException.html","topicHref":"Nekoyume.Action.MonsterCollectionExistingClaimableException.html","topicUid":"Nekoyume.Action.MonsterCollectionExistingClaimableException"},{"name":"MonsterCollectionExistingException","href":"Nekoyume.Action.MonsterCollectionExistingException.html","topicHref":"Nekoyume.Action.MonsterCollectionExistingException.html","topicUid":"Nekoyume.Action.MonsterCollectionExistingException"},{"name":"MonsterCollectionExpiredException","href":"Nekoyume.Action.MonsterCollectionExpiredException.html","topicHref":"Nekoyume.Action.MonsterCollectionExpiredException.html","topicUid":"Nekoyume.Action.MonsterCollectionExpiredException"},{"name":"MonsterCollectionLevelException","href":"Nekoyume.Action.MonsterCollectionLevelException.html","topicHref":"Nekoyume.Action.MonsterCollectionLevelException.html","topicUid":"Nekoyume.Action.MonsterCollectionLevelException"},{"name":"NotEnoughActionPointException","href":"Nekoyume.Action.NotEnoughActionPointException.html","topicHref":"Nekoyume.Action.NotEnoughActionPointException.html","topicUid":"Nekoyume.Action.NotEnoughActionPointException"},{"name":"NotEnoughAvatarLevelException","href":"Nekoyume.Action.NotEnoughAvatarLevelException.html","topicHref":"Nekoyume.Action.NotEnoughAvatarLevelException.html","topicUid":"Nekoyume.Action.NotEnoughAvatarLevelException"},{"name":"NotEnoughClearedStageLevelException","href":"Nekoyume.Action.NotEnoughClearedStageLevelException.html","topicHref":"Nekoyume.Action.NotEnoughClearedStageLevelException.html","topicUid":"Nekoyume.Action.NotEnoughClearedStageLevelException"},{"name":"NotEnoughCombatPointException","href":"Nekoyume.Action.NotEnoughCombatPointException.html","topicHref":"Nekoyume.Action.NotEnoughCombatPointException.html","topicUid":"Nekoyume.Action.NotEnoughCombatPointException"},{"name":"NotEnoughFungibleAssetValueException","href":"Nekoyume.Action.NotEnoughFungibleAssetValueException.html","topicHref":"Nekoyume.Action.NotEnoughFungibleAssetValueException.html","topicUid":"Nekoyume.Action.NotEnoughFungibleAssetValueException"},{"name":"NotEnoughHammerPointException","href":"Nekoyume.Action.NotEnoughHammerPointException.html","topicHref":"Nekoyume.Action.NotEnoughHammerPointException.html","topicUid":"Nekoyume.Action.NotEnoughHammerPointException"},{"name":"NotEnoughMaterialException","href":"Nekoyume.Action.NotEnoughMaterialException.html","topicHref":"Nekoyume.Action.NotEnoughMaterialException.html","topicUid":"Nekoyume.Action.NotEnoughMaterialException"},{"name":"NotEnoughMedalException","href":"Nekoyume.Action.NotEnoughMedalException.html","topicHref":"Nekoyume.Action.NotEnoughMedalException.html","topicUid":"Nekoyume.Action.NotEnoughMedalException"},{"name":"NotEnoughRankException","href":"Nekoyume.Action.NotEnoughRankException.html","topicHref":"Nekoyume.Action.NotEnoughRankException.html","topicUid":"Nekoyume.Action.NotEnoughRankException"},{"name":"NotEnoughStarException","href":"Nekoyume.Action.NotEnoughStarException.html","topicHref":"Nekoyume.Action.NotEnoughStarException.html","topicUid":"Nekoyume.Action.NotEnoughStarException"},{"name":"NotEnoughWeeklyArenaChallengeCountException","href":"Nekoyume.Action.NotEnoughWeeklyArenaChallengeCountException.html","topicHref":"Nekoyume.Action.NotEnoughWeeklyArenaChallengeCountException.html","topicUid":"Nekoyume.Action.NotEnoughWeeklyArenaChallengeCountException"},{"name":"OrderIdDoesNotExistException","href":"Nekoyume.Action.OrderIdDoesNotExistException.html","topicHref":"Nekoyume.Action.OrderIdDoesNotExistException.html","topicUid":"Nekoyume.Action.OrderIdDoesNotExistException"},{"name":"PatchTableSheet","href":"Nekoyume.Action.PatchTableSheet.html","topicHref":"Nekoyume.Action.PatchTableSheet.html","topicUid":"Nekoyume.Action.PatchTableSheet"},{"name":"PendingActivationDoesNotExistsException","href":"Nekoyume.Action.PendingActivationDoesNotExistsException.html","topicHref":"Nekoyume.Action.PendingActivationDoesNotExistsException.html","topicUid":"Nekoyume.Action.PendingActivationDoesNotExistsException"},{"name":"PermissionDeniedException","href":"Nekoyume.Action.PermissionDeniedException.html","topicHref":"Nekoyume.Action.PermissionDeniedException.html","topicUid":"Nekoyume.Action.PermissionDeniedException"},{"name":"PetEnhancement","href":"Nekoyume.Action.PetEnhancement.html","topicHref":"Nekoyume.Action.PetEnhancement.html","topicUid":"Nekoyume.Action.PetEnhancement"},{"name":"PetIsLockedException","href":"Nekoyume.Action.PetIsLockedException.html","topicHref":"Nekoyume.Action.PetIsLockedException.html","topicUid":"Nekoyume.Action.PetIsLockedException"},{"name":"PlayCountIsZeroException","href":"Nekoyume.Action.PlayCountIsZeroException.html","topicHref":"Nekoyume.Action.PlayCountIsZeroException.html","topicUid":"Nekoyume.Action.PlayCountIsZeroException"},{"name":"PolicyExpiredException","href":"Nekoyume.Action.PolicyExpiredException.html","topicHref":"Nekoyume.Action.PolicyExpiredException.html","topicUid":"Nekoyume.Action.PolicyExpiredException"},{"name":"PrepareRewardAssets","href":"Nekoyume.Action.PrepareRewardAssets.html","topicHref":"Nekoyume.Action.PrepareRewardAssets.html","topicUid":"Nekoyume.Action.PrepareRewardAssets"},{"name":"ProductNotFoundException","href":"Nekoyume.Action.ProductNotFoundException.html","topicHref":"Nekoyume.Action.ProductNotFoundException.html","topicUid":"Nekoyume.Action.ProductNotFoundException"},{"name":"PurchaseInfo","href":"Nekoyume.Action.PurchaseInfo.html","topicHref":"Nekoyume.Action.PurchaseInfo.html","topicUid":"Nekoyume.Action.PurchaseInfo"},{"name":"PurchaseInfo0","href":"Nekoyume.Action.PurchaseInfo0.html","topicHref":"Nekoyume.Action.PurchaseInfo0.html","topicUid":"Nekoyume.Action.PurchaseInfo0"},{"name":"Raid","href":"Nekoyume.Action.Raid.html","topicHref":"Nekoyume.Action.Raid.html","topicUid":"Nekoyume.Action.Raid"},{"name":"RankingBattle","href":"Nekoyume.Action.RankingBattle.html","topicHref":"Nekoyume.Action.RankingBattle.html","topicUid":"Nekoyume.Action.RankingBattle"},{"name":"RankingBattle11","href":"Nekoyume.Action.RankingBattle11.html","topicHref":"Nekoyume.Action.RankingBattle11.html","topicUid":"Nekoyume.Action.RankingBattle11"},{"name":"RankingExceededException","href":"Nekoyume.Action.RankingExceededException.html","topicHref":"Nekoyume.Action.RankingExceededException.html","topicUid":"Nekoyume.Action.RankingExceededException"},{"name":"RapidCombination","href":"Nekoyume.Action.RapidCombination.html","topicHref":"Nekoyume.Action.RapidCombination.html","topicUid":"Nekoyume.Action.RapidCombination"},{"name":"RapidCombination0","href":"Nekoyume.Action.RapidCombination0.html","topicHref":"Nekoyume.Action.RapidCombination0.html","topicUid":"Nekoyume.Action.RapidCombination0"},{"name":"RapidCombination0.ResultModel","href":"Nekoyume.Action.RapidCombination0.ResultModel.html","topicHref":"Nekoyume.Action.RapidCombination0.ResultModel.html","topicUid":"Nekoyume.Action.RapidCombination0.ResultModel"},{"name":"RapidCombination5","href":"Nekoyume.Action.RapidCombination5.html","topicHref":"Nekoyume.Action.RapidCombination5.html","topicUid":"Nekoyume.Action.RapidCombination5"},{"name":"RapidCombination5.ResultModel","href":"Nekoyume.Action.RapidCombination5.ResultModel.html","topicHref":"Nekoyume.Action.RapidCombination5.ResultModel.html","topicUid":"Nekoyume.Action.RapidCombination5.ResultModel"},{"name":"ReRegisterProduct","href":"Nekoyume.Action.ReRegisterProduct.html","topicHref":"Nekoyume.Action.ReRegisterProduct.html","topicUid":"Nekoyume.Action.ReRegisterProduct"},{"name":"RedeemCode","href":"Nekoyume.Action.RedeemCode.html","topicHref":"Nekoyume.Action.RedeemCode.html","topicUid":"Nekoyume.Action.RedeemCode"},{"name":"RedeemCode2","href":"Nekoyume.Action.RedeemCode2.html","topicHref":"Nekoyume.Action.RedeemCode2.html","topicUid":"Nekoyume.Action.RedeemCode2"},{"name":"RegisterInfo","href":"Nekoyume.Action.RegisterInfo.html","topicHref":"Nekoyume.Action.RegisterInfo.html","topicUid":"Nekoyume.Action.RegisterInfo"},{"name":"RegisterProduct","href":"Nekoyume.Action.RegisterProduct.html","topicHref":"Nekoyume.Action.RegisterProduct.html","topicUid":"Nekoyume.Action.RegisterProduct"},{"name":"RegisterProduct0","href":"Nekoyume.Action.RegisterProduct0.html","topicHref":"Nekoyume.Action.RegisterProduct0.html","topicUid":"Nekoyume.Action.RegisterProduct0"},{"name":"RenewAdminState","href":"Nekoyume.Action.RenewAdminState.html","topicHref":"Nekoyume.Action.RenewAdminState.html","topicUid":"Nekoyume.Action.RenewAdminState"},{"name":"RequestPledge","href":"Nekoyume.Action.RequestPledge.html","topicHref":"Nekoyume.Action.RequestPledge.html","topicUid":"Nekoyume.Action.RequestPledge"},{"name":"RequiredBlockIndexException","href":"Nekoyume.Action.RequiredBlockIndexException.html","topicHref":"Nekoyume.Action.RequiredBlockIndexException.html","topicUid":"Nekoyume.Action.RequiredBlockIndexException"},{"name":"RequiredBlockIntervalException","href":"Nekoyume.Action.RequiredBlockIntervalException.html","topicHref":"Nekoyume.Action.RequiredBlockIntervalException.html","topicUid":"Nekoyume.Action.RequiredBlockIntervalException"},{"name":"RetrieveAvatarAssets","href":"Nekoyume.Action.RetrieveAvatarAssets.html","topicHref":"Nekoyume.Action.RetrieveAvatarAssets.html","topicUid":"Nekoyume.Action.RetrieveAvatarAssets"},{"name":"RewardGold","href":"Nekoyume.Action.RewardGold.html","topicHref":"Nekoyume.Action.RewardGold.html","topicUid":"Nekoyume.Action.RewardGold"},{"name":"RuneEnhancement","href":"Nekoyume.Action.RuneEnhancement.html","topicHref":"Nekoyume.Action.RuneEnhancement.html","topicUid":"Nekoyume.Action.RuneEnhancement"},{"name":"RuneEnhancement.LevelUpResult","href":"Nekoyume.Action.RuneEnhancement.LevelUpResult.html","topicHref":"Nekoyume.Action.RuneEnhancement.LevelUpResult.html","topicUid":"Nekoyume.Action.RuneEnhancement.LevelUpResult"},{"name":"RuneSlotInfo","href":"Nekoyume.Action.RuneSlotInfo.html","topicHref":"Nekoyume.Action.RuneSlotInfo.html","topicUid":"Nekoyume.Action.RuneSlotInfo"},{"name":"RuneSummon","href":"Nekoyume.Action.RuneSummon.html","topicHref":"Nekoyume.Action.RuneSummon.html","topicUid":"Nekoyume.Action.RuneSummon"},{"name":"SecureMiningReward","href":"Nekoyume.Action.SecureMiningReward.html","topicHref":"Nekoyume.Action.SecureMiningReward.html","topicUid":"Nekoyume.Action.SecureMiningReward"},{"name":"Sell","href":"Nekoyume.Action.Sell.html","topicHref":"Nekoyume.Action.Sell.html","topicUid":"Nekoyume.Action.Sell"},{"name":"Sell6","href":"Nekoyume.Action.Sell6.html","topicHref":"Nekoyume.Action.Sell6.html","topicUid":"Nekoyume.Action.Sell6"},{"name":"SellCancellation","href":"Nekoyume.Action.SellCancellation.html","topicHref":"Nekoyume.Action.SellCancellation.html","topicUid":"Nekoyume.Action.SellCancellation"},{"name":"SellCancellation.Result","href":"Nekoyume.Action.SellCancellation.Result.html","topicHref":"Nekoyume.Action.SellCancellation.Result.html","topicUid":"Nekoyume.Action.SellCancellation.Result"},{"name":"ShopErrorType","href":"Nekoyume.Action.ShopErrorType.html","topicHref":"Nekoyume.Action.ShopErrorType.html","topicUid":"Nekoyume.Action.ShopErrorType"},{"name":"ShopItemExpiredException","href":"Nekoyume.Action.ShopItemExpiredException.html","topicHref":"Nekoyume.Action.ShopItemExpiredException.html","topicUid":"Nekoyume.Action.ShopItemExpiredException"},{"name":"SlotAlreadyUnlockedException","href":"Nekoyume.Action.SlotAlreadyUnlockedException.html","topicHref":"Nekoyume.Action.SlotAlreadyUnlockedException.html","topicUid":"Nekoyume.Action.SlotAlreadyUnlockedException"},{"name":"StageNotClearedException","href":"Nekoyume.Action.StageNotClearedException.html","topicHref":"Nekoyume.Action.StageNotClearedException.html","topicUid":"Nekoyume.Action.StageNotClearedException"},{"name":"Stake","href":"Nekoyume.Action.Stake.html","topicHref":"Nekoyume.Action.Stake.html","topicUid":"Nekoyume.Action.Stake"},{"name":"Stake2","href":"Nekoyume.Action.Stake2.html","topicHref":"Nekoyume.Action.Stake2.html","topicUid":"Nekoyume.Action.Stake2"},{"name":"StakeExistingClaimableException","href":"Nekoyume.Action.StakeExistingClaimableException.html","topicHref":"Nekoyume.Action.StakeExistingClaimableException.html","topicUid":"Nekoyume.Action.StakeExistingClaimableException"},{"name":"Synthesize","href":"Nekoyume.Action.Synthesize.html","topicHref":"Nekoyume.Action.Synthesize.html","topicUid":"Nekoyume.Action.Synthesize"},{"name":"TotalSupplyDoesNotExistException","href":"Nekoyume.Action.TotalSupplyDoesNotExistException.html","topicHref":"Nekoyume.Action.TotalSupplyDoesNotExistException.html","topicUid":"Nekoyume.Action.TotalSupplyDoesNotExistException"},{"name":"TransferAsset","href":"Nekoyume.Action.TransferAsset.html","topicHref":"Nekoyume.Action.TransferAsset.html","topicUid":"Nekoyume.Action.TransferAsset"},{"name":"TransferAsset3","href":"Nekoyume.Action.TransferAsset3.html","topicHref":"Nekoyume.Action.TransferAsset3.html","topicUid":"Nekoyume.Action.TransferAsset3"},{"name":"TransferAssets","href":"Nekoyume.Action.TransferAssets.html","topicHref":"Nekoyume.Action.TransferAssets.html","topicUid":"Nekoyume.Action.TransferAssets"},{"name":"UnlockCombinationSlot","href":"Nekoyume.Action.UnlockCombinationSlot.html","topicHref":"Nekoyume.Action.UnlockCombinationSlot.html","topicUid":"Nekoyume.Action.UnlockCombinationSlot"},{"name":"UnlockEquipmentRecipe","href":"Nekoyume.Action.UnlockEquipmentRecipe.html","topicHref":"Nekoyume.Action.UnlockEquipmentRecipe.html","topicUid":"Nekoyume.Action.UnlockEquipmentRecipe"},{"name":"UnlockRuneSlot","href":"Nekoyume.Action.UnlockRuneSlot.html","topicHref":"Nekoyume.Action.UnlockRuneSlot.html","topicUid":"Nekoyume.Action.UnlockRuneSlot"},{"name":"UnlockWorld","href":"Nekoyume.Action.UnlockWorld.html","topicHref":"Nekoyume.Action.UnlockWorld.html","topicUid":"Nekoyume.Action.UnlockWorld"},{"name":"UpdateSell","href":"Nekoyume.Action.UpdateSell.html","topicHref":"Nekoyume.Action.UpdateSell.html","topicUid":"Nekoyume.Action.UpdateSell"},{"name":"UpdateSellInfo","href":"Nekoyume.Action.UpdateSellInfo.html","topicHref":"Nekoyume.Action.UpdateSellInfo.html","topicUid":"Nekoyume.Action.UpdateSellInfo"},{"name":"UsageLimitExceedException","href":"Nekoyume.Action.UsageLimitExceedException.html","topicHref":"Nekoyume.Action.UsageLimitExceedException.html","topicUid":"Nekoyume.Action.UsageLimitExceedException"},{"name":"ValidatorSetOperate","href":"Nekoyume.Action.ValidatorSetOperate.html","topicHref":"Nekoyume.Action.ValidatorSetOperate.html","topicUid":"Nekoyume.Action.ValidatorSetOperate"},{"name":"ValidatorSetOperatorType","href":"Nekoyume.Action.ValidatorSetOperatorType.html","topicHref":"Nekoyume.Action.ValidatorSetOperatorType.html","topicUid":"Nekoyume.Action.ValidatorSetOperatorType"},{"name":"ValidatorSetOperatorTypeExtensions","href":"Nekoyume.Action.ValidatorSetOperatorTypeExtensions.html","topicHref":"Nekoyume.Action.ValidatorSetOperatorTypeExtensions.html","topicUid":"Nekoyume.Action.ValidatorSetOperatorTypeExtensions"},{"name":"WeeklyArenaStateAlreadyEndedException","href":"Nekoyume.Action.WeeklyArenaStateAlreadyEndedException.html","topicHref":"Nekoyume.Action.WeeklyArenaStateAlreadyEndedException.html","topicUid":"Nekoyume.Action.WeeklyArenaStateAlreadyEndedException"},{"name":"WeeklyArenaStateNotContainsAvatarAddressException","href":"Nekoyume.Action.WeeklyArenaStateNotContainsAvatarAddressException.html","topicHref":"Nekoyume.Action.WeeklyArenaStateNotContainsAvatarAddressException.html","topicUid":"Nekoyume.Action.WeeklyArenaStateNotContainsAvatarAddressException"}]},{"name":"Nekoyume.Action.AdventureBoss","href":"Nekoyume.Action.AdventureBoss.html","topicHref":"Nekoyume.Action.AdventureBoss.html","topicUid":"Nekoyume.Action.AdventureBoss","items":[{"name":"ClaimAdventureBossReward","href":"Nekoyume.Action.AdventureBoss.ClaimAdventureBossReward.html","topicHref":"Nekoyume.Action.AdventureBoss.ClaimAdventureBossReward.html","topicUid":"Nekoyume.Action.AdventureBoss.ClaimAdventureBossReward"},{"name":"ExploreAdventureBoss","href":"Nekoyume.Action.AdventureBoss.ExploreAdventureBoss.html","topicHref":"Nekoyume.Action.AdventureBoss.ExploreAdventureBoss.html","topicUid":"Nekoyume.Action.AdventureBoss.ExploreAdventureBoss"},{"name":"SweepAdventureBoss","href":"Nekoyume.Action.AdventureBoss.SweepAdventureBoss.html","topicHref":"Nekoyume.Action.AdventureBoss.SweepAdventureBoss.html","topicUid":"Nekoyume.Action.AdventureBoss.SweepAdventureBoss"},{"name":"UnlockFloor","href":"Nekoyume.Action.AdventureBoss.UnlockFloor.html","topicHref":"Nekoyume.Action.AdventureBoss.UnlockFloor.html","topicUid":"Nekoyume.Action.AdventureBoss.UnlockFloor"},{"name":"Wanted","href":"Nekoyume.Action.AdventureBoss.Wanted.html","topicHref":"Nekoyume.Action.AdventureBoss.Wanted.html","topicUid":"Nekoyume.Action.AdventureBoss.Wanted"}]},{"name":"Nekoyume.Action.Coupons","href":"Nekoyume.Action.Coupons.html","topicHref":"Nekoyume.Action.Coupons.html","topicUid":"Nekoyume.Action.Coupons","items":[{"name":"IssueCoupons","href":"Nekoyume.Action.Coupons.IssueCoupons.html","topicHref":"Nekoyume.Action.Coupons.IssueCoupons.html","topicUid":"Nekoyume.Action.Coupons.IssueCoupons"},{"name":"RedeemCoupon","href":"Nekoyume.Action.Coupons.RedeemCoupon.html","topicHref":"Nekoyume.Action.Coupons.RedeemCoupon.html","topicUid":"Nekoyume.Action.Coupons.RedeemCoupon"},{"name":"TransferCoupons","href":"Nekoyume.Action.Coupons.TransferCoupons.html","topicHref":"Nekoyume.Action.Coupons.TransferCoupons.html","topicUid":"Nekoyume.Action.Coupons.TransferCoupons"}]},{"name":"Nekoyume.Action.CustomEquipmentCraft","href":"Nekoyume.Action.CustomEquipmentCraft.html","topicHref":"Nekoyume.Action.CustomEquipmentCraft.html","topicUid":"Nekoyume.Action.CustomEquipmentCraft","items":[{"name":"CustomCraftData","href":"Nekoyume.Action.CustomEquipmentCraft.CustomCraftData.html","topicHref":"Nekoyume.Action.CustomEquipmentCraft.CustomCraftData.html","topicUid":"Nekoyume.Action.CustomEquipmentCraft.CustomCraftData"},{"name":"CustomEquipmentCraft","href":"Nekoyume.Action.CustomEquipmentCraft.CustomEquipmentCraft.html","topicHref":"Nekoyume.Action.CustomEquipmentCraft.CustomEquipmentCraft.html","topicUid":"Nekoyume.Action.CustomEquipmentCraft.CustomEquipmentCraft"}]},{"name":"Nekoyume.Action.Exceptions","href":"Nekoyume.Action.Exceptions.html","topicHref":"Nekoyume.Action.Exceptions.html","topicUid":"Nekoyume.Action.Exceptions","items":[{"name":"DuplicatedCraftSlotIndexException","href":"Nekoyume.Action.Exceptions.DuplicatedCraftSlotIndexException.html","topicHref":"Nekoyume.Action.Exceptions.DuplicatedCraftSlotIndexException.html","topicUid":"Nekoyume.Action.Exceptions.DuplicatedCraftSlotIndexException"},{"name":"EmptyRewardException","href":"Nekoyume.Action.Exceptions.EmptyRewardException.html","topicHref":"Nekoyume.Action.Exceptions.EmptyRewardException.html","topicUid":"Nekoyume.Action.Exceptions.EmptyRewardException"},{"name":"InvalidSummonCountException","href":"Nekoyume.Action.Exceptions.InvalidSummonCountException.html","topicHref":"Nekoyume.Action.Exceptions.InvalidSummonCountException.html","topicUid":"Nekoyume.Action.Exceptions.InvalidSummonCountException"}]},{"name":"Nekoyume.Action.Exceptions.AdventureBoss","href":"Nekoyume.Action.Exceptions.AdventureBoss.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss","items":[{"name":"AlreadyClaimedException","href":"Nekoyume.Action.Exceptions.AdventureBoss.AlreadyClaimedException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.AlreadyClaimedException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.AlreadyClaimedException"},{"name":"ClaimExpiredException","href":"Nekoyume.Action.Exceptions.AdventureBoss.ClaimExpiredException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.ClaimExpiredException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.ClaimExpiredException"},{"name":"InsufficientStakingException","href":"Nekoyume.Action.Exceptions.AdventureBoss.InsufficientStakingException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.InsufficientStakingException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.InsufficientStakingException"},{"name":"InvalidAdventureBossSeasonException","href":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidAdventureBossSeasonException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidAdventureBossSeasonException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidAdventureBossSeasonException"},{"name":"InvalidBountyException","href":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidBountyException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidBountyException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidBountyException"},{"name":"MaxInvestmentCountExceededException","href":"Nekoyume.Action.Exceptions.AdventureBoss.MaxInvestmentCountExceededException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.MaxInvestmentCountExceededException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.MaxInvestmentCountExceededException"},{"name":"PreviousBountyException","href":"Nekoyume.Action.Exceptions.AdventureBoss.PreviousBountyException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.PreviousBountyException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.PreviousBountyException"},{"name":"SeasonInProgressException","href":"Nekoyume.Action.Exceptions.AdventureBoss.SeasonInProgressException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.SeasonInProgressException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.SeasonInProgressException"}]},{"name":"Nekoyume.Action.Exceptions.Arena","href":"Nekoyume.Action.Exceptions.Arena.html","topicHref":"Nekoyume.Action.Exceptions.Arena.html","topicUid":"Nekoyume.Action.Exceptions.Arena","items":[{"name":"AlreadyJoinedArenaException","href":"Nekoyume.Action.Exceptions.Arena.AlreadyJoinedArenaException.html","topicHref":"Nekoyume.Action.Exceptions.Arena.AlreadyJoinedArenaException.html","topicUid":"Nekoyume.Action.Exceptions.Arena.AlreadyJoinedArenaException"}]},{"name":"Nekoyume.Action.Exceptions.CustomEquipmentCraft","href":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.html","topicHref":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.html","topicUid":"Nekoyume.Action.Exceptions.CustomEquipmentCraft","items":[{"name":"NotEnoughRelationshipException","href":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.NotEnoughRelationshipException.html","topicHref":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.NotEnoughRelationshipException.html","topicUid":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.NotEnoughRelationshipException"},{"name":"RandomOnlyIconException","href":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.RandomOnlyIconException.html","topicHref":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.RandomOnlyIconException.html","topicUid":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.RandomOnlyIconException"}]},{"name":"Nekoyume.Action.Factory","href":"Nekoyume.Action.Factory.html","topicHref":"Nekoyume.Action.Factory.html","topicUid":"Nekoyume.Action.Factory","items":[{"name":"ClaimStakeRewardFactory","href":"Nekoyume.Action.Factory.ClaimStakeRewardFactory.html","topicHref":"Nekoyume.Action.Factory.ClaimStakeRewardFactory.html","topicUid":"Nekoyume.Action.Factory.ClaimStakeRewardFactory"}]},{"name":"Nekoyume.Action.Garages","href":"Nekoyume.Action.Garages.html","topicHref":"Nekoyume.Action.Garages.html","topicUid":"Nekoyume.Action.Garages","items":[{"name":"BulkUnloadFromGarages","href":"Nekoyume.Action.Garages.BulkUnloadFromGarages.html","topicHref":"Nekoyume.Action.Garages.BulkUnloadFromGarages.html","topicUid":"Nekoyume.Action.Garages.BulkUnloadFromGarages"},{"name":"DeliverToOthersGarages","href":"Nekoyume.Action.Garages.DeliverToOthersGarages.html","topicHref":"Nekoyume.Action.Garages.DeliverToOthersGarages.html","topicUid":"Nekoyume.Action.Garages.DeliverToOthersGarages"},{"name":"GarageUtils","href":"Nekoyume.Action.Garages.GarageUtils.html","topicHref":"Nekoyume.Action.Garages.GarageUtils.html","topicUid":"Nekoyume.Action.Garages.GarageUtils"},{"name":"LoadIntoMyGarages","href":"Nekoyume.Action.Garages.LoadIntoMyGarages.html","topicHref":"Nekoyume.Action.Garages.LoadIntoMyGarages.html","topicUid":"Nekoyume.Action.Garages.LoadIntoMyGarages"},{"name":"UnloadFromMyGarages","href":"Nekoyume.Action.Garages.UnloadFromMyGarages.html","topicHref":"Nekoyume.Action.Garages.UnloadFromMyGarages.html","topicUid":"Nekoyume.Action.Garages.UnloadFromMyGarages"}]},{"name":"Nekoyume.Action.Guild","href":"Nekoyume.Action.Guild.html","topicHref":"Nekoyume.Action.Guild.html","topicUid":"Nekoyume.Action.Guild","items":[{"name":"BanGuildMember","href":"Nekoyume.Action.Guild.BanGuildMember.html","topicHref":"Nekoyume.Action.Guild.BanGuildMember.html","topicUid":"Nekoyume.Action.Guild.BanGuildMember"},{"name":"ClaimGuildReward","href":"Nekoyume.Action.Guild.ClaimGuildReward.html","topicHref":"Nekoyume.Action.Guild.ClaimGuildReward.html","topicUid":"Nekoyume.Action.Guild.ClaimGuildReward"},{"name":"ClaimReward","href":"Nekoyume.Action.Guild.ClaimReward.html","topicHref":"Nekoyume.Action.Guild.ClaimReward.html","topicUid":"Nekoyume.Action.Guild.ClaimReward"},{"name":"GuildConfig","href":"Nekoyume.Action.Guild.GuildConfig.html","topicHref":"Nekoyume.Action.Guild.GuildConfig.html","topicUid":"Nekoyume.Action.Guild.GuildConfig"},{"name":"JoinGuild","href":"Nekoyume.Action.Guild.JoinGuild.html","topicHref":"Nekoyume.Action.Guild.JoinGuild.html","topicUid":"Nekoyume.Action.Guild.JoinGuild"},{"name":"MakeGuild","href":"Nekoyume.Action.Guild.MakeGuild.html","topicHref":"Nekoyume.Action.Guild.MakeGuild.html","topicUid":"Nekoyume.Action.Guild.MakeGuild"},{"name":"MoveGuild","href":"Nekoyume.Action.Guild.MoveGuild.html","topicHref":"Nekoyume.Action.Guild.MoveGuild.html","topicUid":"Nekoyume.Action.Guild.MoveGuild"},{"name":"QuitGuild","href":"Nekoyume.Action.Guild.QuitGuild.html","topicHref":"Nekoyume.Action.Guild.QuitGuild.html","topicUid":"Nekoyume.Action.Guild.QuitGuild"},{"name":"RemoveGuild","href":"Nekoyume.Action.Guild.RemoveGuild.html","topicHref":"Nekoyume.Action.Guild.RemoveGuild.html","topicUid":"Nekoyume.Action.Guild.RemoveGuild"},{"name":"UnbanGuildMember","href":"Nekoyume.Action.Guild.UnbanGuildMember.html","topicHref":"Nekoyume.Action.Guild.UnbanGuildMember.html","topicUid":"Nekoyume.Action.Guild.UnbanGuildMember"}]},{"name":"Nekoyume.Action.Guild.Migration","href":"Nekoyume.Action.Guild.Migration.html","topicHref":"Nekoyume.Action.Guild.Migration.html","topicUid":"Nekoyume.Action.Guild.Migration","items":[{"name":"MigrateDelegationHeight","href":"Nekoyume.Action.Guild.Migration.MigrateDelegationHeight.html","topicHref":"Nekoyume.Action.Guild.Migration.MigrateDelegationHeight.html","topicUid":"Nekoyume.Action.Guild.Migration.MigrateDelegationHeight"}]},{"name":"Nekoyume.Action.Guild.Migration.LegacyModels","href":"Nekoyume.Action.Guild.Migration.LegacyModels.html","topicHref":"Nekoyume.Action.Guild.Migration.LegacyModels.html","topicUid":"Nekoyume.Action.Guild.Migration.LegacyModels","items":[{"name":"MigrationModule","href":"Nekoyume.Action.Guild.Migration.LegacyModels.MigrationModule.html","topicHref":"Nekoyume.Action.Guild.Migration.LegacyModels.MigrationModule.html","topicUid":"Nekoyume.Action.Guild.Migration.LegacyModels.MigrationModule"}]},{"name":"Nekoyume.Action.Loader","href":"Nekoyume.Action.Loader.html","topicHref":"Nekoyume.Action.Loader.html","topicUid":"Nekoyume.Action.Loader","items":[{"name":"NCActionLoader","href":"Nekoyume.Action.Loader.NCActionLoader.html","topicHref":"Nekoyume.Action.Loader.NCActionLoader.html","topicUid":"Nekoyume.Action.Loader.NCActionLoader"}]},{"name":"Nekoyume.Action.ValidatorDelegation","href":"Nekoyume.Action.ValidatorDelegation.html","topicHref":"Nekoyume.Action.ValidatorDelegation.html","topicUid":"Nekoyume.Action.ValidatorDelegation","items":[{"name":"AllocateGuildReward","href":"Nekoyume.Action.ValidatorDelegation.AllocateGuildReward.html","topicHref":"Nekoyume.Action.ValidatorDelegation.AllocateGuildReward.html","topicUid":"Nekoyume.Action.ValidatorDelegation.AllocateGuildReward"},{"name":"AllocateReward","href":"Nekoyume.Action.ValidatorDelegation.AllocateReward.html","topicHref":"Nekoyume.Action.ValidatorDelegation.AllocateReward.html","topicUid":"Nekoyume.Action.ValidatorDelegation.AllocateReward"},{"name":"ClaimValidatorRewardSelf","href":"Nekoyume.Action.ValidatorDelegation.ClaimValidatorRewardSelf.html","topicHref":"Nekoyume.Action.ValidatorDelegation.ClaimValidatorRewardSelf.html","topicUid":"Nekoyume.Action.ValidatorDelegation.ClaimValidatorRewardSelf"},{"name":"DelegateValidator","href":"Nekoyume.Action.ValidatorDelegation.DelegateValidator.html","topicHref":"Nekoyume.Action.ValidatorDelegation.DelegateValidator.html","topicUid":"Nekoyume.Action.ValidatorDelegation.DelegateValidator"},{"name":"Mortgage","href":"Nekoyume.Action.ValidatorDelegation.Mortgage.html","topicHref":"Nekoyume.Action.ValidatorDelegation.Mortgage.html","topicUid":"Nekoyume.Action.ValidatorDelegation.Mortgage"},{"name":"PromoteValidator","href":"Nekoyume.Action.ValidatorDelegation.PromoteValidator.html","topicHref":"Nekoyume.Action.ValidatorDelegation.PromoteValidator.html","topicUid":"Nekoyume.Action.ValidatorDelegation.PromoteValidator"},{"name":"RecordProposer","href":"Nekoyume.Action.ValidatorDelegation.RecordProposer.html","topicHref":"Nekoyume.Action.ValidatorDelegation.RecordProposer.html","topicUid":"Nekoyume.Action.ValidatorDelegation.RecordProposer"},{"name":"Refund","href":"Nekoyume.Action.ValidatorDelegation.Refund.html","topicHref":"Nekoyume.Action.ValidatorDelegation.Refund.html","topicUid":"Nekoyume.Action.ValidatorDelegation.Refund"},{"name":"ReleaseValidatorUnbondings","href":"Nekoyume.Action.ValidatorDelegation.ReleaseValidatorUnbondings.html","topicHref":"Nekoyume.Action.ValidatorDelegation.ReleaseValidatorUnbondings.html","topicUid":"Nekoyume.Action.ValidatorDelegation.ReleaseValidatorUnbondings"},{"name":"Reward","href":"Nekoyume.Action.ValidatorDelegation.Reward.html","topicHref":"Nekoyume.Action.ValidatorDelegation.Reward.html","topicUid":"Nekoyume.Action.ValidatorDelegation.Reward"},{"name":"SetValidatorCommission","href":"Nekoyume.Action.ValidatorDelegation.SetValidatorCommission.html","topicHref":"Nekoyume.Action.ValidatorDelegation.SetValidatorCommission.html","topicUid":"Nekoyume.Action.ValidatorDelegation.SetValidatorCommission"},{"name":"SlashValidator","href":"Nekoyume.Action.ValidatorDelegation.SlashValidator.html","topicHref":"Nekoyume.Action.ValidatorDelegation.SlashValidator.html","topicUid":"Nekoyume.Action.ValidatorDelegation.SlashValidator"},{"name":"UndelegateValidator","href":"Nekoyume.Action.ValidatorDelegation.UndelegateValidator.html","topicHref":"Nekoyume.Action.ValidatorDelegation.UndelegateValidator.html","topicUid":"Nekoyume.Action.ValidatorDelegation.UndelegateValidator"},{"name":"UnjailValidator","href":"Nekoyume.Action.ValidatorDelegation.UnjailValidator.html","topicHref":"Nekoyume.Action.ValidatorDelegation.UnjailValidator.html","topicUid":"Nekoyume.Action.ValidatorDelegation.UnjailValidator"},{"name":"UpdateValidators","href":"Nekoyume.Action.ValidatorDelegation.UpdateValidators.html","topicHref":"Nekoyume.Action.ValidatorDelegation.UpdateValidators.html","topicUid":"Nekoyume.Action.ValidatorDelegation.UpdateValidators"}]},{"name":"Nekoyume.Arena","href":"Nekoyume.Arena.html","topicHref":"Nekoyume.Arena.html","topicUid":"Nekoyume.Arena","items":[{"name":"ArenaHelper","href":"Nekoyume.Arena.ArenaHelper.html","topicHref":"Nekoyume.Arena.ArenaHelper.html","topicUid":"Nekoyume.Arena.ArenaHelper"},{"name":"ArenaSimulator","href":"Nekoyume.Arena.ArenaSimulator.html","topicHref":"Nekoyume.Arena.ArenaSimulator.html","topicUid":"Nekoyume.Arena.ArenaSimulator"},{"name":"ArenaSimulator2","href":"Nekoyume.Arena.ArenaSimulator2.html","topicHref":"Nekoyume.Arena.ArenaSimulator2.html","topicUid":"Nekoyume.Arena.ArenaSimulator2"},{"name":"IArenaSimulator","href":"Nekoyume.Arena.IArenaSimulator.html","topicHref":"Nekoyume.Arena.IArenaSimulator.html","topicUid":"Nekoyume.Arena.IArenaSimulator"}]},{"name":"Nekoyume.Battle","href":"Nekoyume.Battle.html","topicHref":"Nekoyume.Battle.html","topicUid":"Nekoyume.Battle","items":[{"name":"ArenaScoreHelper","href":"Nekoyume.Battle.ArenaScoreHelper.html","topicHref":"Nekoyume.Battle.ArenaScoreHelper.html","topicUid":"Nekoyume.Battle.ArenaScoreHelper"},{"name":"AttackCountHelper","href":"Nekoyume.Battle.AttackCountHelper.html","topicHref":"Nekoyume.Battle.AttackCountHelper.html","topicUid":"Nekoyume.Battle.AttackCountHelper"},{"name":"CPHelper","href":"Nekoyume.Battle.CPHelper.html","topicHref":"Nekoyume.Battle.CPHelper.html","topicUid":"Nekoyume.Battle.CPHelper"},{"name":"CriticalHelper","href":"Nekoyume.Battle.CriticalHelper.html","topicHref":"Nekoyume.Battle.CriticalHelper.html","topicUid":"Nekoyume.Battle.CriticalHelper"},{"name":"DamageHelper","href":"Nekoyume.Battle.DamageHelper.html","topicHref":"Nekoyume.Battle.DamageHelper.html","topicUid":"Nekoyume.Battle.DamageHelper"},{"name":"EnemyPlayerDigest","href":"Nekoyume.Battle.EnemyPlayerDigest.html","topicHref":"Nekoyume.Battle.EnemyPlayerDigest.html","topicUid":"Nekoyume.Battle.EnemyPlayerDigest"},{"name":"HitHelper","href":"Nekoyume.Battle.HitHelper.html","topicHref":"Nekoyume.Battle.HitHelper.html","topicUid":"Nekoyume.Battle.HitHelper"},{"name":"ISimulator","href":"Nekoyume.Battle.ISimulator.html","topicHref":"Nekoyume.Battle.ISimulator.html","topicUid":"Nekoyume.Battle.ISimulator"},{"name":"IStageSimulator","href":"Nekoyume.Battle.IStageSimulator.html","topicHref":"Nekoyume.Battle.IStageSimulator.html","topicUid":"Nekoyume.Battle.IStageSimulator"},{"name":"InvalidCountException","href":"Nekoyume.Battle.InvalidCountException.html","topicHref":"Nekoyume.Battle.InvalidCountException.html","topicUid":"Nekoyume.Battle.InvalidCountException"},{"name":"ListEmptyException","href":"Nekoyume.Battle.ListEmptyException.html","topicHref":"Nekoyume.Battle.ListEmptyException.html","topicUid":"Nekoyume.Battle.ListEmptyException"},{"name":"RaidSimulator","href":"Nekoyume.Battle.RaidSimulator.html","topicHref":"Nekoyume.Battle.RaidSimulator.html","topicUid":"Nekoyume.Battle.RaidSimulator"},{"name":"RaidSimulatorV1","href":"Nekoyume.Battle.RaidSimulatorV1.html","topicHref":"Nekoyume.Battle.RaidSimulatorV1.html","topicUid":"Nekoyume.Battle.RaidSimulatorV1"},{"name":"RaidSimulatorV2","href":"Nekoyume.Battle.RaidSimulatorV2.html","topicHref":"Nekoyume.Battle.RaidSimulatorV2.html","topicUid":"Nekoyume.Battle.RaidSimulatorV2"},{"name":"RankingSimulator","href":"Nekoyume.Battle.RankingSimulator.html","topicHref":"Nekoyume.Battle.RankingSimulator.html","topicUid":"Nekoyume.Battle.RankingSimulator"},{"name":"RankingSimulatorV1","href":"Nekoyume.Battle.RankingSimulatorV1.html","topicHref":"Nekoyume.Battle.RankingSimulatorV1.html","topicUid":"Nekoyume.Battle.RankingSimulatorV1"},{"name":"RewardSelector","href":"Nekoyume.Battle.RewardSelector.html","topicHref":"Nekoyume.Battle.RewardSelector.html","topicUid":"Nekoyume.Battle.RewardSelector"},{"name":"Simulator","href":"Nekoyume.Battle.Simulator.html","topicHref":"Nekoyume.Battle.Simulator.html","topicUid":"Nekoyume.Battle.Simulator"},{"name":"StageRewardExpHelper","href":"Nekoyume.Battle.StageRewardExpHelper.html","topicHref":"Nekoyume.Battle.StageRewardExpHelper.html","topicUid":"Nekoyume.Battle.StageRewardExpHelper"},{"name":"StageSimulator","href":"Nekoyume.Battle.StageSimulator.html","topicHref":"Nekoyume.Battle.StageSimulator.html","topicUid":"Nekoyume.Battle.StageSimulator"},{"name":"StageSimulatorV1","href":"Nekoyume.Battle.StageSimulatorV1.html","topicHref":"Nekoyume.Battle.StageSimulatorV1.html","topicUid":"Nekoyume.Battle.StageSimulatorV1"},{"name":"StageSimulatorV2","href":"Nekoyume.Battle.StageSimulatorV2.html","topicHref":"Nekoyume.Battle.StageSimulatorV2.html","topicUid":"Nekoyume.Battle.StageSimulatorV2"},{"name":"StageSimulatorV3","href":"Nekoyume.Battle.StageSimulatorV3.html","topicHref":"Nekoyume.Battle.StageSimulatorV3.html","topicUid":"Nekoyume.Battle.StageSimulatorV3"},{"name":"TestSimulator","href":"Nekoyume.Battle.TestSimulator.html","topicHref":"Nekoyume.Battle.TestSimulator.html","topicUid":"Nekoyume.Battle.TestSimulator"},{"name":"Wave","href":"Nekoyume.Battle.Wave.html","topicHref":"Nekoyume.Battle.Wave.html","topicUid":"Nekoyume.Battle.Wave"},{"name":"WeightedSelector","href":"Nekoyume.Battle.WeightedSelector-1.html","topicHref":"Nekoyume.Battle.WeightedSelector-1.html","topicUid":"Nekoyume.Battle.WeightedSelector`1"}]},{"name":"Nekoyume.Battle.AdventureBoss","href":"Nekoyume.Battle.AdventureBoss.html","topicHref":"Nekoyume.Battle.AdventureBoss.html","topicUid":"Nekoyume.Battle.AdventureBoss","items":[{"name":"AdventureBossSimulator","href":"Nekoyume.Battle.AdventureBoss.AdventureBossSimulator.html","topicHref":"Nekoyume.Battle.AdventureBoss.AdventureBossSimulator.html","topicUid":"Nekoyume.Battle.AdventureBoss.AdventureBossSimulator"}]},{"name":"Nekoyume.Data","href":"Nekoyume.Data.html","topicHref":"Nekoyume.Data.html","topicUid":"Nekoyume.Data","items":[{"name":"AdventureBossGameData","href":"Nekoyume.Data.AdventureBossGameData.html","topicHref":"Nekoyume.Data.AdventureBossGameData.html","topicUid":"Nekoyume.Data.AdventureBossGameData"},{"name":"AdventureBossGameData.ClaimableReward","href":"Nekoyume.Data.AdventureBossGameData.ClaimableReward.html","topicHref":"Nekoyume.Data.AdventureBossGameData.ClaimableReward.html","topicUid":"Nekoyume.Data.AdventureBossGameData.ClaimableReward"}]},{"name":"Nekoyume.Delegation","href":"Nekoyume.Delegation.html","topicHref":"Nekoyume.Delegation.html","topicUid":"Nekoyume.Delegation","items":[{"name":"Bond","href":"Nekoyume.Delegation.Bond.html","topicHref":"Nekoyume.Delegation.Bond.html","topicUid":"Nekoyume.Delegation.Bond"},{"name":"DelegateeMetadata","href":"Nekoyume.Delegation.DelegateeMetadata.html","topicHref":"Nekoyume.Delegation.DelegateeMetadata.html","topicUid":"Nekoyume.Delegation.DelegateeMetadata"},{"name":"Delegatee","href":"Nekoyume.Delegation.Delegatee-2.html","topicHref":"Nekoyume.Delegation.Delegatee-2.html","topicUid":"Nekoyume.Delegation.Delegatee`2"},{"name":"DelegationAddress","href":"Nekoyume.Delegation.DelegationAddress.html","topicHref":"Nekoyume.Delegation.DelegationAddress.html","topicUid":"Nekoyume.Delegation.DelegationAddress"},{"name":"DelegationRepository","href":"Nekoyume.Delegation.DelegationRepository.html","topicHref":"Nekoyume.Delegation.DelegationRepository.html","topicUid":"Nekoyume.Delegation.DelegationRepository"},{"name":"DelegatorMetadata","href":"Nekoyume.Delegation.DelegatorMetadata.html","topicHref":"Nekoyume.Delegation.DelegatorMetadata.html","topicUid":"Nekoyume.Delegation.DelegatorMetadata"},{"name":"Delegator","href":"Nekoyume.Delegation.Delegator-2.html","topicHref":"Nekoyume.Delegation.Delegator-2.html","topicUid":"Nekoyume.Delegation.Delegator`2"},{"name":"IDelegatee","href":"Nekoyume.Delegation.IDelegatee.html","topicHref":"Nekoyume.Delegation.IDelegatee.html","topicUid":"Nekoyume.Delegation.IDelegatee"},{"name":"IDelegateeMetadata","href":"Nekoyume.Delegation.IDelegateeMetadata.html","topicHref":"Nekoyume.Delegation.IDelegateeMetadata.html","topicUid":"Nekoyume.Delegation.IDelegateeMetadata"},{"name":"IDelegationRepository","href":"Nekoyume.Delegation.IDelegationRepository.html","topicHref":"Nekoyume.Delegation.IDelegationRepository.html","topicUid":"Nekoyume.Delegation.IDelegationRepository"},{"name":"IDelegator","href":"Nekoyume.Delegation.IDelegator.html","topicHref":"Nekoyume.Delegation.IDelegator.html","topicUid":"Nekoyume.Delegation.IDelegator"},{"name":"IDelegatorMetadata","href":"Nekoyume.Delegation.IDelegatorMetadata.html","topicHref":"Nekoyume.Delegation.IDelegatorMetadata.html","topicUid":"Nekoyume.Delegation.IDelegatorMetadata"},{"name":"IUnbonding","href":"Nekoyume.Delegation.IUnbonding.html","topicHref":"Nekoyume.Delegation.IUnbonding.html","topicUid":"Nekoyume.Delegation.IUnbonding"},{"name":"LumpSumRewardsRecord","href":"Nekoyume.Delegation.LumpSumRewardsRecord.html","topicHref":"Nekoyume.Delegation.LumpSumRewardsRecord.html","topicUid":"Nekoyume.Delegation.LumpSumRewardsRecord"},{"name":"RebondGrace","href":"Nekoyume.Delegation.RebondGrace.html","topicHref":"Nekoyume.Delegation.RebondGrace.html","topicUid":"Nekoyume.Delegation.RebondGrace"},{"name":"RewardBase","href":"Nekoyume.Delegation.RewardBase.html","topicHref":"Nekoyume.Delegation.RewardBase.html","topicUid":"Nekoyume.Delegation.RewardBase"},{"name":"UnbondLockIn","href":"Nekoyume.Delegation.UnbondLockIn.html","topicHref":"Nekoyume.Delegation.UnbondLockIn.html","topicUid":"Nekoyume.Delegation.UnbondLockIn"},{"name":"UnbondingEntry","href":"Nekoyume.Delegation.UnbondingEntry.html","topicHref":"Nekoyume.Delegation.UnbondingEntry.html","topicUid":"Nekoyume.Delegation.UnbondingEntry"},{"name":"UnbondingEntry.Comparer","href":"Nekoyume.Delegation.UnbondingEntry.Comparer.html","topicHref":"Nekoyume.Delegation.UnbondingEntry.Comparer.html","topicUid":"Nekoyume.Delegation.UnbondingEntry.Comparer"},{"name":"UnbondingFactory","href":"Nekoyume.Delegation.UnbondingFactory.html","topicHref":"Nekoyume.Delegation.UnbondingFactory.html","topicUid":"Nekoyume.Delegation.UnbondingFactory"},{"name":"UnbondingRef","href":"Nekoyume.Delegation.UnbondingRef.html","topicHref":"Nekoyume.Delegation.UnbondingRef.html","topicUid":"Nekoyume.Delegation.UnbondingRef"},{"name":"UnbondingSet","href":"Nekoyume.Delegation.UnbondingSet.html","topicHref":"Nekoyume.Delegation.UnbondingSet.html","topicUid":"Nekoyume.Delegation.UnbondingSet"},{"name":"UnbondingType","href":"Nekoyume.Delegation.UnbondingType.html","topicHref":"Nekoyume.Delegation.UnbondingType.html","topicUid":"Nekoyume.Delegation.UnbondingType"}]},{"name":"Nekoyume.Exceptions","href":"Nekoyume.Exceptions.html","topicHref":"Nekoyume.Exceptions.html","topicUid":"Nekoyume.Exceptions","items":[{"name":"AlreadyFoughtAvatarException","href":"Nekoyume.Exceptions.AlreadyFoughtAvatarException.html","topicHref":"Nekoyume.Exceptions.AlreadyFoughtAvatarException.html","topicUid":"Nekoyume.Exceptions.AlreadyFoughtAvatarException"},{"name":"BencodexTypesExtensions","href":"Nekoyume.Exceptions.BencodexTypesExtensions.html","topicHref":"Nekoyume.Exceptions.BencodexTypesExtensions.html","topicUid":"Nekoyume.Exceptions.BencodexTypesExtensions"},{"name":"InvalidActionFieldException","href":"Nekoyume.Exceptions.InvalidActionFieldException.html","topicHref":"Nekoyume.Exceptions.InvalidActionFieldException.html","topicUid":"Nekoyume.Exceptions.InvalidActionFieldException"},{"name":"InvalidMaterialCountException","href":"Nekoyume.Exceptions.InvalidMaterialCountException.html","topicHref":"Nekoyume.Exceptions.InvalidMaterialCountException.html","topicUid":"Nekoyume.Exceptions.InvalidMaterialCountException"},{"name":"ItemNotFoundException","href":"Nekoyume.Exceptions.ItemNotFoundException.html","topicHref":"Nekoyume.Exceptions.ItemNotFoundException.html","topicUid":"Nekoyume.Exceptions.ItemNotFoundException"},{"name":"MedalIdNotFoundException","href":"Nekoyume.Exceptions.MedalIdNotFoundException.html","topicHref":"Nekoyume.Exceptions.MedalIdNotFoundException.html","topicUid":"Nekoyume.Exceptions.MedalIdNotFoundException"},{"name":"NotEnoughEventDungeonTicketsException","href":"Nekoyume.Exceptions.NotEnoughEventDungeonTicketsException.html","topicHref":"Nekoyume.Exceptions.NotEnoughEventDungeonTicketsException.html","topicUid":"Nekoyume.Exceptions.NotEnoughEventDungeonTicketsException"},{"name":"NotEnoughItemException","href":"Nekoyume.Exceptions.NotEnoughItemException.html","topicHref":"Nekoyume.Exceptions.NotEnoughItemException.html","topicUid":"Nekoyume.Exceptions.NotEnoughItemException"},{"name":"PetCostNotFoundException","href":"Nekoyume.Exceptions.PetCostNotFoundException.html","topicHref":"Nekoyume.Exceptions.PetCostNotFoundException.html","topicUid":"Nekoyume.Exceptions.PetCostNotFoundException"},{"name":"StateNullException","href":"Nekoyume.Exceptions.StateNullException.html","topicHref":"Nekoyume.Exceptions.StateNullException.html","topicUid":"Nekoyume.Exceptions.StateNullException"},{"name":"UnsupportedStateException","href":"Nekoyume.Exceptions.UnsupportedStateException.html","topicHref":"Nekoyume.Exceptions.UnsupportedStateException.html","topicUid":"Nekoyume.Exceptions.UnsupportedStateException"}]},{"name":"Nekoyume.Extensions","href":"Nekoyume.Extensions.html","topicHref":"Nekoyume.Extensions.html","topicUid":"Nekoyume.Extensions","items":[{"name":"ActionContextExtensions","href":"Nekoyume.Extensions.ActionContextExtensions.html","topicHref":"Nekoyume.Extensions.ActionContextExtensions.html","topicUid":"Nekoyume.Extensions.ActionContextExtensions"},{"name":"AgentAddressExtensions","href":"Nekoyume.Extensions.AgentAddressExtensions.html","topicHref":"Nekoyume.Extensions.AgentAddressExtensions.html","topicUid":"Nekoyume.Extensions.AgentAddressExtensions"},{"name":"CombinationSlotStateExtensions","href":"Nekoyume.Extensions.CombinationSlotStateExtensions.html","topicHref":"Nekoyume.Extensions.CombinationSlotStateExtensions.html","topicUid":"Nekoyume.Extensions.CombinationSlotStateExtensions"},{"name":"EquipmentExtensions","href":"Nekoyume.Extensions.EquipmentExtensions.html","topicHref":"Nekoyume.Extensions.EquipmentExtensions.html","topicUid":"Nekoyume.Extensions.EquipmentExtensions"},{"name":"EventDungeonExtensions","href":"Nekoyume.Extensions.EventDungeonExtensions.html","topicHref":"Nekoyume.Extensions.EventDungeonExtensions.html","topicUid":"Nekoyume.Extensions.EventDungeonExtensions"},{"name":"EventRecipeExtensions","href":"Nekoyume.Extensions.EventRecipeExtensions.html","topicHref":"Nekoyume.Extensions.EventRecipeExtensions.html","topicUid":"Nekoyume.Extensions.EventRecipeExtensions"},{"name":"EventScheduleExtensions","href":"Nekoyume.Extensions.EventScheduleExtensions.html","topicHref":"Nekoyume.Extensions.EventScheduleExtensions.html","topicUid":"Nekoyume.Extensions.EventScheduleExtensions"},{"name":"IntegerExtensions","href":"Nekoyume.Extensions.IntegerExtensions.html","topicHref":"Nekoyume.Extensions.IntegerExtensions.html","topicUid":"Nekoyume.Extensions.IntegerExtensions"},{"name":"MaterialItemSheetExtensions","href":"Nekoyume.Extensions.MaterialItemSheetExtensions.html","topicHref":"Nekoyume.Extensions.MaterialItemSheetExtensions.html","topicUid":"Nekoyume.Extensions.MaterialItemSheetExtensions"},{"name":"RandomExtensions","href":"Nekoyume.Extensions.RandomExtensions.html","topicHref":"Nekoyume.Extensions.RandomExtensions.html","topicUid":"Nekoyume.Extensions.RandomExtensions"},{"name":"SheetsExtensions","href":"Nekoyume.Extensions.SheetsExtensions.html","topicHref":"Nekoyume.Extensions.SheetsExtensions.html","topicUid":"Nekoyume.Extensions.SheetsExtensions"},{"name":"WorldExtensions","href":"Nekoyume.Extensions.WorldExtensions.html","topicHref":"Nekoyume.Extensions.WorldExtensions.html","topicUid":"Nekoyume.Extensions.WorldExtensions"},{"name":"WorldInformationExtensions","href":"Nekoyume.Extensions.WorldInformationExtensions.html","topicHref":"Nekoyume.Extensions.WorldInformationExtensions.html","topicUid":"Nekoyume.Extensions.WorldInformationExtensions"}]},{"name":"Nekoyume.Helper","href":"Nekoyume.Helper.html","topicHref":"Nekoyume.Helper.html","topicUid":"Nekoyume.Helper","items":[{"name":"AdventureBossHelper","href":"Nekoyume.Helper.AdventureBossHelper.html","topicHref":"Nekoyume.Helper.AdventureBossHelper.html","topicUid":"Nekoyume.Helper.AdventureBossHelper"},{"name":"AvatarStateExtensions","href":"Nekoyume.Helper.AvatarStateExtensions.html","topicHref":"Nekoyume.Helper.AvatarStateExtensions.html","topicUid":"Nekoyume.Helper.AvatarStateExtensions"},{"name":"CrystalCalculator","href":"Nekoyume.Helper.CrystalCalculator.html","topicHref":"Nekoyume.Helper.CrystalCalculator.html","topicUid":"Nekoyume.Helper.CrystalCalculator"},{"name":"CustomCraftHelper","href":"Nekoyume.Helper.CustomCraftHelper.html","topicHref":"Nekoyume.Helper.CustomCraftHelper.html","topicUid":"Nekoyume.Helper.CustomCraftHelper"},{"name":"InventoryExtensions","href":"Nekoyume.Helper.InventoryExtensions.html","topicHref":"Nekoyume.Helper.InventoryExtensions.html","topicUid":"Nekoyume.Helper.InventoryExtensions"},{"name":"ItemOptionHelper","href":"Nekoyume.Helper.ItemOptionHelper.html","topicHref":"Nekoyume.Helper.ItemOptionHelper.html","topicUid":"Nekoyume.Helper.ItemOptionHelper"},{"name":"ItemOptionInfo","href":"Nekoyume.Helper.ItemOptionInfo.html","topicHref":"Nekoyume.Helper.ItemOptionInfo.html","topicUid":"Nekoyume.Helper.ItemOptionInfo"},{"name":"PetHelper","href":"Nekoyume.Helper.PetHelper.html","topicHref":"Nekoyume.Helper.PetHelper.html","topicUid":"Nekoyume.Helper.PetHelper"},{"name":"RuneHelper","href":"Nekoyume.Helper.RuneHelper.html","topicHref":"Nekoyume.Helper.RuneHelper.html","topicUid":"Nekoyume.Helper.RuneHelper"},{"name":"SummonHelper","href":"Nekoyume.Helper.SummonHelper.html","topicHref":"Nekoyume.Helper.SummonHelper.html","topicUid":"Nekoyume.Helper.SummonHelper"},{"name":"SynthesizeResult","href":"Nekoyume.Helper.SynthesizeResult.html","topicHref":"Nekoyume.Helper.SynthesizeResult.html","topicUid":"Nekoyume.Helper.SynthesizeResult"},{"name":"SynthesizeSimulator","href":"Nekoyume.Helper.SynthesizeSimulator.html","topicHref":"Nekoyume.Helper.SynthesizeSimulator.html","topicUid":"Nekoyume.Helper.SynthesizeSimulator"},{"name":"SynthesizeSimulator.InputData","href":"Nekoyume.Helper.SynthesizeSimulator.InputData.html","topicHref":"Nekoyume.Helper.SynthesizeSimulator.InputData.html","topicUid":"Nekoyume.Helper.SynthesizeSimulator.InputData"},{"name":"WorldBossHelper","href":"Nekoyume.Helper.WorldBossHelper.html","topicHref":"Nekoyume.Helper.WorldBossHelper.html","topicUid":"Nekoyume.Helper.WorldBossHelper"}]},{"name":"Nekoyume.Model","href":"Nekoyume.Model.html","topicHref":"Nekoyume.Model.html","topicUid":"Nekoyume.Model","items":[{"name":"ActivationKey","href":"Nekoyume.Model.ActivationKey.html","topicHref":"Nekoyume.Model.ActivationKey.html","topicUid":"Nekoyume.Model.ActivationKey"},{"name":"ArenaCharacter","href":"Nekoyume.Model.ArenaCharacter.html","topicHref":"Nekoyume.Model.ArenaCharacter.html","topicUid":"Nekoyume.Model.ArenaCharacter"},{"name":"ArenaPlayerDigest","href":"Nekoyume.Model.ArenaPlayerDigest.html","topicHref":"Nekoyume.Model.ArenaPlayerDigest.html","topicUid":"Nekoyume.Model.ArenaPlayerDigest"},{"name":"ArenaSkills","href":"Nekoyume.Model.ArenaSkills.html","topicHref":"Nekoyume.Model.ArenaSkills.html","topicUid":"Nekoyume.Model.ArenaSkills"},{"name":"CharacterBase","href":"Nekoyume.Model.CharacterBase.html","topicHref":"Nekoyume.Model.CharacterBase.html","topicUid":"Nekoyume.Model.CharacterBase"},{"name":"CollectionMap","href":"Nekoyume.Model.CollectionMap.html","topicHref":"Nekoyume.Model.CollectionMap.html","topicUid":"Nekoyume.Model.CollectionMap"},{"name":"Enemy","href":"Nekoyume.Model.Enemy.html","topicHref":"Nekoyume.Model.Enemy.html","topicUid":"Nekoyume.Model.Enemy"},{"name":"EnemyPlayer","href":"Nekoyume.Model.EnemyPlayer.html","topicHref":"Nekoyume.Model.EnemyPlayer.html","topicUid":"Nekoyume.Model.EnemyPlayer"},{"name":"FailedAddWorldException","href":"Nekoyume.Model.FailedAddWorldException.html","topicHref":"Nekoyume.Model.FailedAddWorldException.html","topicUid":"Nekoyume.Model.FailedAddWorldException"},{"name":"FailedToUnlockWorldException","href":"Nekoyume.Model.FailedToUnlockWorldException.html","topicHref":"Nekoyume.Model.FailedToUnlockWorldException.html","topicUid":"Nekoyume.Model.FailedToUnlockWorldException"},{"name":"FungibleItemValue","href":"Nekoyume.Model.FungibleItemValue.html","topicHref":"Nekoyume.Model.FungibleItemValue.html","topicUid":"Nekoyume.Model.FungibleItemValue"},{"name":"IArena","href":"Nekoyume.Model.IArena.html","topicHref":"Nekoyume.Model.IArena.html","topicUid":"Nekoyume.Model.IArena"},{"name":"IStage","href":"Nekoyume.Model.IStage.html","topicHref":"Nekoyume.Model.IStage.html","topicUid":"Nekoyume.Model.IStage"},{"name":"Player","href":"Nekoyume.Model.Player.html","topicHref":"Nekoyume.Model.Player.html","topicUid":"Nekoyume.Model.Player"},{"name":"Player.ExpData","href":"Nekoyume.Model.Player.ExpData.html","topicHref":"Nekoyume.Model.Player.ExpData.html","topicUid":"Nekoyume.Model.Player.ExpData"},{"name":"RaidBoss","href":"Nekoyume.Model.RaidBoss.html","topicHref":"Nekoyume.Model.RaidBoss.html","topicUid":"Nekoyume.Model.RaidBoss"},{"name":"Skills","href":"Nekoyume.Model.Skills.html","topicHref":"Nekoyume.Model.Skills.html","topicUid":"Nekoyume.Model.Skills"},{"name":"WorldInformation","href":"Nekoyume.Model.WorldInformation.html","topicHref":"Nekoyume.Model.WorldInformation.html","topicUid":"Nekoyume.Model.WorldInformation"},{"name":"WorldInformation.World","href":"Nekoyume.Model.WorldInformation.World.html","topicHref":"Nekoyume.Model.WorldInformation.World.html","topicUid":"Nekoyume.Model.WorldInformation.World"}]},{"name":"Nekoyume.Model.AdventureBoss","href":"Nekoyume.Model.AdventureBoss.html","topicHref":"Nekoyume.Model.AdventureBoss.html","topicUid":"Nekoyume.Model.AdventureBoss","items":[{"name":"BountyBoard","href":"Nekoyume.Model.AdventureBoss.BountyBoard.html","topicHref":"Nekoyume.Model.AdventureBoss.BountyBoard.html","topicUid":"Nekoyume.Model.AdventureBoss.BountyBoard"},{"name":"ExploreBoard","href":"Nekoyume.Model.AdventureBoss.ExploreBoard.html","topicHref":"Nekoyume.Model.AdventureBoss.ExploreBoard.html","topicUid":"Nekoyume.Model.AdventureBoss.ExploreBoard"},{"name":"Explorer","href":"Nekoyume.Model.AdventureBoss.Explorer.html","topicHref":"Nekoyume.Model.AdventureBoss.Explorer.html","topicUid":"Nekoyume.Model.AdventureBoss.Explorer"},{"name":"ExplorerList","href":"Nekoyume.Model.AdventureBoss.ExplorerList.html","topicHref":"Nekoyume.Model.AdventureBoss.ExplorerList.html","topicUid":"Nekoyume.Model.AdventureBoss.ExplorerList"},{"name":"Investor","href":"Nekoyume.Model.AdventureBoss.Investor.html","topicHref":"Nekoyume.Model.AdventureBoss.Investor.html","topicUid":"Nekoyume.Model.AdventureBoss.Investor"},{"name":"SeasonInfo","href":"Nekoyume.Model.AdventureBoss.SeasonInfo.html","topicHref":"Nekoyume.Model.AdventureBoss.SeasonInfo.html","topicUid":"Nekoyume.Model.AdventureBoss.SeasonInfo"}]},{"name":"Nekoyume.Model.Arena","href":"Nekoyume.Model.Arena.html","topicHref":"Nekoyume.Model.Arena.html","topicUid":"Nekoyume.Model.Arena","items":[{"name":"AddressNotFoundInArenaParticipantsException","href":"Nekoyume.Model.Arena.AddressNotFoundInArenaParticipantsException.html","topicHref":"Nekoyume.Model.Arena.AddressNotFoundInArenaParticipantsException.html","topicUid":"Nekoyume.Model.Arena.AddressNotFoundInArenaParticipantsException"},{"name":"ArenaAvatarStateNotFoundException","href":"Nekoyume.Model.Arena.ArenaAvatarStateNotFoundException.html","topicHref":"Nekoyume.Model.Arena.ArenaAvatarStateNotFoundException.html","topicUid":"Nekoyume.Model.Arena.ArenaAvatarStateNotFoundException"},{"name":"ArenaInformation","href":"Nekoyume.Model.Arena.ArenaInformation.html","topicHref":"Nekoyume.Model.Arena.ArenaInformation.html","topicUid":"Nekoyume.Model.Arena.ArenaInformation"},{"name":"ArenaInformationAlreadyContainsException","href":"Nekoyume.Model.Arena.ArenaInformationAlreadyContainsException.html","topicHref":"Nekoyume.Model.Arena.ArenaInformationAlreadyContainsException.html","topicUid":"Nekoyume.Model.Arena.ArenaInformationAlreadyContainsException"},{"name":"ArenaInformationNotFoundException","href":"Nekoyume.Model.Arena.ArenaInformationNotFoundException.html","topicHref":"Nekoyume.Model.Arena.ArenaInformationNotFoundException.html","topicUid":"Nekoyume.Model.Arena.ArenaInformationNotFoundException"},{"name":"ArenaParticipant","href":"Nekoyume.Model.Arena.ArenaParticipant.html","topicHref":"Nekoyume.Model.Arena.ArenaParticipant.html","topicUid":"Nekoyume.Model.Arena.ArenaParticipant"},{"name":"ArenaParticipants","href":"Nekoyume.Model.Arena.ArenaParticipants.html","topicHref":"Nekoyume.Model.Arena.ArenaParticipants.html","topicUid":"Nekoyume.Model.Arena.ArenaParticipants"},{"name":"ArenaParticipantsNotFoundException","href":"Nekoyume.Model.Arena.ArenaParticipantsNotFoundException.html","topicHref":"Nekoyume.Model.Arena.ArenaParticipantsNotFoundException.html","topicUid":"Nekoyume.Model.Arena.ArenaParticipantsNotFoundException"},{"name":"ArenaScore","href":"Nekoyume.Model.Arena.ArenaScore.html","topicHref":"Nekoyume.Model.Arena.ArenaScore.html","topicUid":"Nekoyume.Model.Arena.ArenaScore"},{"name":"ArenaScoreAlreadyContainsException","href":"Nekoyume.Model.Arena.ArenaScoreAlreadyContainsException.html","topicHref":"Nekoyume.Model.Arena.ArenaScoreAlreadyContainsException.html","topicUid":"Nekoyume.Model.Arena.ArenaScoreAlreadyContainsException"},{"name":"ArenaScoreNotFoundException","href":"Nekoyume.Model.Arena.ArenaScoreNotFoundException.html","topicHref":"Nekoyume.Model.Arena.ArenaScoreNotFoundException.html","topicUid":"Nekoyume.Model.Arena.ArenaScoreNotFoundException"},{"name":"CoolDownBlockException","href":"Nekoyume.Model.Arena.CoolDownBlockException.html","topicHref":"Nekoyume.Model.Arena.CoolDownBlockException.html","topicUid":"Nekoyume.Model.Arena.CoolDownBlockException"},{"name":"ExceedPlayCountException","href":"Nekoyume.Model.Arena.ExceedPlayCountException.html","topicHref":"Nekoyume.Model.Arena.ExceedPlayCountException.html","topicUid":"Nekoyume.Model.Arena.ExceedPlayCountException"},{"name":"ExceedTicketPurchaseLimitDuringIntervalException","href":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitDuringIntervalException.html","topicHref":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitDuringIntervalException.html","topicUid":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitDuringIntervalException"},{"name":"ExceedTicketPurchaseLimitException","href":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitException.html","topicHref":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitException.html","topicUid":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitException"},{"name":"InvalidSeasonException","href":"Nekoyume.Model.Arena.InvalidSeasonException.html","topicHref":"Nekoyume.Model.Arena.InvalidSeasonException.html","topicUid":"Nekoyume.Model.Arena.InvalidSeasonException"},{"name":"NotEnoughTicketException","href":"Nekoyume.Model.Arena.NotEnoughTicketException.html","topicHref":"Nekoyume.Model.Arena.NotEnoughTicketException.html","topicUid":"Nekoyume.Model.Arena.NotEnoughTicketException"},{"name":"RoundNotFoundException","href":"Nekoyume.Model.Arena.RoundNotFoundException.html","topicHref":"Nekoyume.Model.Arena.RoundNotFoundException.html","topicUid":"Nekoyume.Model.Arena.RoundNotFoundException"},{"name":"ThisArenaIsClosedException","href":"Nekoyume.Model.Arena.ThisArenaIsClosedException.html","topicHref":"Nekoyume.Model.Arena.ThisArenaIsClosedException.html","topicUid":"Nekoyume.Model.Arena.ThisArenaIsClosedException"},{"name":"TicketPurchaseLimitExceedException","href":"Nekoyume.Model.Arena.TicketPurchaseLimitExceedException.html","topicHref":"Nekoyume.Model.Arena.TicketPurchaseLimitExceedException.html","topicUid":"Nekoyume.Model.Arena.TicketPurchaseLimitExceedException"},{"name":"ValidateScoreDifferenceException","href":"Nekoyume.Model.Arena.ValidateScoreDifferenceException.html","topicHref":"Nekoyume.Model.Arena.ValidateScoreDifferenceException.html","topicUid":"Nekoyume.Model.Arena.ValidateScoreDifferenceException"}]},{"name":"Nekoyume.Model.BattleStatus","href":"Nekoyume.Model.BattleStatus.html","topicHref":"Nekoyume.Model.BattleStatus.html","topicUid":"Nekoyume.Model.BattleStatus","items":[{"name":"AreaAttack","href":"Nekoyume.Model.BattleStatus.AreaAttack.html","topicHref":"Nekoyume.Model.BattleStatus.AreaAttack.html","topicUid":"Nekoyume.Model.BattleStatus.AreaAttack"},{"name":"BattleLog","href":"Nekoyume.Model.BattleStatus.BattleLog.html","topicHref":"Nekoyume.Model.BattleStatus.BattleLog.html","topicUid":"Nekoyume.Model.BattleStatus.BattleLog"},{"name":"BattleLog.Result","href":"Nekoyume.Model.BattleStatus.BattleLog.Result.html","topicHref":"Nekoyume.Model.BattleStatus.BattleLog.Result.html","topicUid":"Nekoyume.Model.BattleStatus.BattleLog.Result"},{"name":"BlowAttack","href":"Nekoyume.Model.BattleStatus.BlowAttack.html","topicHref":"Nekoyume.Model.BattleStatus.BlowAttack.html","topicUid":"Nekoyume.Model.BattleStatus.BlowAttack"},{"name":"Buff","href":"Nekoyume.Model.BattleStatus.Buff.html","topicHref":"Nekoyume.Model.BattleStatus.Buff.html","topicUid":"Nekoyume.Model.BattleStatus.Buff"},{"name":"BuffRemovalAttack","href":"Nekoyume.Model.BattleStatus.BuffRemovalAttack.html","topicHref":"Nekoyume.Model.BattleStatus.BuffRemovalAttack.html","topicUid":"Nekoyume.Model.BattleStatus.BuffRemovalAttack"},{"name":"Dead","href":"Nekoyume.Model.BattleStatus.Dead.html","topicHref":"Nekoyume.Model.BattleStatus.Dead.html","topicUid":"Nekoyume.Model.BattleStatus.Dead"},{"name":"DoubleAttack","href":"Nekoyume.Model.BattleStatus.DoubleAttack.html","topicHref":"Nekoyume.Model.BattleStatus.DoubleAttack.html","topicUid":"Nekoyume.Model.BattleStatus.DoubleAttack"},{"name":"DoubleAttackWithCombo","href":"Nekoyume.Model.BattleStatus.DoubleAttackWithCombo.html","topicHref":"Nekoyume.Model.BattleStatus.DoubleAttackWithCombo.html","topicUid":"Nekoyume.Model.BattleStatus.DoubleAttackWithCombo"},{"name":"DropBox","href":"Nekoyume.Model.BattleStatus.DropBox.html","topicHref":"Nekoyume.Model.BattleStatus.DropBox.html","topicUid":"Nekoyume.Model.BattleStatus.DropBox"},{"name":"EventBase","href":"Nekoyume.Model.BattleStatus.EventBase.html","topicHref":"Nekoyume.Model.BattleStatus.EventBase.html","topicUid":"Nekoyume.Model.BattleStatus.EventBase"},{"name":"GetExp","href":"Nekoyume.Model.BattleStatus.GetExp.html","topicHref":"Nekoyume.Model.BattleStatus.GetExp.html","topicUid":"Nekoyume.Model.BattleStatus.GetExp"},{"name":"GetReward","href":"Nekoyume.Model.BattleStatus.GetReward.html","topicHref":"Nekoyume.Model.BattleStatus.GetReward.html","topicUid":"Nekoyume.Model.BattleStatus.GetReward"},{"name":"HealSkill","href":"Nekoyume.Model.BattleStatus.HealSkill.html","topicHref":"Nekoyume.Model.BattleStatus.HealSkill.html","topicUid":"Nekoyume.Model.BattleStatus.HealSkill"},{"name":"NormalAttack","href":"Nekoyume.Model.BattleStatus.NormalAttack.html","topicHref":"Nekoyume.Model.BattleStatus.NormalAttack.html","topicUid":"Nekoyume.Model.BattleStatus.NormalAttack"},{"name":"RemoveBuffs","href":"Nekoyume.Model.BattleStatus.RemoveBuffs.html","topicHref":"Nekoyume.Model.BattleStatus.RemoveBuffs.html","topicUid":"Nekoyume.Model.BattleStatus.RemoveBuffs"},{"name":"ShatterStrike","href":"Nekoyume.Model.BattleStatus.ShatterStrike.html","topicHref":"Nekoyume.Model.BattleStatus.ShatterStrike.html","topicUid":"Nekoyume.Model.BattleStatus.ShatterStrike"},{"name":"Skill","href":"Nekoyume.Model.BattleStatus.Skill.html","topicHref":"Nekoyume.Model.BattleStatus.Skill.html","topicUid":"Nekoyume.Model.BattleStatus.Skill"},{"name":"Skill.SkillInfo","href":"Nekoyume.Model.BattleStatus.Skill.SkillInfo.html","topicHref":"Nekoyume.Model.BattleStatus.Skill.SkillInfo.html","topicUid":"Nekoyume.Model.BattleStatus.Skill.SkillInfo"},{"name":"SpawnEnemyPlayer","href":"Nekoyume.Model.BattleStatus.SpawnEnemyPlayer.html","topicHref":"Nekoyume.Model.BattleStatus.SpawnEnemyPlayer.html","topicUid":"Nekoyume.Model.BattleStatus.SpawnEnemyPlayer"},{"name":"SpawnPlayer","href":"Nekoyume.Model.BattleStatus.SpawnPlayer.html","topicHref":"Nekoyume.Model.BattleStatus.SpawnPlayer.html","topicUid":"Nekoyume.Model.BattleStatus.SpawnPlayer"},{"name":"SpawnWave","href":"Nekoyume.Model.BattleStatus.SpawnWave.html","topicHref":"Nekoyume.Model.BattleStatus.SpawnWave.html","topicUid":"Nekoyume.Model.BattleStatus.SpawnWave"},{"name":"Tick","href":"Nekoyume.Model.BattleStatus.Tick.html","topicHref":"Nekoyume.Model.BattleStatus.Tick.html","topicUid":"Nekoyume.Model.BattleStatus.Tick"},{"name":"TickDamage","href":"Nekoyume.Model.BattleStatus.TickDamage.html","topicHref":"Nekoyume.Model.BattleStatus.TickDamage.html","topicUid":"Nekoyume.Model.BattleStatus.TickDamage"},{"name":"WaveTurnEnd","href":"Nekoyume.Model.BattleStatus.WaveTurnEnd.html","topicHref":"Nekoyume.Model.BattleStatus.WaveTurnEnd.html","topicUid":"Nekoyume.Model.BattleStatus.WaveTurnEnd"}]},{"name":"Nekoyume.Model.BattleStatus.AdventureBoss","href":"Nekoyume.Model.BattleStatus.AdventureBoss.html","topicHref":"Nekoyume.Model.BattleStatus.AdventureBoss.html","topicUid":"Nekoyume.Model.BattleStatus.AdventureBoss","items":[{"name":"Breakthrough","href":"Nekoyume.Model.BattleStatus.AdventureBoss.Breakthrough.html","topicHref":"Nekoyume.Model.BattleStatus.AdventureBoss.Breakthrough.html","topicUid":"Nekoyume.Model.BattleStatus.AdventureBoss.Breakthrough"},{"name":"StageBuff","href":"Nekoyume.Model.BattleStatus.AdventureBoss.StageBuff.html","topicHref":"Nekoyume.Model.BattleStatus.AdventureBoss.StageBuff.html","topicUid":"Nekoyume.Model.BattleStatus.AdventureBoss.StageBuff"}]},{"name":"Nekoyume.Model.BattleStatus.Arena","href":"Nekoyume.Model.BattleStatus.Arena.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.html","topicUid":"Nekoyume.Model.BattleStatus.Arena","items":[{"name":"ArenaAreaAttack","href":"Nekoyume.Model.BattleStatus.Arena.ArenaAreaAttack.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaAreaAttack.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaAreaAttack"},{"name":"ArenaBlowAttack","href":"Nekoyume.Model.BattleStatus.Arena.ArenaBlowAttack.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaBlowAttack.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaBlowAttack"},{"name":"ArenaBuff","href":"Nekoyume.Model.BattleStatus.Arena.ArenaBuff.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaBuff.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaBuff"},{"name":"ArenaBuffRemovalAttack","href":"Nekoyume.Model.BattleStatus.Arena.ArenaBuffRemovalAttack.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaBuffRemovalAttack.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaBuffRemovalAttack"},{"name":"ArenaDead","href":"Nekoyume.Model.BattleStatus.Arena.ArenaDead.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaDead.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaDead"},{"name":"ArenaDoubleAttack","href":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttack.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttack.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttack"},{"name":"ArenaDoubleAttackWithCombo","href":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttackWithCombo.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttackWithCombo.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttackWithCombo"},{"name":"ArenaEventBase","href":"Nekoyume.Model.BattleStatus.Arena.ArenaEventBase.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaEventBase.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaEventBase"},{"name":"ArenaHeal","href":"Nekoyume.Model.BattleStatus.Arena.ArenaHeal.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaHeal.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaHeal"},{"name":"ArenaLog","href":"Nekoyume.Model.BattleStatus.Arena.ArenaLog.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaLog.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaLog"},{"name":"ArenaLog.ArenaResult","href":"Nekoyume.Model.BattleStatus.Arena.ArenaLog.ArenaResult.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaLog.ArenaResult.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaLog.ArenaResult"},{"name":"ArenaNormalAttack","href":"Nekoyume.Model.BattleStatus.Arena.ArenaNormalAttack.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaNormalAttack.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaNormalAttack"},{"name":"ArenaRemoveBuffs","href":"Nekoyume.Model.BattleStatus.Arena.ArenaRemoveBuffs.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaRemoveBuffs.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaRemoveBuffs"},{"name":"ArenaShatterStrike","href":"Nekoyume.Model.BattleStatus.Arena.ArenaShatterStrike.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaShatterStrike.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaShatterStrike"},{"name":"ArenaSkill","href":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill"},{"name":"ArenaSkill.ArenaSkillInfo","href":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill.ArenaSkillInfo.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill.ArenaSkillInfo.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill.ArenaSkillInfo"},{"name":"ArenaSpawnCharacter","href":"Nekoyume.Model.BattleStatus.Arena.ArenaSpawnCharacter.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaSpawnCharacter.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaSpawnCharacter"},{"name":"ArenaTick","href":"Nekoyume.Model.BattleStatus.Arena.ArenaTick.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaTick.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaTick"},{"name":"ArenaTickDamage","href":"Nekoyume.Model.BattleStatus.Arena.ArenaTickDamage.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaTickDamage.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaTickDamage"},{"name":"ArenaTurnEnd","href":"Nekoyume.Model.BattleStatus.Arena.ArenaTurnEnd.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaTurnEnd.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaTurnEnd"}]},{"name":"Nekoyume.Model.Buff","href":"Nekoyume.Model.Buff.html","topicHref":"Nekoyume.Model.Buff.html","topicUid":"Nekoyume.Model.Buff","items":[{"name":"ActionBuff","href":"Nekoyume.Model.Buff.ActionBuff.html","topicHref":"Nekoyume.Model.Buff.ActionBuff.html","topicUid":"Nekoyume.Model.Buff.ActionBuff"},{"name":"Bleed","href":"Nekoyume.Model.Buff.Bleed.html","topicHref":"Nekoyume.Model.Buff.Bleed.html","topicUid":"Nekoyume.Model.Buff.Bleed"},{"name":"Buff","href":"Nekoyume.Model.Buff.Buff.html","topicHref":"Nekoyume.Model.Buff.Buff.html","topicUid":"Nekoyume.Model.Buff.Buff"},{"name":"BuffFactory","href":"Nekoyume.Model.Buff.BuffFactory.html","topicHref":"Nekoyume.Model.Buff.BuffFactory.html","topicUid":"Nekoyume.Model.Buff.BuffFactory"},{"name":"BuffInfo","href":"Nekoyume.Model.Buff.BuffInfo.html","topicHref":"Nekoyume.Model.Buff.BuffInfo.html","topicUid":"Nekoyume.Model.Buff.BuffInfo"},{"name":"Dispel","href":"Nekoyume.Model.Buff.Dispel.html","topicHref":"Nekoyume.Model.Buff.Dispel.html","topicUid":"Nekoyume.Model.Buff.Dispel"},{"name":"Focus","href":"Nekoyume.Model.Buff.Focus.html","topicHref":"Nekoyume.Model.Buff.Focus.html","topicUid":"Nekoyume.Model.Buff.Focus"},{"name":"IceShield","href":"Nekoyume.Model.Buff.IceShield.html","topicHref":"Nekoyume.Model.Buff.IceShield.html","topicUid":"Nekoyume.Model.Buff.IceShield"},{"name":"StatBuff","href":"Nekoyume.Model.Buff.StatBuff.html","topicHref":"Nekoyume.Model.Buff.StatBuff.html","topicUid":"Nekoyume.Model.Buff.StatBuff"},{"name":"Stun","href":"Nekoyume.Model.Buff.Stun.html","topicHref":"Nekoyume.Model.Buff.Stun.html","topicUid":"Nekoyume.Model.Buff.Stun"},{"name":"Vampiric","href":"Nekoyume.Model.Buff.Vampiric.html","topicHref":"Nekoyume.Model.Buff.Vampiric.html","topicUid":"Nekoyume.Model.Buff.Vampiric"}]},{"name":"Nekoyume.Model.Character","href":"Nekoyume.Model.Character.html","topicHref":"Nekoyume.Model.Character.html","topicUid":"Nekoyume.Model.Character","items":[{"name":"SizeType","href":"Nekoyume.Model.Character.SizeType.html","topicHref":"Nekoyume.Model.Character.SizeType.html","topicUid":"Nekoyume.Model.Character.SizeType"}]},{"name":"Nekoyume.Model.Collection","href":"Nekoyume.Model.Collection.html","topicHref":"Nekoyume.Model.Collection.html","topicUid":"Nekoyume.Model.Collection","items":[{"name":"CollectionFactory","href":"Nekoyume.Model.Collection.CollectionFactory.html","topicHref":"Nekoyume.Model.Collection.CollectionFactory.html","topicUid":"Nekoyume.Model.Collection.CollectionFactory"},{"name":"FungibleCollectionMaterial","href":"Nekoyume.Model.Collection.FungibleCollectionMaterial.html","topicHref":"Nekoyume.Model.Collection.FungibleCollectionMaterial.html","topicUid":"Nekoyume.Model.Collection.FungibleCollectionMaterial"},{"name":"ICollectionMaterial","href":"Nekoyume.Model.Collection.ICollectionMaterial.html","topicHref":"Nekoyume.Model.Collection.ICollectionMaterial.html","topicUid":"Nekoyume.Model.Collection.ICollectionMaterial"},{"name":"MaterialType","href":"Nekoyume.Model.Collection.MaterialType.html","topicHref":"Nekoyume.Model.Collection.MaterialType.html","topicUid":"Nekoyume.Model.Collection.MaterialType"},{"name":"NonFungibleCollectionMaterial","href":"Nekoyume.Model.Collection.NonFungibleCollectionMaterial.html","topicHref":"Nekoyume.Model.Collection.NonFungibleCollectionMaterial.html","topicUid":"Nekoyume.Model.Collection.NonFungibleCollectionMaterial"}]},{"name":"Nekoyume.Model.Coupons","href":"Nekoyume.Model.Coupons.html","topicHref":"Nekoyume.Model.Coupons.html","topicUid":"Nekoyume.Model.Coupons","items":[{"name":"Coupon","href":"Nekoyume.Model.Coupons.Coupon.html","topicHref":"Nekoyume.Model.Coupons.Coupon.html","topicUid":"Nekoyume.Model.Coupons.Coupon"},{"name":"RewardSet","href":"Nekoyume.Model.Coupons.RewardSet.html","topicHref":"Nekoyume.Model.Coupons.RewardSet.html","topicUid":"Nekoyume.Model.Coupons.RewardSet"},{"name":"RewardSet.Comparer","href":"Nekoyume.Model.Coupons.RewardSet.Comparer.html","topicHref":"Nekoyume.Model.Coupons.RewardSet.Comparer.html","topicUid":"Nekoyume.Model.Coupons.RewardSet.Comparer"}]},{"name":"Nekoyume.Model.Elemental","href":"Nekoyume.Model.Elemental.html","topicHref":"Nekoyume.Model.Elemental.html","topicUid":"Nekoyume.Model.Elemental","items":[{"name":"ElementalResult","href":"Nekoyume.Model.Elemental.ElementalResult.html","topicHref":"Nekoyume.Model.Elemental.ElementalResult.html","topicUid":"Nekoyume.Model.Elemental.ElementalResult"},{"name":"ElementalType","href":"Nekoyume.Model.Elemental.ElementalType.html","topicHref":"Nekoyume.Model.Elemental.ElementalType.html","topicUid":"Nekoyume.Model.Elemental.ElementalType"},{"name":"ElementalTypeComparer","href":"Nekoyume.Model.Elemental.ElementalTypeComparer.html","topicHref":"Nekoyume.Model.Elemental.ElementalTypeComparer.html","topicUid":"Nekoyume.Model.Elemental.ElementalTypeComparer"},{"name":"ElementalTypeExtension","href":"Nekoyume.Model.Elemental.ElementalTypeExtension.html","topicHref":"Nekoyume.Model.Elemental.ElementalTypeExtension.html","topicUid":"Nekoyume.Model.Elemental.ElementalTypeExtension"}]},{"name":"Nekoyume.Model.EnumType","href":"Nekoyume.Model.EnumType.html","topicHref":"Nekoyume.Model.EnumType.html","topicUid":"Nekoyume.Model.EnumType","items":[{"name":"ArenaType","href":"Nekoyume.Model.EnumType.ArenaType.html","topicHref":"Nekoyume.Model.EnumType.ArenaType.html","topicUid":"Nekoyume.Model.EnumType.ArenaType"},{"name":"BattleType","href":"Nekoyume.Model.EnumType.BattleType.html","topicHref":"Nekoyume.Model.EnumType.BattleType.html","topicUid":"Nekoyume.Model.EnumType.BattleType"},{"name":"BattleTypeExtensions","href":"Nekoyume.Model.EnumType.BattleTypeExtensions.html","topicHref":"Nekoyume.Model.EnumType.BattleTypeExtensions.html","topicUid":"Nekoyume.Model.EnumType.BattleTypeExtensions"},{"name":"CraftType","href":"Nekoyume.Model.EnumType.CraftType.html","topicHref":"Nekoyume.Model.EnumType.CraftType.html","topicUid":"Nekoyume.Model.EnumType.CraftType"},{"name":"Grade","href":"Nekoyume.Model.EnumType.Grade.html","topicHref":"Nekoyume.Model.EnumType.Grade.html","topicUid":"Nekoyume.Model.EnumType.Grade"},{"name":"RuneSlotType","href":"Nekoyume.Model.EnumType.RuneSlotType.html","topicHref":"Nekoyume.Model.EnumType.RuneSlotType.html","topicUid":"Nekoyume.Model.EnumType.RuneSlotType"},{"name":"RuneType","href":"Nekoyume.Model.EnumType.RuneType.html","topicHref":"Nekoyume.Model.EnumType.RuneType.html","topicUid":"Nekoyume.Model.EnumType.RuneType"},{"name":"RuneUsePlace","href":"Nekoyume.Model.EnumType.RuneUsePlace.html","topicHref":"Nekoyume.Model.EnumType.RuneUsePlace.html","topicUid":"Nekoyume.Model.EnumType.RuneUsePlace"},{"name":"StatReferenceType","href":"Nekoyume.Model.EnumType.StatReferenceType.html","topicHref":"Nekoyume.Model.EnumType.StatReferenceType.html","topicUid":"Nekoyume.Model.EnumType.StatReferenceType"},{"name":"TradeType","href":"Nekoyume.Model.EnumType.TradeType.html","topicHref":"Nekoyume.Model.EnumType.TradeType.html","topicUid":"Nekoyume.Model.EnumType.TradeType"}]},{"name":"Nekoyume.Model.Event","href":"Nekoyume.Model.Event.html","topicHref":"Nekoyume.Model.Event.html","topicUid":"Nekoyume.Model.Event","items":[{"name":"EventDungeonInfo","href":"Nekoyume.Model.Event.EventDungeonInfo.html","topicHref":"Nekoyume.Model.Event.EventDungeonInfo.html","topicUid":"Nekoyume.Model.Event.EventDungeonInfo"}]},{"name":"Nekoyume.Model.Faucet","href":"Nekoyume.Model.Faucet.html","topicHref":"Nekoyume.Model.Faucet.html","topicUid":"Nekoyume.Model.Faucet","items":[{"name":"FaucetRuneInfo","href":"Nekoyume.Model.Faucet.FaucetRuneInfo.html","topicHref":"Nekoyume.Model.Faucet.FaucetRuneInfo.html","topicUid":"Nekoyume.Model.Faucet.FaucetRuneInfo"}]},{"name":"Nekoyume.Model.Garages","href":"Nekoyume.Model.Garages.html","topicHref":"Nekoyume.Model.Garages.html","topicUid":"Nekoyume.Model.Garages","items":[{"name":"FungibleItemGarage","href":"Nekoyume.Model.Garages.FungibleItemGarage.html","topicHref":"Nekoyume.Model.Garages.FungibleItemGarage.html","topicUid":"Nekoyume.Model.Garages.FungibleItemGarage"},{"name":"IFungibleItemGarage","href":"Nekoyume.Model.Garages.IFungibleItemGarage.html","topicHref":"Nekoyume.Model.Garages.IFungibleItemGarage.html","topicUid":"Nekoyume.Model.Garages.IFungibleItemGarage"},{"name":"IGarage","href":"Nekoyume.Model.Garages.IGarage-2.html","topicHref":"Nekoyume.Model.Garages.IGarage-2.html","topicUid":"Nekoyume.Model.Garages.IGarage`2"}]},{"name":"Nekoyume.Model.GrandFinale","href":"Nekoyume.Model.GrandFinale.html","topicHref":"Nekoyume.Model.GrandFinale.html","topicUid":"Nekoyume.Model.GrandFinale","items":[{"name":"GrandFinaleInformation","href":"Nekoyume.Model.GrandFinale.GrandFinaleInformation.html","topicHref":"Nekoyume.Model.GrandFinale.GrandFinaleInformation.html","topicUid":"Nekoyume.Model.GrandFinale.GrandFinaleInformation"}]},{"name":"Nekoyume.Model.Guild","href":"Nekoyume.Model.Guild.html","topicHref":"Nekoyume.Model.Guild.html","topicUid":"Nekoyume.Model.Guild","items":[{"name":"Guild","href":"Nekoyume.Model.Guild.Guild.html","topicHref":"Nekoyume.Model.Guild.Guild.html","topicUid":"Nekoyume.Model.Guild.Guild"},{"name":"GuildDelegatee","href":"Nekoyume.Model.Guild.GuildDelegatee.html","topicHref":"Nekoyume.Model.Guild.GuildDelegatee.html","topicUid":"Nekoyume.Model.Guild.GuildDelegatee"},{"name":"GuildDelegator","href":"Nekoyume.Model.Guild.GuildDelegator.html","topicHref":"Nekoyume.Model.Guild.GuildDelegator.html","topicUid":"Nekoyume.Model.Guild.GuildDelegator"},{"name":"GuildParticipant","href":"Nekoyume.Model.Guild.GuildParticipant.html","topicHref":"Nekoyume.Model.Guild.GuildParticipant.html","topicUid":"Nekoyume.Model.Guild.GuildParticipant"},{"name":"GuildRejoinCooldown","href":"Nekoyume.Model.Guild.GuildRejoinCooldown.html","topicHref":"Nekoyume.Model.Guild.GuildRejoinCooldown.html","topicUid":"Nekoyume.Model.Guild.GuildRejoinCooldown"},{"name":"GuildRepository","href":"Nekoyume.Model.Guild.GuildRepository.html","topicHref":"Nekoyume.Model.Guild.GuildRepository.html","topicUid":"Nekoyume.Model.Guild.GuildRepository"}]},{"name":"Nekoyume.Model.Item","href":"Nekoyume.Model.Item.html","topicHref":"Nekoyume.Model.Item.html","topicUid":"Nekoyume.Model.Item","items":[{"name":"Armor","href":"Nekoyume.Model.Item.Armor.html","topicHref":"Nekoyume.Model.Item.Armor.html","topicUid":"Nekoyume.Model.Item.Armor"},{"name":"Aura","href":"Nekoyume.Model.Item.Aura.html","topicHref":"Nekoyume.Model.Item.Aura.html","topicUid":"Nekoyume.Model.Item.Aura"},{"name":"Belt","href":"Nekoyume.Model.Item.Belt.html","topicHref":"Nekoyume.Model.Item.Belt.html","topicUid":"Nekoyume.Model.Item.Belt"},{"name":"Consumable","href":"Nekoyume.Model.Item.Consumable.html","topicHref":"Nekoyume.Model.Item.Consumable.html","topicUid":"Nekoyume.Model.Item.Consumable"},{"name":"Costume","href":"Nekoyume.Model.Item.Costume.html","topicHref":"Nekoyume.Model.Item.Costume.html","topicUid":"Nekoyume.Model.Item.Costume"},{"name":"Equipment","href":"Nekoyume.Model.Item.Equipment.html","topicHref":"Nekoyume.Model.Item.Equipment.html","topicUid":"Nekoyume.Model.Item.Equipment"},{"name":"Grimoire","href":"Nekoyume.Model.Item.Grimoire.html","topicHref":"Nekoyume.Model.Item.Grimoire.html","topicUid":"Nekoyume.Model.Item.Grimoire"},{"name":"IEquippableItem","href":"Nekoyume.Model.Item.IEquippableItem.html","topicHref":"Nekoyume.Model.Item.IEquippableItem.html","topicUid":"Nekoyume.Model.Item.IEquippableItem"},{"name":"IFungibleItem","href":"Nekoyume.Model.Item.IFungibleItem.html","topicHref":"Nekoyume.Model.Item.IFungibleItem.html","topicUid":"Nekoyume.Model.Item.IFungibleItem"},{"name":"IItem","href":"Nekoyume.Model.Item.IItem.html","topicHref":"Nekoyume.Model.Item.IItem.html","topicUid":"Nekoyume.Model.Item.IItem"},{"name":"ILock","href":"Nekoyume.Model.Item.ILock.html","topicHref":"Nekoyume.Model.Item.ILock.html","topicUid":"Nekoyume.Model.Item.ILock"},{"name":"INonFungibleItem","href":"Nekoyume.Model.Item.INonFungibleItem.html","topicHref":"Nekoyume.Model.Item.INonFungibleItem.html","topicUid":"Nekoyume.Model.Item.INonFungibleItem"},{"name":"ITradableFungibleItem","href":"Nekoyume.Model.Item.ITradableFungibleItem.html","topicHref":"Nekoyume.Model.Item.ITradableFungibleItem.html","topicUid":"Nekoyume.Model.Item.ITradableFungibleItem"},{"name":"ITradableItem","href":"Nekoyume.Model.Item.ITradableItem.html","topicHref":"Nekoyume.Model.Item.ITradableItem.html","topicUid":"Nekoyume.Model.Item.ITradableItem"},{"name":"Inventory","href":"Nekoyume.Model.Item.Inventory.html","topicHref":"Nekoyume.Model.Item.Inventory.html","topicUid":"Nekoyume.Model.Item.Inventory"},{"name":"Inventory.Item","href":"Nekoyume.Model.Item.Inventory.Item.html","topicHref":"Nekoyume.Model.Item.Inventory.Item.html","topicUid":"Nekoyume.Model.Item.Inventory.Item"},{"name":"ItemBase","href":"Nekoyume.Model.Item.ItemBase.html","topicHref":"Nekoyume.Model.Item.ItemBase.html","topicUid":"Nekoyume.Model.Item.ItemBase"},{"name":"ItemFactory","href":"Nekoyume.Model.Item.ItemFactory.html","topicHref":"Nekoyume.Model.Item.ItemFactory.html","topicUid":"Nekoyume.Model.Item.ItemFactory"},{"name":"ItemSubType","href":"Nekoyume.Model.Item.ItemSubType.html","topicHref":"Nekoyume.Model.Item.ItemSubType.html","topicUid":"Nekoyume.Model.Item.ItemSubType"},{"name":"ItemSubTypeComparer","href":"Nekoyume.Model.Item.ItemSubTypeComparer.html","topicHref":"Nekoyume.Model.Item.ItemSubTypeComparer.html","topicUid":"Nekoyume.Model.Item.ItemSubTypeComparer"},{"name":"ItemType","href":"Nekoyume.Model.Item.ItemType.html","topicHref":"Nekoyume.Model.Item.ItemType.html","topicUid":"Nekoyume.Model.Item.ItemType"},{"name":"ItemTypeComparer","href":"Nekoyume.Model.Item.ItemTypeComparer.html","topicHref":"Nekoyume.Model.Item.ItemTypeComparer.html","topicUid":"Nekoyume.Model.Item.ItemTypeComparer"},{"name":"ItemUsable","href":"Nekoyume.Model.Item.ItemUsable.html","topicHref":"Nekoyume.Model.Item.ItemUsable.html","topicUid":"Nekoyume.Model.Item.ItemUsable"},{"name":"LockType","href":"Nekoyume.Model.Item.LockType.html","topicHref":"Nekoyume.Model.Item.LockType.html","topicUid":"Nekoyume.Model.Item.LockType"},{"name":"Material","href":"Nekoyume.Model.Item.Material.html","topicHref":"Nekoyume.Model.Item.Material.html","topicUid":"Nekoyume.Model.Item.Material"},{"name":"Necklace","href":"Nekoyume.Model.Item.Necklace.html","topicHref":"Nekoyume.Model.Item.Necklace.html","topicUid":"Nekoyume.Model.Item.Necklace"},{"name":"OrderLock","href":"Nekoyume.Model.Item.OrderLock.html","topicHref":"Nekoyume.Model.Item.OrderLock.html","topicUid":"Nekoyume.Model.Item.OrderLock"},{"name":"Ring","href":"Nekoyume.Model.Item.Ring.html","topicHref":"Nekoyume.Model.Item.Ring.html","topicUid":"Nekoyume.Model.Item.Ring"},{"name":"ShopItem","href":"Nekoyume.Model.Item.ShopItem.html","topicHref":"Nekoyume.Model.Item.ShopItem.html","topicUid":"Nekoyume.Model.Item.ShopItem"},{"name":"TradableMaterial","href":"Nekoyume.Model.Item.TradableMaterial.html","topicHref":"Nekoyume.Model.Item.TradableMaterial.html","topicUid":"Nekoyume.Model.Item.TradableMaterial"},{"name":"Weapon","href":"Nekoyume.Model.Item.Weapon.html","topicHref":"Nekoyume.Model.Item.Weapon.html","topicUid":"Nekoyume.Model.Item.Weapon"}]},{"name":"Nekoyume.Model.Mail","href":"Nekoyume.Model.Mail.html","topicHref":"Nekoyume.Model.Mail.html","topicUid":"Nekoyume.Model.Mail","items":[{"name":"AdventureBossRaffleWinnerMail","href":"Nekoyume.Model.Mail.AdventureBossRaffleWinnerMail.html","topicHref":"Nekoyume.Model.Mail.AdventureBossRaffleWinnerMail.html","topicUid":"Nekoyume.Model.Mail.AdventureBossRaffleWinnerMail"},{"name":"AttachmentMail","href":"Nekoyume.Model.Mail.AttachmentMail.html","topicHref":"Nekoyume.Model.Mail.AttachmentMail.html","topicUid":"Nekoyume.Model.Mail.AttachmentMail"},{"name":"BuyerMail","href":"Nekoyume.Model.Mail.BuyerMail.html","topicHref":"Nekoyume.Model.Mail.BuyerMail.html","topicUid":"Nekoyume.Model.Mail.BuyerMail"},{"name":"CancelOrderMail","href":"Nekoyume.Model.Mail.CancelOrderMail.html","topicHref":"Nekoyume.Model.Mail.CancelOrderMail.html","topicUid":"Nekoyume.Model.Mail.CancelOrderMail"},{"name":"ClaimItemsMail","href":"Nekoyume.Model.Mail.ClaimItemsMail.html","topicHref":"Nekoyume.Model.Mail.ClaimItemsMail.html","topicUid":"Nekoyume.Model.Mail.ClaimItemsMail"},{"name":"CombinationMail","href":"Nekoyume.Model.Mail.CombinationMail.html","topicHref":"Nekoyume.Model.Mail.CombinationMail.html","topicUid":"Nekoyume.Model.Mail.CombinationMail"},{"name":"CustomCraftMail","href":"Nekoyume.Model.Mail.CustomCraftMail.html","topicHref":"Nekoyume.Model.Mail.CustomCraftMail.html","topicUid":"Nekoyume.Model.Mail.CustomCraftMail"},{"name":"DailyRewardMail","href":"Nekoyume.Model.Mail.DailyRewardMail.html","topicHref":"Nekoyume.Model.Mail.DailyRewardMail.html","topicUid":"Nekoyume.Model.Mail.DailyRewardMail"},{"name":"GrindingMail","href":"Nekoyume.Model.Mail.GrindingMail.html","topicHref":"Nekoyume.Model.Mail.GrindingMail.html","topicUid":"Nekoyume.Model.Mail.GrindingMail"},{"name":"IMail","href":"Nekoyume.Model.Mail.IMail.html","topicHref":"Nekoyume.Model.Mail.IMail.html","topicUid":"Nekoyume.Model.Mail.IMail"},{"name":"ItemEnhanceMail","href":"Nekoyume.Model.Mail.ItemEnhanceMail.html","topicHref":"Nekoyume.Model.Mail.ItemEnhanceMail.html","topicUid":"Nekoyume.Model.Mail.ItemEnhanceMail"},{"name":"Mail","href":"Nekoyume.Model.Mail.Mail.html","topicHref":"Nekoyume.Model.Mail.Mail.html","topicUid":"Nekoyume.Model.Mail.Mail"},{"name":"MailBox","href":"Nekoyume.Model.Mail.MailBox.html","topicHref":"Nekoyume.Model.Mail.MailBox.html","topicUid":"Nekoyume.Model.Mail.MailBox"},{"name":"MailType","href":"Nekoyume.Model.Mail.MailType.html","topicHref":"Nekoyume.Model.Mail.MailType.html","topicUid":"Nekoyume.Model.Mail.MailType"},{"name":"MaterialCraftMail","href":"Nekoyume.Model.Mail.MaterialCraftMail.html","topicHref":"Nekoyume.Model.Mail.MaterialCraftMail.html","topicUid":"Nekoyume.Model.Mail.MaterialCraftMail"},{"name":"MonsterCollectionMail","href":"Nekoyume.Model.Mail.MonsterCollectionMail.html","topicHref":"Nekoyume.Model.Mail.MonsterCollectionMail.html","topicUid":"Nekoyume.Model.Mail.MonsterCollectionMail"},{"name":"OrderBuyerMail","href":"Nekoyume.Model.Mail.OrderBuyerMail.html","topicHref":"Nekoyume.Model.Mail.OrderBuyerMail.html","topicUid":"Nekoyume.Model.Mail.OrderBuyerMail"},{"name":"OrderExpirationMail","href":"Nekoyume.Model.Mail.OrderExpirationMail.html","topicHref":"Nekoyume.Model.Mail.OrderExpirationMail.html","topicUid":"Nekoyume.Model.Mail.OrderExpirationMail"},{"name":"OrderSellerMail","href":"Nekoyume.Model.Mail.OrderSellerMail.html","topicHref":"Nekoyume.Model.Mail.OrderSellerMail.html","topicUid":"Nekoyume.Model.Mail.OrderSellerMail"},{"name":"ProductBuyerMail","href":"Nekoyume.Model.Mail.ProductBuyerMail.html","topicHref":"Nekoyume.Model.Mail.ProductBuyerMail.html","topicUid":"Nekoyume.Model.Mail.ProductBuyerMail"},{"name":"ProductCancelMail","href":"Nekoyume.Model.Mail.ProductCancelMail.html","topicHref":"Nekoyume.Model.Mail.ProductCancelMail.html","topicUid":"Nekoyume.Model.Mail.ProductCancelMail"},{"name":"ProductSellerMail","href":"Nekoyume.Model.Mail.ProductSellerMail.html","topicHref":"Nekoyume.Model.Mail.ProductSellerMail.html","topicUid":"Nekoyume.Model.Mail.ProductSellerMail"},{"name":"SellCancelMail","href":"Nekoyume.Model.Mail.SellCancelMail.html","topicHref":"Nekoyume.Model.Mail.SellCancelMail.html","topicUid":"Nekoyume.Model.Mail.SellCancelMail"},{"name":"SellerMail","href":"Nekoyume.Model.Mail.SellerMail.html","topicHref":"Nekoyume.Model.Mail.SellerMail.html","topicUid":"Nekoyume.Model.Mail.SellerMail"},{"name":"UnloadFromMyGaragesRecipientMail","href":"Nekoyume.Model.Mail.UnloadFromMyGaragesRecipientMail.html","topicHref":"Nekoyume.Model.Mail.UnloadFromMyGaragesRecipientMail.html","topicUid":"Nekoyume.Model.Mail.UnloadFromMyGaragesRecipientMail"}]},{"name":"Nekoyume.Model.Market","href":"Nekoyume.Model.Market.html","topicHref":"Nekoyume.Model.Market.html","topicUid":"Nekoyume.Model.Market","items":[{"name":"FavProduct","href":"Nekoyume.Model.Market.FavProduct.html","topicHref":"Nekoyume.Model.Market.FavProduct.html","topicUid":"Nekoyume.Model.Market.FavProduct"},{"name":"ItemProduct","href":"Nekoyume.Model.Market.ItemProduct.html","topicHref":"Nekoyume.Model.Market.ItemProduct.html","topicUid":"Nekoyume.Model.Market.ItemProduct"},{"name":"Product","href":"Nekoyume.Model.Market.Product.html","topicHref":"Nekoyume.Model.Market.Product.html","topicUid":"Nekoyume.Model.Market.Product"},{"name":"ProductFactory","href":"Nekoyume.Model.Market.ProductFactory.html","topicHref":"Nekoyume.Model.Market.ProductFactory.html","topicUid":"Nekoyume.Model.Market.ProductFactory"},{"name":"ProductReceipt","href":"Nekoyume.Model.Market.ProductReceipt.html","topicHref":"Nekoyume.Model.Market.ProductReceipt.html","topicUid":"Nekoyume.Model.Market.ProductReceipt"},{"name":"ProductType","href":"Nekoyume.Model.Market.ProductType.html","topicHref":"Nekoyume.Model.Market.ProductType.html","topicUid":"Nekoyume.Model.Market.ProductType"},{"name":"ProductsState","href":"Nekoyume.Model.Market.ProductsState.html","topicHref":"Nekoyume.Model.Market.ProductsState.html","topicUid":"Nekoyume.Model.Market.ProductsState"}]},{"name":"Nekoyume.Model.Pet","href":"Nekoyume.Model.Pet.html","topicHref":"Nekoyume.Model.Pet.html","topicUid":"Nekoyume.Model.Pet","items":[{"name":"PetOptionType","href":"Nekoyume.Model.Pet.PetOptionType.html","topicHref":"Nekoyume.Model.Pet.PetOptionType.html","topicUid":"Nekoyume.Model.Pet.PetOptionType"}]},{"name":"Nekoyume.Model.Quest","href":"Nekoyume.Model.Quest.html","topicHref":"Nekoyume.Model.Quest.html","topicUid":"Nekoyume.Model.Quest","items":[{"name":"CollectQuest","href":"Nekoyume.Model.Quest.CollectQuest.html","topicHref":"Nekoyume.Model.Quest.CollectQuest.html","topicUid":"Nekoyume.Model.Quest.CollectQuest"},{"name":"CombinationEquipmentQuest","href":"Nekoyume.Model.Quest.CombinationEquipmentQuest.html","topicHref":"Nekoyume.Model.Quest.CombinationEquipmentQuest.html","topicUid":"Nekoyume.Model.Quest.CombinationEquipmentQuest"},{"name":"CombinationQuest","href":"Nekoyume.Model.Quest.CombinationQuest.html","topicHref":"Nekoyume.Model.Quest.CombinationQuest.html","topicUid":"Nekoyume.Model.Quest.CombinationQuest"},{"name":"GeneralQuest","href":"Nekoyume.Model.Quest.GeneralQuest.html","topicHref":"Nekoyume.Model.Quest.GeneralQuest.html","topicUid":"Nekoyume.Model.Quest.GeneralQuest"},{"name":"GoldQuest","href":"Nekoyume.Model.Quest.GoldQuest.html","topicHref":"Nekoyume.Model.Quest.GoldQuest.html","topicUid":"Nekoyume.Model.Quest.GoldQuest"},{"name":"ItemEnhancementQuest","href":"Nekoyume.Model.Quest.ItemEnhancementQuest.html","topicHref":"Nekoyume.Model.Quest.ItemEnhancementQuest.html","topicUid":"Nekoyume.Model.Quest.ItemEnhancementQuest"},{"name":"ItemGradeQuest","href":"Nekoyume.Model.Quest.ItemGradeQuest.html","topicHref":"Nekoyume.Model.Quest.ItemGradeQuest.html","topicUid":"Nekoyume.Model.Quest.ItemGradeQuest"},{"name":"ItemTypeCollectQuest","href":"Nekoyume.Model.Quest.ItemTypeCollectQuest.html","topicHref":"Nekoyume.Model.Quest.ItemTypeCollectQuest.html","topicUid":"Nekoyume.Model.Quest.ItemTypeCollectQuest"},{"name":"MonsterQuest","href":"Nekoyume.Model.Quest.MonsterQuest.html","topicHref":"Nekoyume.Model.Quest.MonsterQuest.html","topicUid":"Nekoyume.Model.Quest.MonsterQuest"},{"name":"Quest","href":"Nekoyume.Model.Quest.Quest.html","topicHref":"Nekoyume.Model.Quest.Quest.html","topicUid":"Nekoyume.Model.Quest.Quest"},{"name":"QuestEventType","href":"Nekoyume.Model.Quest.QuestEventType.html","topicHref":"Nekoyume.Model.Quest.QuestEventType.html","topicUid":"Nekoyume.Model.Quest.QuestEventType"},{"name":"QuestList","href":"Nekoyume.Model.Quest.QuestList.html","topicHref":"Nekoyume.Model.Quest.QuestList.html","topicUid":"Nekoyume.Model.Quest.QuestList"},{"name":"QuestReward","href":"Nekoyume.Model.Quest.QuestReward.html","topicHref":"Nekoyume.Model.Quest.QuestReward.html","topicUid":"Nekoyume.Model.Quest.QuestReward"},{"name":"QuestType","href":"Nekoyume.Model.Quest.QuestType.html","topicHref":"Nekoyume.Model.Quest.QuestType.html","topicUid":"Nekoyume.Model.Quest.QuestType"},{"name":"TradeQuest","href":"Nekoyume.Model.Quest.TradeQuest.html","topicHref":"Nekoyume.Model.Quest.TradeQuest.html","topicUid":"Nekoyume.Model.Quest.TradeQuest"},{"name":"UpdateListQuestsCountException","href":"Nekoyume.Model.Quest.UpdateListQuestsCountException.html","topicHref":"Nekoyume.Model.Quest.UpdateListQuestsCountException.html","topicUid":"Nekoyume.Model.Quest.UpdateListQuestsCountException"},{"name":"UpdateListVersionException","href":"Nekoyume.Model.Quest.UpdateListVersionException.html","topicHref":"Nekoyume.Model.Quest.UpdateListVersionException.html","topicUid":"Nekoyume.Model.Quest.UpdateListVersionException"},{"name":"WorldQuest","href":"Nekoyume.Model.Quest.WorldQuest.html","topicHref":"Nekoyume.Model.Quest.WorldQuest.html","topicUid":"Nekoyume.Model.Quest.WorldQuest"}]},{"name":"Nekoyume.Model.Rune","href":"Nekoyume.Model.Rune.html","topicHref":"Nekoyume.Model.Rune.html","topicUid":"Nekoyume.Model.Rune","items":[{"name":"DuplicatedRuneIdException","href":"Nekoyume.Model.Rune.DuplicatedRuneIdException.html","topicHref":"Nekoyume.Model.Rune.DuplicatedRuneIdException.html","topicUid":"Nekoyume.Model.Rune.DuplicatedRuneIdException"},{"name":"DuplicatedRuneSlotIndexException","href":"Nekoyume.Model.Rune.DuplicatedRuneSlotIndexException.html","topicHref":"Nekoyume.Model.Rune.DuplicatedRuneSlotIndexException.html","topicUid":"Nekoyume.Model.Rune.DuplicatedRuneSlotIndexException"},{"name":"IsEquippableRuneException","href":"Nekoyume.Model.Rune.IsEquippableRuneException.html","topicHref":"Nekoyume.Model.Rune.IsEquippableRuneException.html","topicUid":"Nekoyume.Model.Rune.IsEquippableRuneException"},{"name":"IsUsableSlotException","href":"Nekoyume.Model.Rune.IsUsableSlotException.html","topicHref":"Nekoyume.Model.Rune.IsUsableSlotException.html","topicUid":"Nekoyume.Model.Rune.IsUsableSlotException"},{"name":"MismatchRuneSlotTypeException","href":"Nekoyume.Model.Rune.MismatchRuneSlotTypeException.html","topicHref":"Nekoyume.Model.Rune.MismatchRuneSlotTypeException.html","topicUid":"Nekoyume.Model.Rune.MismatchRuneSlotTypeException"},{"name":"RuneCostDataNotFoundException","href":"Nekoyume.Model.Rune.RuneCostDataNotFoundException.html","topicHref":"Nekoyume.Model.Rune.RuneCostDataNotFoundException.html","topicUid":"Nekoyume.Model.Rune.RuneCostDataNotFoundException"},{"name":"RuneCostNotFoundException","href":"Nekoyume.Model.Rune.RuneCostNotFoundException.html","topicHref":"Nekoyume.Model.Rune.RuneCostNotFoundException.html","topicUid":"Nekoyume.Model.Rune.RuneCostNotFoundException"},{"name":"RuneInfosIsEmptyException","href":"Nekoyume.Model.Rune.RuneInfosIsEmptyException.html","topicHref":"Nekoyume.Model.Rune.RuneInfosIsEmptyException.html","topicUid":"Nekoyume.Model.Rune.RuneInfosIsEmptyException"},{"name":"RuneListNotFoundException","href":"Nekoyume.Model.Rune.RuneListNotFoundException.html","topicHref":"Nekoyume.Model.Rune.RuneListNotFoundException.html","topicUid":"Nekoyume.Model.Rune.RuneListNotFoundException"},{"name":"RuneNotFoundException","href":"Nekoyume.Model.Rune.RuneNotFoundException.html","topicHref":"Nekoyume.Model.Rune.RuneNotFoundException.html","topicUid":"Nekoyume.Model.Rune.RuneNotFoundException"},{"name":"RuneSlot","href":"Nekoyume.Model.Rune.RuneSlot.html","topicHref":"Nekoyume.Model.Rune.RuneSlot.html","topicUid":"Nekoyume.Model.Rune.RuneSlot"},{"name":"RuneStateNotFoundException","href":"Nekoyume.Model.Rune.RuneStateNotFoundException.html","topicHref":"Nekoyume.Model.Rune.RuneStateNotFoundException.html","topicUid":"Nekoyume.Model.Rune.RuneStateNotFoundException"},{"name":"SlotIsAlreadyUnlockedException","href":"Nekoyume.Model.Rune.SlotIsAlreadyUnlockedException.html","topicHref":"Nekoyume.Model.Rune.SlotIsAlreadyUnlockedException.html","topicUid":"Nekoyume.Model.Rune.SlotIsAlreadyUnlockedException"},{"name":"SlotIsLockedException","href":"Nekoyume.Model.Rune.SlotIsLockedException.html","topicHref":"Nekoyume.Model.Rune.SlotIsLockedException.html","topicUid":"Nekoyume.Model.Rune.SlotIsLockedException"},{"name":"SlotNotFoundException","href":"Nekoyume.Model.Rune.SlotNotFoundException.html","topicHref":"Nekoyume.Model.Rune.SlotNotFoundException.html","topicUid":"Nekoyume.Model.Rune.SlotNotFoundException"},{"name":"SlotRuneTypeException","href":"Nekoyume.Model.Rune.SlotRuneTypeException.html","topicHref":"Nekoyume.Model.Rune.SlotRuneTypeException.html","topicUid":"Nekoyume.Model.Rune.SlotRuneTypeException"},{"name":"TryCountIsZeroException","href":"Nekoyume.Model.Rune.TryCountIsZeroException.html","topicHref":"Nekoyume.Model.Rune.TryCountIsZeroException.html","topicUid":"Nekoyume.Model.Rune.TryCountIsZeroException"}]},{"name":"Nekoyume.Model.Skill","href":"Nekoyume.Model.Skill.html","topicHref":"Nekoyume.Model.Skill.html","topicUid":"Nekoyume.Model.Skill","items":[{"name":"ActionBuffType","href":"Nekoyume.Model.Skill.ActionBuffType.html","topicHref":"Nekoyume.Model.Skill.ActionBuffType.html","topicUid":"Nekoyume.Model.Skill.ActionBuffType"},{"name":"AreaAttack","href":"Nekoyume.Model.Skill.AreaAttack.html","topicHref":"Nekoyume.Model.Skill.AreaAttack.html","topicUid":"Nekoyume.Model.Skill.AreaAttack"},{"name":"AttackSkill","href":"Nekoyume.Model.Skill.AttackSkill.html","topicHref":"Nekoyume.Model.Skill.AttackSkill.html","topicUid":"Nekoyume.Model.Skill.AttackSkill"},{"name":"BlowAttack","href":"Nekoyume.Model.Skill.BlowAttack.html","topicHref":"Nekoyume.Model.Skill.BlowAttack.html","topicUid":"Nekoyume.Model.Skill.BlowAttack"},{"name":"BuffRemovalAttack","href":"Nekoyume.Model.Skill.BuffRemovalAttack.html","topicHref":"Nekoyume.Model.Skill.BuffRemovalAttack.html","topicUid":"Nekoyume.Model.Skill.BuffRemovalAttack"},{"name":"BuffSkill","href":"Nekoyume.Model.Skill.BuffSkill.html","topicHref":"Nekoyume.Model.Skill.BuffSkill.html","topicUid":"Nekoyume.Model.Skill.BuffSkill"},{"name":"DoubleAttack","href":"Nekoyume.Model.Skill.DoubleAttack.html","topicHref":"Nekoyume.Model.Skill.DoubleAttack.html","topicUid":"Nekoyume.Model.Skill.DoubleAttack"},{"name":"HealSkill","href":"Nekoyume.Model.Skill.HealSkill.html","topicHref":"Nekoyume.Model.Skill.HealSkill.html","topicUid":"Nekoyume.Model.Skill.HealSkill"},{"name":"ISkill","href":"Nekoyume.Model.Skill.ISkill.html","topicHref":"Nekoyume.Model.Skill.ISkill.html","topicUid":"Nekoyume.Model.Skill.ISkill"},{"name":"NormalAttack","href":"Nekoyume.Model.Skill.NormalAttack.html","topicHref":"Nekoyume.Model.Skill.NormalAttack.html","topicUid":"Nekoyume.Model.Skill.NormalAttack"},{"name":"ShatterStrike","href":"Nekoyume.Model.Skill.ShatterStrike.html","topicHref":"Nekoyume.Model.Skill.ShatterStrike.html","topicUid":"Nekoyume.Model.Skill.ShatterStrike"},{"name":"Skill","href":"Nekoyume.Model.Skill.Skill.html","topicHref":"Nekoyume.Model.Skill.Skill.html","topicUid":"Nekoyume.Model.Skill.Skill"},{"name":"SkillCategory","href":"Nekoyume.Model.Skill.SkillCategory.html","topicHref":"Nekoyume.Model.Skill.SkillCategory.html","topicUid":"Nekoyume.Model.Skill.SkillCategory"},{"name":"SkillCustomField","href":"Nekoyume.Model.Skill.SkillCustomField.html","topicHref":"Nekoyume.Model.Skill.SkillCustomField.html","topicUid":"Nekoyume.Model.Skill.SkillCustomField"},{"name":"SkillFactory","href":"Nekoyume.Model.Skill.SkillFactory.html","topicHref":"Nekoyume.Model.Skill.SkillFactory.html","topicUid":"Nekoyume.Model.Skill.SkillFactory"},{"name":"SkillTargetType","href":"Nekoyume.Model.Skill.SkillTargetType.html","topicHref":"Nekoyume.Model.Skill.SkillTargetType.html","topicUid":"Nekoyume.Model.Skill.SkillTargetType"},{"name":"SkillTargetTypeExtension","href":"Nekoyume.Model.Skill.SkillTargetTypeExtension.html","topicHref":"Nekoyume.Model.Skill.SkillTargetTypeExtension.html","topicUid":"Nekoyume.Model.Skill.SkillTargetTypeExtension"},{"name":"SkillType","href":"Nekoyume.Model.Skill.SkillType.html","topicHref":"Nekoyume.Model.Skill.SkillType.html","topicUid":"Nekoyume.Model.Skill.SkillType"},{"name":"UnexpectedOperationException","href":"Nekoyume.Model.Skill.UnexpectedOperationException.html","topicHref":"Nekoyume.Model.Skill.UnexpectedOperationException.html","topicUid":"Nekoyume.Model.Skill.UnexpectedOperationException"}]},{"name":"Nekoyume.Model.Skill.Arena","href":"Nekoyume.Model.Skill.Arena.html","topicHref":"Nekoyume.Model.Skill.Arena.html","topicUid":"Nekoyume.Model.Skill.Arena","items":[{"name":"ArenaAreaAttack","href":"Nekoyume.Model.Skill.Arena.ArenaAreaAttack.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaAreaAttack.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaAreaAttack"},{"name":"ArenaAttackSkill","href":"Nekoyume.Model.Skill.Arena.ArenaAttackSkill.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaAttackSkill.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaAttackSkill"},{"name":"ArenaBlowAttack","href":"Nekoyume.Model.Skill.Arena.ArenaBlowAttack.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaBlowAttack.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaBlowAttack"},{"name":"ArenaBuffRemovalAttack","href":"Nekoyume.Model.Skill.Arena.ArenaBuffRemovalAttack.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaBuffRemovalAttack.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaBuffRemovalAttack"},{"name":"ArenaBuffSkill","href":"Nekoyume.Model.Skill.Arena.ArenaBuffSkill.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaBuffSkill.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaBuffSkill"},{"name":"ArenaDoubleAttack","href":"Nekoyume.Model.Skill.Arena.ArenaDoubleAttack.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaDoubleAttack.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaDoubleAttack"},{"name":"ArenaHealSkill","href":"Nekoyume.Model.Skill.Arena.ArenaHealSkill.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaHealSkill.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaHealSkill"},{"name":"ArenaNormalAttack","href":"Nekoyume.Model.Skill.Arena.ArenaNormalAttack.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaNormalAttack.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaNormalAttack"},{"name":"ArenaShatterStrike","href":"Nekoyume.Model.Skill.Arena.ArenaShatterStrike.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaShatterStrike.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaShatterStrike"},{"name":"ArenaSkill","href":"Nekoyume.Model.Skill.Arena.ArenaSkill.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaSkill.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaSkill"}]},{"name":"Nekoyume.Model.Stake","href":"Nekoyume.Model.Stake.html","topicHref":"Nekoyume.Model.Stake.html","topicUid":"Nekoyume.Model.Stake","items":[{"name":"Contract","href":"Nekoyume.Model.Stake.Contract.html","topicHref":"Nekoyume.Model.Stake.Contract.html","topicUid":"Nekoyume.Model.Stake.Contract"},{"name":"StakeState","href":"Nekoyume.Model.Stake.StakeState.html","topicHref":"Nekoyume.Model.Stake.StakeState.html","topicUid":"Nekoyume.Model.Stake.StakeState"},{"name":"StakeStateUtils","href":"Nekoyume.Model.Stake.StakeStateUtils.html","topicHref":"Nekoyume.Model.Stake.StakeStateUtils.html","topicUid":"Nekoyume.Model.Stake.StakeStateUtils"}]},{"name":"Nekoyume.Model.Stat","href":"Nekoyume.Model.Stat.html","topicHref":"Nekoyume.Model.Stat.html","topicUid":"Nekoyume.Model.Stat","items":[{"name":"CharacterStats","href":"Nekoyume.Model.Stat.CharacterStats.html","topicHref":"Nekoyume.Model.Stat.CharacterStats.html","topicUid":"Nekoyume.Model.Stat.CharacterStats"},{"name":"DecimalStat","href":"Nekoyume.Model.Stat.DecimalStat.html","topicHref":"Nekoyume.Model.Stat.DecimalStat.html","topicUid":"Nekoyume.Model.Stat.DecimalStat"},{"name":"IBaseAndAdditionalStats","href":"Nekoyume.Model.Stat.IBaseAndAdditionalStats.html","topicHref":"Nekoyume.Model.Stat.IBaseAndAdditionalStats.html","topicUid":"Nekoyume.Model.Stat.IBaseAndAdditionalStats"},{"name":"IStats","href":"Nekoyume.Model.Stat.IStats.html","topicHref":"Nekoyume.Model.Stat.IStats.html","topicUid":"Nekoyume.Model.Stat.IStats"},{"name":"StatMap","href":"Nekoyume.Model.Stat.StatMap.html","topicHref":"Nekoyume.Model.Stat.StatMap.html","topicUid":"Nekoyume.Model.Stat.StatMap"},{"name":"StatModifier","href":"Nekoyume.Model.Stat.StatModifier.html","topicHref":"Nekoyume.Model.Stat.StatModifier.html","topicUid":"Nekoyume.Model.Stat.StatModifier"},{"name":"StatModifier.OperationType","href":"Nekoyume.Model.Stat.StatModifier.OperationType.html","topicHref":"Nekoyume.Model.Stat.StatModifier.OperationType.html","topicUid":"Nekoyume.Model.Stat.StatModifier.OperationType"},{"name":"StatType","href":"Nekoyume.Model.Stat.StatType.html","topicHref":"Nekoyume.Model.Stat.StatType.html","topicUid":"Nekoyume.Model.Stat.StatType"},{"name":"StatTypeComparer","href":"Nekoyume.Model.Stat.StatTypeComparer.html","topicHref":"Nekoyume.Model.Stat.StatTypeComparer.html","topicUid":"Nekoyume.Model.Stat.StatTypeComparer"},{"name":"StatTypeExtension","href":"Nekoyume.Model.Stat.StatTypeExtension.html","topicHref":"Nekoyume.Model.Stat.StatTypeExtension.html","topicUid":"Nekoyume.Model.Stat.StatTypeExtension"},{"name":"Stats","href":"Nekoyume.Model.Stat.Stats.html","topicHref":"Nekoyume.Model.Stat.Stats.html","topicUid":"Nekoyume.Model.Stat.Stats"},{"name":"StatsMap","href":"Nekoyume.Model.Stat.StatsMap.html","topicHref":"Nekoyume.Model.Stat.StatsMap.html","topicUid":"Nekoyume.Model.Stat.StatsMap"}]},{"name":"Nekoyume.Model.State","href":"Nekoyume.Model.State.html","topicHref":"Nekoyume.Model.State.html","topicUid":"Nekoyume.Model.State","items":[{"name":"ActivatedAccountsState","href":"Nekoyume.Model.State.ActivatedAccountsState.html","topicHref":"Nekoyume.Model.State.ActivatedAccountsState.html","topicUid":"Nekoyume.Model.State.ActivatedAccountsState"},{"name":"AdminState","href":"Nekoyume.Model.State.AdminState.html","topicHref":"Nekoyume.Model.State.AdminState.html","topicUid":"Nekoyume.Model.State.AdminState"},{"name":"AgentState","href":"Nekoyume.Model.State.AgentState.html","topicHref":"Nekoyume.Model.State.AgentState.html","topicUid":"Nekoyume.Model.State.AgentState"},{"name":"AllCombinationSlotState","href":"Nekoyume.Model.State.AllCombinationSlotState.html","topicHref":"Nekoyume.Model.State.AllCombinationSlotState.html","topicUid":"Nekoyume.Model.State.AllCombinationSlotState"},{"name":"AllRuneState","href":"Nekoyume.Model.State.AllRuneState.html","topicHref":"Nekoyume.Model.State.AllRuneState.html","topicUid":"Nekoyume.Model.State.AllRuneState"},{"name":"ArenaAvatarState","href":"Nekoyume.Model.State.ArenaAvatarState.html","topicHref":"Nekoyume.Model.State.ArenaAvatarState.html","topicUid":"Nekoyume.Model.State.ArenaAvatarState"},{"name":"ArenaInfo","href":"Nekoyume.Model.State.ArenaInfo.html","topicHref":"Nekoyume.Model.State.ArenaInfo.html","topicUid":"Nekoyume.Model.State.ArenaInfo"},{"name":"ArenaInfo.Record","href":"Nekoyume.Model.State.ArenaInfo.Record.html","topicHref":"Nekoyume.Model.State.ArenaInfo.Record.html","topicUid":"Nekoyume.Model.State.ArenaInfo.Record"},{"name":"AuthorizedMinersState","href":"Nekoyume.Model.State.AuthorizedMinersState.html","topicHref":"Nekoyume.Model.State.AuthorizedMinersState.html","topicUid":"Nekoyume.Model.State.AuthorizedMinersState"},{"name":"AvatarState","href":"Nekoyume.Model.State.AvatarState.html","topicHref":"Nekoyume.Model.State.AvatarState.html","topicUid":"Nekoyume.Model.State.AvatarState"},{"name":"CollectionState","href":"Nekoyume.Model.State.CollectionState.html","topicHref":"Nekoyume.Model.State.CollectionState.html","topicUid":"Nekoyume.Model.State.CollectionState"},{"name":"CombinationSlotState","href":"Nekoyume.Model.State.CombinationSlotState.html","topicHref":"Nekoyume.Model.State.CombinationSlotState.html","topicUid":"Nekoyume.Model.State.CombinationSlotState"},{"name":"CreditsState","href":"Nekoyume.Model.State.CreditsState.html","topicHref":"Nekoyume.Model.State.CreditsState.html","topicUid":"Nekoyume.Model.State.CreditsState"},{"name":"CrystalCostState","href":"Nekoyume.Model.State.CrystalCostState.html","topicHref":"Nekoyume.Model.State.CrystalCostState.html","topicUid":"Nekoyume.Model.State.CrystalCostState"},{"name":"CrystalRandomSkillState","href":"Nekoyume.Model.State.CrystalRandomSkillState.html","topicHref":"Nekoyume.Model.State.CrystalRandomSkillState.html","topicUid":"Nekoyume.Model.State.CrystalRandomSkillState"},{"name":"DuplicateRedeemException","href":"Nekoyume.Model.State.DuplicateRedeemException.html","topicHref":"Nekoyume.Model.State.DuplicateRedeemException.html","topicUid":"Nekoyume.Model.State.DuplicateRedeemException"},{"name":"FailedToUnregisterInShopStateException","href":"Nekoyume.Model.State.FailedToUnregisterInShopStateException.html","topicHref":"Nekoyume.Model.State.FailedToUnregisterInShopStateException.html","topicUid":"Nekoyume.Model.State.FailedToUnregisterInShopStateException"},{"name":"GameConfigState","href":"Nekoyume.Model.State.GameConfigState.html","topicHref":"Nekoyume.Model.State.GameConfigState.html","topicUid":"Nekoyume.Model.State.GameConfigState"},{"name":"GoldBalanceState","href":"Nekoyume.Model.State.GoldBalanceState.html","topicHref":"Nekoyume.Model.State.GoldBalanceState.html","topicUid":"Nekoyume.Model.State.GoldBalanceState"},{"name":"GoldCurrencyState","href":"Nekoyume.Model.State.GoldCurrencyState.html","topicHref":"Nekoyume.Model.State.GoldCurrencyState.html","topicUid":"Nekoyume.Model.State.GoldCurrencyState"},{"name":"HammerPointState","href":"Nekoyume.Model.State.HammerPointState.html","topicHref":"Nekoyume.Model.State.HammerPointState.html","topicUid":"Nekoyume.Model.State.HammerPointState"},{"name":"IState","href":"Nekoyume.Model.State.IState.html","topicHref":"Nekoyume.Model.State.IState.html","topicUid":"Nekoyume.Model.State.IState"},{"name":"InvalidRedeemCodeException","href":"Nekoyume.Model.State.InvalidRedeemCodeException.html","topicHref":"Nekoyume.Model.State.InvalidRedeemCodeException.html","topicUid":"Nekoyume.Model.State.InvalidRedeemCodeException"},{"name":"ItemSlotState","href":"Nekoyume.Model.State.ItemSlotState.html","topicHref":"Nekoyume.Model.State.ItemSlotState.html","topicUid":"Nekoyume.Model.State.ItemSlotState"},{"name":"LazyState","href":"Nekoyume.Model.State.LazyState-2.html","topicHref":"Nekoyume.Model.State.LazyState-2.html","topicUid":"Nekoyume.Model.State.LazyState`2"},{"name":"LegacyStakeState","href":"Nekoyume.Model.State.LegacyStakeState.html","topicHref":"Nekoyume.Model.State.LegacyStakeState.html","topicUid":"Nekoyume.Model.State.LegacyStakeState"},{"name":"LegacyStakeState.StakeAchievements","href":"Nekoyume.Model.State.LegacyStakeState.StakeAchievements.html","topicHref":"Nekoyume.Model.State.LegacyStakeState.StakeAchievements.html","topicUid":"Nekoyume.Model.State.LegacyStakeState.StakeAchievements"},{"name":"MarketState","href":"Nekoyume.Model.State.MarketState.html","topicHref":"Nekoyume.Model.State.MarketState.html","topicUid":"Nekoyume.Model.State.MarketState"},{"name":"MonsterCollectionResult","href":"Nekoyume.Model.State.MonsterCollectionResult.html","topicHref":"Nekoyume.Model.State.MonsterCollectionResult.html","topicUid":"Nekoyume.Model.State.MonsterCollectionResult"},{"name":"MonsterCollectionState","href":"Nekoyume.Model.State.MonsterCollectionState.html","topicHref":"Nekoyume.Model.State.MonsterCollectionState.html","topicUid":"Nekoyume.Model.State.MonsterCollectionState"},{"name":"MonsterCollectionState0","href":"Nekoyume.Model.State.MonsterCollectionState0.html","topicHref":"Nekoyume.Model.State.MonsterCollectionState0.html","topicUid":"Nekoyume.Model.State.MonsterCollectionState0"},{"name":"PendingActivationState","href":"Nekoyume.Model.State.PendingActivationState.html","topicHref":"Nekoyume.Model.State.PendingActivationState.html","topicUid":"Nekoyume.Model.State.PendingActivationState"},{"name":"PetState","href":"Nekoyume.Model.State.PetState.html","topicHref":"Nekoyume.Model.State.PetState.html","topicUid":"Nekoyume.Model.State.PetState"},{"name":"RaiderState","href":"Nekoyume.Model.State.RaiderState.html","topicHref":"Nekoyume.Model.State.RaiderState.html","topicUid":"Nekoyume.Model.State.RaiderState"},{"name":"RankingInfo","href":"Nekoyume.Model.State.RankingInfo.html","topicHref":"Nekoyume.Model.State.RankingInfo.html","topicUid":"Nekoyume.Model.State.RankingInfo"},{"name":"RankingMapState","href":"Nekoyume.Model.State.RankingMapState.html","topicHref":"Nekoyume.Model.State.RankingMapState.html","topicUid":"Nekoyume.Model.State.RankingMapState"},{"name":"RankingState","href":"Nekoyume.Model.State.RankingState.html","topicHref":"Nekoyume.Model.State.RankingState.html","topicUid":"Nekoyume.Model.State.RankingState"},{"name":"RankingState0","href":"Nekoyume.Model.State.RankingState0.html","topicHref":"Nekoyume.Model.State.RankingState0.html","topicUid":"Nekoyume.Model.State.RankingState0"},{"name":"RankingState1","href":"Nekoyume.Model.State.RankingState1.html","topicHref":"Nekoyume.Model.State.RankingState1.html","topicUid":"Nekoyume.Model.State.RankingState1"},{"name":"RedeemCodeState","href":"Nekoyume.Model.State.RedeemCodeState.html","topicHref":"Nekoyume.Model.State.RedeemCodeState.html","topicUid":"Nekoyume.Model.State.RedeemCodeState"},{"name":"RedeemCodeState.Reward","href":"Nekoyume.Model.State.RedeemCodeState.Reward.html","topicHref":"Nekoyume.Model.State.RedeemCodeState.Reward.html","topicUid":"Nekoyume.Model.State.RedeemCodeState.Reward"},{"name":"RuneSlotState","href":"Nekoyume.Model.State.RuneSlotState.html","topicHref":"Nekoyume.Model.State.RuneSlotState.html","topicUid":"Nekoyume.Model.State.RuneSlotState"},{"name":"RuneState","href":"Nekoyume.Model.State.RuneState.html","topicHref":"Nekoyume.Model.State.RuneState.html","topicUid":"Nekoyume.Model.State.RuneState"},{"name":"ShardedShopState","href":"Nekoyume.Model.State.ShardedShopState.html","topicHref":"Nekoyume.Model.State.ShardedShopState.html","topicUid":"Nekoyume.Model.State.ShardedShopState"},{"name":"ShardedShopStateV2","href":"Nekoyume.Model.State.ShardedShopStateV2.html","topicHref":"Nekoyume.Model.State.ShardedShopStateV2.html","topicUid":"Nekoyume.Model.State.ShardedShopStateV2"},{"name":"ShopState","href":"Nekoyume.Model.State.ShopState.html","topicHref":"Nekoyume.Model.State.ShopState.html","topicUid":"Nekoyume.Model.State.ShopState"},{"name":"ShopStateAlreadyContainsException","href":"Nekoyume.Model.State.ShopStateAlreadyContainsException.html","topicHref":"Nekoyume.Model.State.ShopStateAlreadyContainsException.html","topicUid":"Nekoyume.Model.State.ShopStateAlreadyContainsException"},{"name":"StakeRewardCalculator","href":"Nekoyume.Model.State.StakeRewardCalculator.html","topicHref":"Nekoyume.Model.State.StakeRewardCalculator.html","topicUid":"Nekoyume.Model.State.StakeRewardCalculator"},{"name":"State","href":"Nekoyume.Model.State.State.html","topicHref":"Nekoyume.Model.State.State.html","topicUid":"Nekoyume.Model.State.State"},{"name":"StateExtensions","href":"Nekoyume.Model.State.StateExtensions.html","topicHref":"Nekoyume.Model.State.StateExtensions.html","topicUid":"Nekoyume.Model.State.StateExtensions"},{"name":"StateExtensions.IValueTryParseDelegate","href":"Nekoyume.Model.State.StateExtensions.IValueTryParseDelegate-1.html","topicHref":"Nekoyume.Model.State.StateExtensions.IValueTryParseDelegate-1.html","topicUid":"Nekoyume.Model.State.StateExtensions.IValueTryParseDelegate`1"},{"name":"WeeklyArenaState","href":"Nekoyume.Model.State.WeeklyArenaState.html","topicHref":"Nekoyume.Model.State.WeeklyArenaState.html","topicUid":"Nekoyume.Model.State.WeeklyArenaState"},{"name":"WorldBossKillRewardRecord","href":"Nekoyume.Model.State.WorldBossKillRewardRecord.html","topicHref":"Nekoyume.Model.State.WorldBossKillRewardRecord.html","topicUid":"Nekoyume.Model.State.WorldBossKillRewardRecord"},{"name":"WorldBossState","href":"Nekoyume.Model.State.WorldBossState.html","topicHref":"Nekoyume.Model.State.WorldBossState.html","topicUid":"Nekoyume.Model.State.WorldBossState"}]},{"name":"Nekoyume.Module","href":"Nekoyume.Module.html","topicHref":"Nekoyume.Module.html","topicUid":"Nekoyume.Module","items":[{"name":"ActionPointModule","href":"Nekoyume.Module.ActionPointModule.html","topicHref":"Nekoyume.Module.ActionPointModule.html","topicUid":"Nekoyume.Module.ActionPointModule"},{"name":"AdventureBossModule","href":"Nekoyume.Module.AdventureBossModule.html","topicHref":"Nekoyume.Module.AdventureBossModule.html","topicUid":"Nekoyume.Module.AdventureBossModule"},{"name":"AgentModule","href":"Nekoyume.Module.AgentModule.html","topicHref":"Nekoyume.Module.AgentModule.html","topicUid":"Nekoyume.Module.AgentModule"},{"name":"ArenaModule","href":"Nekoyume.Module.ArenaModule.html","topicHref":"Nekoyume.Module.ArenaModule.html","topicUid":"Nekoyume.Module.ArenaModule"},{"name":"AvatarModule","href":"Nekoyume.Module.AvatarModule.html","topicHref":"Nekoyume.Module.AvatarModule.html","topicUid":"Nekoyume.Module.AvatarModule"},{"name":"CollectionModule","href":"Nekoyume.Module.CollectionModule.html","topicHref":"Nekoyume.Module.CollectionModule.html","topicUid":"Nekoyume.Module.CollectionModule"},{"name":"CombinationSlotStateModule","href":"Nekoyume.Module.CombinationSlotStateModule.html","topicHref":"Nekoyume.Module.CombinationSlotStateModule.html","topicUid":"Nekoyume.Module.CombinationSlotStateModule"},{"name":"DailyRewardModule","href":"Nekoyume.Module.DailyRewardModule.html","topicHref":"Nekoyume.Module.DailyRewardModule.html","topicUid":"Nekoyume.Module.DailyRewardModule"},{"name":"GiftModule","href":"Nekoyume.Module.GiftModule.html","topicHref":"Nekoyume.Module.GiftModule.html","topicUid":"Nekoyume.Module.GiftModule"},{"name":"LegacyModule","href":"Nekoyume.Module.LegacyModule.html","topicHref":"Nekoyume.Module.LegacyModule.html","topicUid":"Nekoyume.Module.LegacyModule"},{"name":"RelationshipModule","href":"Nekoyume.Module.RelationshipModule.html","topicHref":"Nekoyume.Module.RelationshipModule.html","topicUid":"Nekoyume.Module.RelationshipModule"},{"name":"RuneStateModule","href":"Nekoyume.Module.RuneStateModule.html","topicHref":"Nekoyume.Module.RuneStateModule.html","topicUid":"Nekoyume.Module.RuneStateModule"},{"name":"StateResolver","href":"Nekoyume.Module.StateResolver.html","topicHref":"Nekoyume.Module.StateResolver.html","topicUid":"Nekoyume.Module.StateResolver"}]},{"name":"Nekoyume.Module.CombinationSlot","href":"Nekoyume.Module.CombinationSlot.html","topicHref":"Nekoyume.Module.CombinationSlot.html","topicUid":"Nekoyume.Module.CombinationSlot","items":[{"name":"CombinationSlotNotFoundException","href":"Nekoyume.Module.CombinationSlot.CombinationSlotNotFoundException.html","topicHref":"Nekoyume.Module.CombinationSlot.CombinationSlotNotFoundException.html","topicUid":"Nekoyume.Module.CombinationSlot.CombinationSlotNotFoundException"},{"name":"DuplicatedCombinationSlotIndexException","href":"Nekoyume.Module.CombinationSlot.DuplicatedCombinationSlotIndexException.html","topicHref":"Nekoyume.Module.CombinationSlot.DuplicatedCombinationSlotIndexException.html","topicUid":"Nekoyume.Module.CombinationSlot.DuplicatedCombinationSlotIndexException"}]},{"name":"Nekoyume.Module.Guild","href":"Nekoyume.Module.Guild.html","topicHref":"Nekoyume.Module.Guild.html","topicUid":"Nekoyume.Module.Guild","items":[{"name":"GuildBanModule","href":"Nekoyume.Module.Guild.GuildBanModule.html","topicHref":"Nekoyume.Module.Guild.GuildBanModule.html","topicUid":"Nekoyume.Module.Guild.GuildBanModule"},{"name":"GuildDelegateeModule","href":"Nekoyume.Module.Guild.GuildDelegateeModule.html","topicHref":"Nekoyume.Module.Guild.GuildDelegateeModule.html","topicUid":"Nekoyume.Module.Guild.GuildDelegateeModule"},{"name":"GuildMemberCounterModule","href":"Nekoyume.Module.Guild.GuildMemberCounterModule.html","topicHref":"Nekoyume.Module.Guild.GuildMemberCounterModule.html","topicUid":"Nekoyume.Module.Guild.GuildMemberCounterModule"},{"name":"GuildModule","href":"Nekoyume.Module.Guild.GuildModule.html","topicHref":"Nekoyume.Module.Guild.GuildModule.html","topicUid":"Nekoyume.Module.Guild.GuildModule"},{"name":"GuildParticipantModule","href":"Nekoyume.Module.Guild.GuildParticipantModule.html","topicHref":"Nekoyume.Module.Guild.GuildParticipantModule.html","topicUid":"Nekoyume.Module.Guild.GuildParticipantModule"}]},{"name":"Nekoyume.Module.ValidatorDelegation","href":"Nekoyume.Module.ValidatorDelegation.html","topicHref":"Nekoyume.Module.ValidatorDelegation.html","topicUid":"Nekoyume.Module.ValidatorDelegation","items":[{"name":"AbstainHistoryModule","href":"Nekoyume.Module.ValidatorDelegation.AbstainHistoryModule.html","topicHref":"Nekoyume.Module.ValidatorDelegation.AbstainHistoryModule.html","topicUid":"Nekoyume.Module.ValidatorDelegation.AbstainHistoryModule"},{"name":"ValidatorDelegateeModule","href":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegateeModule.html","topicHref":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegateeModule.html","topicUid":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegateeModule"},{"name":"ValidatorDelegatorModule","href":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegatorModule.html","topicHref":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegatorModule.html","topicUid":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegatorModule"},{"name":"ValidatorListModule","href":"Nekoyume.Module.ValidatorDelegation.ValidatorListModule.html","topicHref":"Nekoyume.Module.ValidatorDelegation.ValidatorListModule.html","topicUid":"Nekoyume.Module.ValidatorDelegation.ValidatorListModule"}]},{"name":"Nekoyume.TableData","href":"Nekoyume.TableData.html","topicHref":"Nekoyume.TableData.html","topicUid":"Nekoyume.TableData","items":[{"name":"ActionBuffSheet","href":"Nekoyume.TableData.ActionBuffSheet.html","topicHref":"Nekoyume.TableData.ActionBuffSheet.html","topicUid":"Nekoyume.TableData.ActionBuffSheet"},{"name":"ActionBuffSheet.Row","href":"Nekoyume.TableData.ActionBuffSheet.Row.html","topicHref":"Nekoyume.TableData.ActionBuffSheet.Row.html","topicUid":"Nekoyume.TableData.ActionBuffSheet.Row"},{"name":"ArenaSheet","href":"Nekoyume.TableData.ArenaSheet.html","topicHref":"Nekoyume.TableData.ArenaSheet.html","topicUid":"Nekoyume.TableData.ArenaSheet"},{"name":"ArenaSheet.RoundData","href":"Nekoyume.TableData.ArenaSheet.RoundData.html","topicHref":"Nekoyume.TableData.ArenaSheet.RoundData.html","topicUid":"Nekoyume.TableData.ArenaSheet.RoundData"},{"name":"ArenaSheet.Row","href":"Nekoyume.TableData.ArenaSheet.Row.html","topicHref":"Nekoyume.TableData.ArenaSheet.Row.html","topicUid":"Nekoyume.TableData.ArenaSheet.Row"},{"name":"ArenaSimulatorSheets","href":"Nekoyume.TableData.ArenaSimulatorSheets.html","topicHref":"Nekoyume.TableData.ArenaSimulatorSheets.html","topicUid":"Nekoyume.TableData.ArenaSimulatorSheets"},{"name":"ArenaSimulatorSheetsV1","href":"Nekoyume.TableData.ArenaSimulatorSheetsV1.html","topicHref":"Nekoyume.TableData.ArenaSimulatorSheetsV1.html","topicUid":"Nekoyume.TableData.ArenaSimulatorSheetsV1"},{"name":"ArenaSimulatorSheetsV100291","href":"Nekoyume.TableData.ArenaSimulatorSheetsV100291.html","topicHref":"Nekoyume.TableData.ArenaSimulatorSheetsV100291.html","topicUid":"Nekoyume.TableData.ArenaSimulatorSheetsV100291"},{"name":"AvatarSheets","href":"Nekoyume.TableData.AvatarSheets.html","topicHref":"Nekoyume.TableData.AvatarSheets.html","topicUid":"Nekoyume.TableData.AvatarSheets"},{"name":"BuffLimitSheet","href":"Nekoyume.TableData.BuffLimitSheet.html","topicHref":"Nekoyume.TableData.BuffLimitSheet.html","topicUid":"Nekoyume.TableData.BuffLimitSheet"},{"name":"BuffLimitSheet.Row","href":"Nekoyume.TableData.BuffLimitSheet.Row.html","topicHref":"Nekoyume.TableData.BuffLimitSheet.Row.html","topicUid":"Nekoyume.TableData.BuffLimitSheet.Row"},{"name":"BuffLinkSheet","href":"Nekoyume.TableData.BuffLinkSheet.html","topicHref":"Nekoyume.TableData.BuffLinkSheet.html","topicUid":"Nekoyume.TableData.BuffLinkSheet"},{"name":"BuffLinkSheet.Row","href":"Nekoyume.TableData.BuffLinkSheet.Row.html","topicHref":"Nekoyume.TableData.BuffLinkSheet.Row.html","topicUid":"Nekoyume.TableData.BuffLinkSheet.Row"},{"name":"BuffSheet","href":"Nekoyume.TableData.BuffSheet.html","topicHref":"Nekoyume.TableData.BuffSheet.html","topicUid":"Nekoyume.TableData.BuffSheet"},{"name":"BuffSheet.Row","href":"Nekoyume.TableData.BuffSheet.Row.html","topicHref":"Nekoyume.TableData.BuffSheet.Row.html","topicUid":"Nekoyume.TableData.BuffSheet.Row"},{"name":"CharacterLevelSheet","href":"Nekoyume.TableData.CharacterLevelSheet.html","topicHref":"Nekoyume.TableData.CharacterLevelSheet.html","topicUid":"Nekoyume.TableData.CharacterLevelSheet"},{"name":"CharacterLevelSheet.Row","href":"Nekoyume.TableData.CharacterLevelSheet.Row.html","topicHref":"Nekoyume.TableData.CharacterLevelSheet.Row.html","topicUid":"Nekoyume.TableData.CharacterLevelSheet.Row"},{"name":"CharacterSheet","href":"Nekoyume.TableData.CharacterSheet.html","topicHref":"Nekoyume.TableData.CharacterSheet.html","topicUid":"Nekoyume.TableData.CharacterSheet"},{"name":"CharacterSheet.Row","href":"Nekoyume.TableData.CharacterSheet.Row.html","topicHref":"Nekoyume.TableData.CharacterSheet.Row.html","topicUid":"Nekoyume.TableData.CharacterSheet.Row"},{"name":"CharacterSheetExtension","href":"Nekoyume.TableData.CharacterSheetExtension.html","topicHref":"Nekoyume.TableData.CharacterSheetExtension.html","topicUid":"Nekoyume.TableData.CharacterSheetExtension"},{"name":"ClaimableGiftsSheet","href":"Nekoyume.TableData.ClaimableGiftsSheet.html","topicHref":"Nekoyume.TableData.ClaimableGiftsSheet.html","topicUid":"Nekoyume.TableData.ClaimableGiftsSheet"},{"name":"ClaimableGiftsSheet.Row","href":"Nekoyume.TableData.ClaimableGiftsSheet.Row.html","topicHref":"Nekoyume.TableData.ClaimableGiftsSheet.Row.html","topicUid":"Nekoyume.TableData.ClaimableGiftsSheet.Row"},{"name":"CollectQuestSheet","href":"Nekoyume.TableData.CollectQuestSheet.html","topicHref":"Nekoyume.TableData.CollectQuestSheet.html","topicUid":"Nekoyume.TableData.CollectQuestSheet"},{"name":"CollectQuestSheet.Row","href":"Nekoyume.TableData.CollectQuestSheet.Row.html","topicHref":"Nekoyume.TableData.CollectQuestSheet.Row.html","topicUid":"Nekoyume.TableData.CollectQuestSheet.Row"},{"name":"CollectionSheet","href":"Nekoyume.TableData.CollectionSheet.html","topicHref":"Nekoyume.TableData.CollectionSheet.html","topicUid":"Nekoyume.TableData.CollectionSheet"},{"name":"CollectionSheet.RequiredMaterial","href":"Nekoyume.TableData.CollectionSheet.RequiredMaterial.html","topicHref":"Nekoyume.TableData.CollectionSheet.RequiredMaterial.html","topicUid":"Nekoyume.TableData.CollectionSheet.RequiredMaterial"},{"name":"CollectionSheet.Row","href":"Nekoyume.TableData.CollectionSheet.Row.html","topicHref":"Nekoyume.TableData.CollectionSheet.Row.html","topicUid":"Nekoyume.TableData.CollectionSheet.Row"},{"name":"CombinationEquipmentQuestSheet","href":"Nekoyume.TableData.CombinationEquipmentQuestSheet.html","topicHref":"Nekoyume.TableData.CombinationEquipmentQuestSheet.html","topicUid":"Nekoyume.TableData.CombinationEquipmentQuestSheet"},{"name":"CombinationEquipmentQuestSheet.Row","href":"Nekoyume.TableData.CombinationEquipmentQuestSheet.Row.html","topicHref":"Nekoyume.TableData.CombinationEquipmentQuestSheet.Row.html","topicUid":"Nekoyume.TableData.CombinationEquipmentQuestSheet.Row"},{"name":"CombinationQuestSheet","href":"Nekoyume.TableData.CombinationQuestSheet.html","topicHref":"Nekoyume.TableData.CombinationQuestSheet.html","topicUid":"Nekoyume.TableData.CombinationQuestSheet"},{"name":"CombinationQuestSheet.Row","href":"Nekoyume.TableData.CombinationQuestSheet.Row.html","topicHref":"Nekoyume.TableData.CombinationQuestSheet.Row.html","topicUid":"Nekoyume.TableData.CombinationQuestSheet.Row"},{"name":"ConsumableItemRecipeSheet","href":"Nekoyume.TableData.ConsumableItemRecipeSheet.html","topicHref":"Nekoyume.TableData.ConsumableItemRecipeSheet.html","topicUid":"Nekoyume.TableData.ConsumableItemRecipeSheet"},{"name":"ConsumableItemRecipeSheet.Row","href":"Nekoyume.TableData.ConsumableItemRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.ConsumableItemRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.ConsumableItemRecipeSheet.Row"},{"name":"ConsumableItemSheet","href":"Nekoyume.TableData.ConsumableItemSheet.html","topicHref":"Nekoyume.TableData.ConsumableItemSheet.html","topicUid":"Nekoyume.TableData.ConsumableItemSheet"},{"name":"ConsumableItemSheet.Row","href":"Nekoyume.TableData.ConsumableItemSheet.Row.html","topicHref":"Nekoyume.TableData.ConsumableItemSheet.Row.html","topicUid":"Nekoyume.TableData.ConsumableItemSheet.Row"},{"name":"CostumeItemSheet","href":"Nekoyume.TableData.CostumeItemSheet.html","topicHref":"Nekoyume.TableData.CostumeItemSheet.html","topicUid":"Nekoyume.TableData.CostumeItemSheet"},{"name":"CostumeItemSheet.Row","href":"Nekoyume.TableData.CostumeItemSheet.Row.html","topicHref":"Nekoyume.TableData.CostumeItemSheet.Row.html","topicUid":"Nekoyume.TableData.CostumeItemSheet.Row"},{"name":"CostumeStatSheet","href":"Nekoyume.TableData.CostumeStatSheet.html","topicHref":"Nekoyume.TableData.CostumeStatSheet.html","topicUid":"Nekoyume.TableData.CostumeStatSheet"},{"name":"CostumeStatSheet.Row","href":"Nekoyume.TableData.CostumeStatSheet.Row.html","topicHref":"Nekoyume.TableData.CostumeStatSheet.Row.html","topicUid":"Nekoyume.TableData.CostumeStatSheet.Row"},{"name":"CreateAvatarFavSheet","href":"Nekoyume.TableData.CreateAvatarFavSheet.html","topicHref":"Nekoyume.TableData.CreateAvatarFavSheet.html","topicUid":"Nekoyume.TableData.CreateAvatarFavSheet"},{"name":"CreateAvatarFavSheet.Row","href":"Nekoyume.TableData.CreateAvatarFavSheet.Row.html","topicHref":"Nekoyume.TableData.CreateAvatarFavSheet.Row.html","topicUid":"Nekoyume.TableData.CreateAvatarFavSheet.Row"},{"name":"CreateAvatarFavSheet.Target","href":"Nekoyume.TableData.CreateAvatarFavSheet.Target.html","topicHref":"Nekoyume.TableData.CreateAvatarFavSheet.Target.html","topicUid":"Nekoyume.TableData.CreateAvatarFavSheet.Target"},{"name":"CreateAvatarItemSheet","href":"Nekoyume.TableData.CreateAvatarItemSheet.html","topicHref":"Nekoyume.TableData.CreateAvatarItemSheet.html","topicUid":"Nekoyume.TableData.CreateAvatarItemSheet"},{"name":"CreateAvatarItemSheet.Row","href":"Nekoyume.TableData.CreateAvatarItemSheet.Row.html","topicHref":"Nekoyume.TableData.CreateAvatarItemSheet.Row.html","topicUid":"Nekoyume.TableData.CreateAvatarItemSheet.Row"},{"name":"EnemySkillSheet","href":"Nekoyume.TableData.EnemySkillSheet.html","topicHref":"Nekoyume.TableData.EnemySkillSheet.html","topicUid":"Nekoyume.TableData.EnemySkillSheet"},{"name":"EnemySkillSheet.Row","href":"Nekoyume.TableData.EnemySkillSheet.Row.html","topicHref":"Nekoyume.TableData.EnemySkillSheet.Row.html","topicUid":"Nekoyume.TableData.EnemySkillSheet.Row"},{"name":"EnhancementCostSheet","href":"Nekoyume.TableData.EnhancementCostSheet.html","topicHref":"Nekoyume.TableData.EnhancementCostSheet.html","topicUid":"Nekoyume.TableData.EnhancementCostSheet"},{"name":"EnhancementCostSheet.Row","href":"Nekoyume.TableData.EnhancementCostSheet.Row.html","topicHref":"Nekoyume.TableData.EnhancementCostSheet.Row.html","topicUid":"Nekoyume.TableData.EnhancementCostSheet.Row"},{"name":"EnhancementCostSheetV2","href":"Nekoyume.TableData.EnhancementCostSheetV2.html","topicHref":"Nekoyume.TableData.EnhancementCostSheetV2.html","topicUid":"Nekoyume.TableData.EnhancementCostSheetV2"},{"name":"EnhancementCostSheetV2.Row","href":"Nekoyume.TableData.EnhancementCostSheetV2.Row.html","topicHref":"Nekoyume.TableData.EnhancementCostSheetV2.Row.html","topicUid":"Nekoyume.TableData.EnhancementCostSheetV2.Row"},{"name":"EnhancementCostSheetV3","href":"Nekoyume.TableData.EnhancementCostSheetV3.html","topicHref":"Nekoyume.TableData.EnhancementCostSheetV3.html","topicUid":"Nekoyume.TableData.EnhancementCostSheetV3"},{"name":"EnhancementCostSheetV3.Row","href":"Nekoyume.TableData.EnhancementCostSheetV3.Row.html","topicHref":"Nekoyume.TableData.EnhancementCostSheetV3.Row.html","topicUid":"Nekoyume.TableData.EnhancementCostSheetV3.Row"},{"name":"EquipmentItemOptionSheet","href":"Nekoyume.TableData.EquipmentItemOptionSheet.html","topicHref":"Nekoyume.TableData.EquipmentItemOptionSheet.html","topicUid":"Nekoyume.TableData.EquipmentItemOptionSheet"},{"name":"EquipmentItemOptionSheet.Row","href":"Nekoyume.TableData.EquipmentItemOptionSheet.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemOptionSheet.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemOptionSheet.Row"},{"name":"EquipmentItemRecipeSheet","href":"Nekoyume.TableData.EquipmentItemRecipeSheet.html","topicHref":"Nekoyume.TableData.EquipmentItemRecipeSheet.html","topicUid":"Nekoyume.TableData.EquipmentItemRecipeSheet"},{"name":"EquipmentItemRecipeSheet.Row","href":"Nekoyume.TableData.EquipmentItemRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemRecipeSheet.Row"},{"name":"EquipmentItemSetEffectSheet","href":"Nekoyume.TableData.EquipmentItemSetEffectSheet.html","topicHref":"Nekoyume.TableData.EquipmentItemSetEffectSheet.html","topicUid":"Nekoyume.TableData.EquipmentItemSetEffectSheet"},{"name":"EquipmentItemSetEffectSheet.Row","href":"Nekoyume.TableData.EquipmentItemSetEffectSheet.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemSetEffectSheet.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemSetEffectSheet.Row"},{"name":"EquipmentItemSheet","href":"Nekoyume.TableData.EquipmentItemSheet.html","topicHref":"Nekoyume.TableData.EquipmentItemSheet.html","topicUid":"Nekoyume.TableData.EquipmentItemSheet"},{"name":"EquipmentItemSheet.Row","href":"Nekoyume.TableData.EquipmentItemSheet.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemSheet.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemSheet.Row"},{"name":"EquipmentItemSubRecipeSheet","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheet"},{"name":"EquipmentItemSubRecipeSheet.MaterialInfo","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.MaterialInfo.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.MaterialInfo.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.MaterialInfo"},{"name":"EquipmentItemSubRecipeSheet.OptionInfo","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.OptionInfo.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.OptionInfo.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.OptionInfo"},{"name":"EquipmentItemSubRecipeSheet.Row","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.Row"},{"name":"EquipmentItemSubRecipeSheetV2","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2"},{"name":"EquipmentItemSubRecipeSheetV2.OptionInfo","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.OptionInfo.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.OptionInfo.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.OptionInfo"},{"name":"EquipmentItemSubRecipeSheetV2.Row","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.Row"},{"name":"GameConfigSheet","href":"Nekoyume.TableData.GameConfigSheet.html","topicHref":"Nekoyume.TableData.GameConfigSheet.html","topicUid":"Nekoyume.TableData.GameConfigSheet"},{"name":"GameConfigSheet.Row","href":"Nekoyume.TableData.GameConfigSheet.Row.html","topicHref":"Nekoyume.TableData.GameConfigSheet.Row.html","topicUid":"Nekoyume.TableData.GameConfigSheet.Row"},{"name":"GeneralQuestSheet","href":"Nekoyume.TableData.GeneralQuestSheet.html","topicHref":"Nekoyume.TableData.GeneralQuestSheet.html","topicUid":"Nekoyume.TableData.GeneralQuestSheet"},{"name":"GeneralQuestSheet.Row","href":"Nekoyume.TableData.GeneralQuestSheet.Row.html","topicHref":"Nekoyume.TableData.GeneralQuestSheet.Row.html","topicUid":"Nekoyume.TableData.GeneralQuestSheet.Row"},{"name":"GoldQuestSheet","href":"Nekoyume.TableData.GoldQuestSheet.html","topicHref":"Nekoyume.TableData.GoldQuestSheet.html","topicUid":"Nekoyume.TableData.GoldQuestSheet"},{"name":"GoldQuestSheet.Row","href":"Nekoyume.TableData.GoldQuestSheet.Row.html","topicHref":"Nekoyume.TableData.GoldQuestSheet.Row.html","topicUid":"Nekoyume.TableData.GoldQuestSheet.Row"},{"name":"ISheet","href":"Nekoyume.TableData.ISheet.html","topicHref":"Nekoyume.TableData.ISheet.html","topicUid":"Nekoyume.TableData.ISheet"},{"name":"IStakeRewardRow","href":"Nekoyume.TableData.IStakeRewardRow.html","topicHref":"Nekoyume.TableData.IStakeRewardRow.html","topicUid":"Nekoyume.TableData.IStakeRewardRow"},{"name":"IStakeRewardSheet","href":"Nekoyume.TableData.IStakeRewardSheet.html","topicHref":"Nekoyume.TableData.IStakeRewardSheet.html","topicUid":"Nekoyume.TableData.IStakeRewardSheet"},{"name":"IWorldBossRewardRow","href":"Nekoyume.TableData.IWorldBossRewardRow.html","topicHref":"Nekoyume.TableData.IWorldBossRewardRow.html","topicUid":"Nekoyume.TableData.IWorldBossRewardRow"},{"name":"IWorldBossRewardSheet","href":"Nekoyume.TableData.IWorldBossRewardSheet.html","topicHref":"Nekoyume.TableData.IWorldBossRewardSheet.html","topicUid":"Nekoyume.TableData.IWorldBossRewardSheet"},{"name":"ItemConfigForGradeSheet","href":"Nekoyume.TableData.ItemConfigForGradeSheet.html","topicHref":"Nekoyume.TableData.ItemConfigForGradeSheet.html","topicUid":"Nekoyume.TableData.ItemConfigForGradeSheet"},{"name":"ItemConfigForGradeSheet.Row","href":"Nekoyume.TableData.ItemConfigForGradeSheet.Row.html","topicHref":"Nekoyume.TableData.ItemConfigForGradeSheet.Row.html","topicUid":"Nekoyume.TableData.ItemConfigForGradeSheet.Row"},{"name":"ItemEnhancementQuestSheet","href":"Nekoyume.TableData.ItemEnhancementQuestSheet.html","topicHref":"Nekoyume.TableData.ItemEnhancementQuestSheet.html","topicUid":"Nekoyume.TableData.ItemEnhancementQuestSheet"},{"name":"ItemEnhancementQuestSheet.Row","href":"Nekoyume.TableData.ItemEnhancementQuestSheet.Row.html","topicHref":"Nekoyume.TableData.ItemEnhancementQuestSheet.Row.html","topicUid":"Nekoyume.TableData.ItemEnhancementQuestSheet.Row"},{"name":"ItemGradeQuestSheet","href":"Nekoyume.TableData.ItemGradeQuestSheet.html","topicHref":"Nekoyume.TableData.ItemGradeQuestSheet.html","topicUid":"Nekoyume.TableData.ItemGradeQuestSheet"},{"name":"ItemGradeQuestSheet.Row","href":"Nekoyume.TableData.ItemGradeQuestSheet.Row.html","topicHref":"Nekoyume.TableData.ItemGradeQuestSheet.Row.html","topicUid":"Nekoyume.TableData.ItemGradeQuestSheet.Row"},{"name":"ItemRequirementSheet","href":"Nekoyume.TableData.ItemRequirementSheet.html","topicHref":"Nekoyume.TableData.ItemRequirementSheet.html","topicUid":"Nekoyume.TableData.ItemRequirementSheet"},{"name":"ItemRequirementSheet.Row","href":"Nekoyume.TableData.ItemRequirementSheet.Row.html","topicHref":"Nekoyume.TableData.ItemRequirementSheet.Row.html","topicUid":"Nekoyume.TableData.ItemRequirementSheet.Row"},{"name":"ItemSheet","href":"Nekoyume.TableData.ItemSheet.html","topicHref":"Nekoyume.TableData.ItemSheet.html","topicUid":"Nekoyume.TableData.ItemSheet"},{"name":"ItemSheet.Row","href":"Nekoyume.TableData.ItemSheet.Row.html","topicHref":"Nekoyume.TableData.ItemSheet.Row.html","topicUid":"Nekoyume.TableData.ItemSheet.Row"},{"name":"ItemSheet.RowBase","href":"Nekoyume.TableData.ItemSheet.RowBase.html","topicHref":"Nekoyume.TableData.ItemSheet.RowBase.html","topicUid":"Nekoyume.TableData.ItemSheet.RowBase"},{"name":"ItemTypeCollectQuestSheet","href":"Nekoyume.TableData.ItemTypeCollectQuestSheet.html","topicHref":"Nekoyume.TableData.ItemTypeCollectQuestSheet.html","topicUid":"Nekoyume.TableData.ItemTypeCollectQuestSheet"},{"name":"ItemTypeCollectQuestSheet.Row","href":"Nekoyume.TableData.ItemTypeCollectQuestSheet.Row.html","topicHref":"Nekoyume.TableData.ItemTypeCollectQuestSheet.Row.html","topicUid":"Nekoyume.TableData.ItemTypeCollectQuestSheet.Row"},{"name":"MaterialItemSheet","href":"Nekoyume.TableData.MaterialItemSheet.html","topicHref":"Nekoyume.TableData.MaterialItemSheet.html","topicUid":"Nekoyume.TableData.MaterialItemSheet"},{"name":"MaterialItemSheet.Row","href":"Nekoyume.TableData.MaterialItemSheet.Row.html","topicHref":"Nekoyume.TableData.MaterialItemSheet.Row.html","topicUid":"Nekoyume.TableData.MaterialItemSheet.Row"},{"name":"MimisbrunnrSheet","href":"Nekoyume.TableData.MimisbrunnrSheet.html","topicHref":"Nekoyume.TableData.MimisbrunnrSheet.html","topicUid":"Nekoyume.TableData.MimisbrunnrSheet"},{"name":"MimisbrunnrSheet.Row","href":"Nekoyume.TableData.MimisbrunnrSheet.Row.html","topicHref":"Nekoyume.TableData.MimisbrunnrSheet.Row.html","topicUid":"Nekoyume.TableData.MimisbrunnrSheet.Row"},{"name":"MonsterCollectionRewardSheet","href":"Nekoyume.TableData.MonsterCollectionRewardSheet.html","topicHref":"Nekoyume.TableData.MonsterCollectionRewardSheet.html","topicUid":"Nekoyume.TableData.MonsterCollectionRewardSheet"},{"name":"MonsterCollectionRewardSheet.RewardInfo","href":"Nekoyume.TableData.MonsterCollectionRewardSheet.RewardInfo.html","topicHref":"Nekoyume.TableData.MonsterCollectionRewardSheet.RewardInfo.html","topicUid":"Nekoyume.TableData.MonsterCollectionRewardSheet.RewardInfo"},{"name":"MonsterCollectionRewardSheet.Row","href":"Nekoyume.TableData.MonsterCollectionRewardSheet.Row.html","topicHref":"Nekoyume.TableData.MonsterCollectionRewardSheet.Row.html","topicUid":"Nekoyume.TableData.MonsterCollectionRewardSheet.Row"},{"name":"MonsterCollectionSheet","href":"Nekoyume.TableData.MonsterCollectionSheet.html","topicHref":"Nekoyume.TableData.MonsterCollectionSheet.html","topicUid":"Nekoyume.TableData.MonsterCollectionSheet"},{"name":"MonsterCollectionSheet.Row","href":"Nekoyume.TableData.MonsterCollectionSheet.Row.html","topicHref":"Nekoyume.TableData.MonsterCollectionSheet.Row.html","topicUid":"Nekoyume.TableData.MonsterCollectionSheet.Row"},{"name":"MonsterQuestSheet","href":"Nekoyume.TableData.MonsterQuestSheet.html","topicHref":"Nekoyume.TableData.MonsterQuestSheet.html","topicUid":"Nekoyume.TableData.MonsterQuestSheet"},{"name":"MonsterQuestSheet.Row","href":"Nekoyume.TableData.MonsterQuestSheet.Row.html","topicHref":"Nekoyume.TableData.MonsterQuestSheet.Row.html","topicUid":"Nekoyume.TableData.MonsterQuestSheet.Row"},{"name":"PetCostSheet","href":"Nekoyume.TableData.PetCostSheet.html","topicHref":"Nekoyume.TableData.PetCostSheet.html","topicUid":"Nekoyume.TableData.PetCostSheet"},{"name":"PetCostSheet.PetCostData","href":"Nekoyume.TableData.PetCostSheet.PetCostData.html","topicHref":"Nekoyume.TableData.PetCostSheet.PetCostData.html","topicUid":"Nekoyume.TableData.PetCostSheet.PetCostData"},{"name":"PetCostSheet.Row","href":"Nekoyume.TableData.PetCostSheet.Row.html","topicHref":"Nekoyume.TableData.PetCostSheet.Row.html","topicUid":"Nekoyume.TableData.PetCostSheet.Row"},{"name":"PetSheet","href":"Nekoyume.TableData.PetSheet.html","topicHref":"Nekoyume.TableData.PetSheet.html","topicUid":"Nekoyume.TableData.PetSheet"},{"name":"PetSheet.Row","href":"Nekoyume.TableData.PetSheet.Row.html","topicHref":"Nekoyume.TableData.PetSheet.Row.html","topicUid":"Nekoyume.TableData.PetSheet.Row"},{"name":"QuestItemRewardSheet","href":"Nekoyume.TableData.QuestItemRewardSheet.html","topicHref":"Nekoyume.TableData.QuestItemRewardSheet.html","topicUid":"Nekoyume.TableData.QuestItemRewardSheet"},{"name":"QuestItemRewardSheet.Row","href":"Nekoyume.TableData.QuestItemRewardSheet.Row.html","topicHref":"Nekoyume.TableData.QuestItemRewardSheet.Row.html","topicUid":"Nekoyume.TableData.QuestItemRewardSheet.Row"},{"name":"QuestRewardSheet","href":"Nekoyume.TableData.QuestRewardSheet.html","topicHref":"Nekoyume.TableData.QuestRewardSheet.html","topicUid":"Nekoyume.TableData.QuestRewardSheet"},{"name":"QuestRewardSheet.Row","href":"Nekoyume.TableData.QuestRewardSheet.Row.html","topicHref":"Nekoyume.TableData.QuestRewardSheet.Row.html","topicUid":"Nekoyume.TableData.QuestRewardSheet.Row"},{"name":"QuestSheet","href":"Nekoyume.TableData.QuestSheet.html","topicHref":"Nekoyume.TableData.QuestSheet.html","topicUid":"Nekoyume.TableData.QuestSheet"},{"name":"QuestSheet.Row","href":"Nekoyume.TableData.QuestSheet.Row.html","topicHref":"Nekoyume.TableData.QuestSheet.Row.html","topicUid":"Nekoyume.TableData.QuestSheet.Row"},{"name":"RaidSimulatorSheets","href":"Nekoyume.TableData.RaidSimulatorSheets.html","topicHref":"Nekoyume.TableData.RaidSimulatorSheets.html","topicUid":"Nekoyume.TableData.RaidSimulatorSheets"},{"name":"RaidSimulatorSheetsV1","href":"Nekoyume.TableData.RaidSimulatorSheetsV1.html","topicHref":"Nekoyume.TableData.RaidSimulatorSheetsV1.html","topicUid":"Nekoyume.TableData.RaidSimulatorSheetsV1"},{"name":"RankingSimulatorSheets","href":"Nekoyume.TableData.RankingSimulatorSheets.html","topicHref":"Nekoyume.TableData.RankingSimulatorSheets.html","topicUid":"Nekoyume.TableData.RankingSimulatorSheets"},{"name":"RankingSimulatorSheetsV1","href":"Nekoyume.TableData.RankingSimulatorSheetsV1.html","topicHref":"Nekoyume.TableData.RankingSimulatorSheetsV1.html","topicUid":"Nekoyume.TableData.RankingSimulatorSheetsV1"},{"name":"RankingSimulatorSheetsV100291","href":"Nekoyume.TableData.RankingSimulatorSheetsV100291.html","topicHref":"Nekoyume.TableData.RankingSimulatorSheetsV100291.html","topicUid":"Nekoyume.TableData.RankingSimulatorSheetsV100291"},{"name":"RedeemCodeListSheet","href":"Nekoyume.TableData.RedeemCodeListSheet.html","topicHref":"Nekoyume.TableData.RedeemCodeListSheet.html","topicUid":"Nekoyume.TableData.RedeemCodeListSheet"},{"name":"RedeemCodeListSheet.Row","href":"Nekoyume.TableData.RedeemCodeListSheet.Row.html","topicHref":"Nekoyume.TableData.RedeemCodeListSheet.Row.html","topicUid":"Nekoyume.TableData.RedeemCodeListSheet.Row"},{"name":"RedeemRewardSheet","href":"Nekoyume.TableData.RedeemRewardSheet.html","topicHref":"Nekoyume.TableData.RedeemRewardSheet.html","topicUid":"Nekoyume.TableData.RedeemRewardSheet"},{"name":"RedeemRewardSheet.RewardInfo","href":"Nekoyume.TableData.RedeemRewardSheet.RewardInfo.html","topicHref":"Nekoyume.TableData.RedeemRewardSheet.RewardInfo.html","topicUid":"Nekoyume.TableData.RedeemRewardSheet.RewardInfo"},{"name":"RedeemRewardSheet.Row","href":"Nekoyume.TableData.RedeemRewardSheet.Row.html","topicHref":"Nekoyume.TableData.RedeemRewardSheet.Row.html","topicUid":"Nekoyume.TableData.RedeemRewardSheet.Row"},{"name":"RewardType","href":"Nekoyume.TableData.RewardType.html","topicHref":"Nekoyume.TableData.RewardType.html","topicUid":"Nekoyume.TableData.RewardType"},{"name":"RuneCostSheet","href":"Nekoyume.TableData.RuneCostSheet.html","topicHref":"Nekoyume.TableData.RuneCostSheet.html","topicUid":"Nekoyume.TableData.RuneCostSheet"},{"name":"RuneCostSheet.Row","href":"Nekoyume.TableData.RuneCostSheet.Row.html","topicHref":"Nekoyume.TableData.RuneCostSheet.Row.html","topicUid":"Nekoyume.TableData.RuneCostSheet.Row"},{"name":"RuneCostSheet.RuneCostData","href":"Nekoyume.TableData.RuneCostSheet.RuneCostData.html","topicHref":"Nekoyume.TableData.RuneCostSheet.RuneCostData.html","topicUid":"Nekoyume.TableData.RuneCostSheet.RuneCostData"},{"name":"RuneOptionSheet","href":"Nekoyume.TableData.RuneOptionSheet.html","topicHref":"Nekoyume.TableData.RuneOptionSheet.html","topicUid":"Nekoyume.TableData.RuneOptionSheet"},{"name":"RuneOptionSheet.Row","href":"Nekoyume.TableData.RuneOptionSheet.Row.html","topicHref":"Nekoyume.TableData.RuneOptionSheet.Row.html","topicUid":"Nekoyume.TableData.RuneOptionSheet.Row"},{"name":"RuneOptionSheet.Row.RuneOptionInfo","href":"Nekoyume.TableData.RuneOptionSheet.Row.RuneOptionInfo.html","topicHref":"Nekoyume.TableData.RuneOptionSheet.Row.RuneOptionInfo.html","topicUid":"Nekoyume.TableData.RuneOptionSheet.Row.RuneOptionInfo"},{"name":"RuneSheet","href":"Nekoyume.TableData.RuneSheet.html","topicHref":"Nekoyume.TableData.RuneSheet.html","topicUid":"Nekoyume.TableData.RuneSheet"},{"name":"RuneSheet.Row","href":"Nekoyume.TableData.RuneSheet.Row.html","topicHref":"Nekoyume.TableData.RuneSheet.Row.html","topicUid":"Nekoyume.TableData.RuneSheet.Row"},{"name":"RuneWeightSheet","href":"Nekoyume.TableData.RuneWeightSheet.html","topicHref":"Nekoyume.TableData.RuneWeightSheet.html","topicUid":"Nekoyume.TableData.RuneWeightSheet"},{"name":"RuneWeightSheet.Row","href":"Nekoyume.TableData.RuneWeightSheet.Row.html","topicHref":"Nekoyume.TableData.RuneWeightSheet.Row.html","topicUid":"Nekoyume.TableData.RuneWeightSheet.Row"},{"name":"RuneWeightSheet.RuneInfo","href":"Nekoyume.TableData.RuneWeightSheet.RuneInfo.html","topicHref":"Nekoyume.TableData.RuneWeightSheet.RuneInfo.html","topicUid":"Nekoyume.TableData.RuneWeightSheet.RuneInfo"},{"name":"SetEffectExtension","href":"Nekoyume.TableData.SetEffectExtension.html","topicHref":"Nekoyume.TableData.SetEffectExtension.html","topicUid":"Nekoyume.TableData.SetEffectExtension"},{"name":"SheetRowColumnException","href":"Nekoyume.TableData.SheetRowColumnException.html","topicHref":"Nekoyume.TableData.SheetRowColumnException.html","topicUid":"Nekoyume.TableData.SheetRowColumnException"},{"name":"SheetRowNotFoundException","href":"Nekoyume.TableData.SheetRowNotFoundException.html","topicHref":"Nekoyume.TableData.SheetRowNotFoundException.html","topicUid":"Nekoyume.TableData.SheetRowNotFoundException"},{"name":"SheetRowValidateException","href":"Nekoyume.TableData.SheetRowValidateException.html","topicHref":"Nekoyume.TableData.SheetRowValidateException.html","topicUid":"Nekoyume.TableData.SheetRowValidateException"},{"name":"SheetRow","href":"Nekoyume.TableData.SheetRow-1.html","topicHref":"Nekoyume.TableData.SheetRow-1.html","topicUid":"Nekoyume.TableData.SheetRow`1"},{"name":"Sheet","href":"Nekoyume.TableData.Sheet-2.html","topicHref":"Nekoyume.TableData.Sheet-2.html","topicUid":"Nekoyume.TableData.Sheet`2"},{"name":"SimulatorSheets","href":"Nekoyume.TableData.SimulatorSheets.html","topicHref":"Nekoyume.TableData.SimulatorSheets.html","topicUid":"Nekoyume.TableData.SimulatorSheets"},{"name":"SimulatorSheetsV1","href":"Nekoyume.TableData.SimulatorSheetsV1.html","topicHref":"Nekoyume.TableData.SimulatorSheetsV1.html","topicUid":"Nekoyume.TableData.SimulatorSheetsV1"},{"name":"SimulatorSheetsV100291","href":"Nekoyume.TableData.SimulatorSheetsV100291.html","topicHref":"Nekoyume.TableData.SimulatorSheetsV100291.html","topicUid":"Nekoyume.TableData.SimulatorSheetsV100291"},{"name":"SkillActionBuffSheet","href":"Nekoyume.TableData.SkillActionBuffSheet.html","topicHref":"Nekoyume.TableData.SkillActionBuffSheet.html","topicUid":"Nekoyume.TableData.SkillActionBuffSheet"},{"name":"SkillActionBuffSheet.Row","href":"Nekoyume.TableData.SkillActionBuffSheet.Row.html","topicHref":"Nekoyume.TableData.SkillActionBuffSheet.Row.html","topicUid":"Nekoyume.TableData.SkillActionBuffSheet.Row"},{"name":"SkillBuffSheet","href":"Nekoyume.TableData.SkillBuffSheet.html","topicHref":"Nekoyume.TableData.SkillBuffSheet.html","topicUid":"Nekoyume.TableData.SkillBuffSheet"},{"name":"SkillBuffSheet.Row","href":"Nekoyume.TableData.SkillBuffSheet.Row.html","topicHref":"Nekoyume.TableData.SkillBuffSheet.Row.html","topicUid":"Nekoyume.TableData.SkillBuffSheet.Row"},{"name":"SkillSheet","href":"Nekoyume.TableData.SkillSheet.html","topicHref":"Nekoyume.TableData.SkillSheet.html","topicUid":"Nekoyume.TableData.SkillSheet"},{"name":"SkillSheet.Row","href":"Nekoyume.TableData.SkillSheet.Row.html","topicHref":"Nekoyume.TableData.SkillSheet.Row.html","topicUid":"Nekoyume.TableData.SkillSheet.Row"},{"name":"StageDialogSheet","href":"Nekoyume.TableData.StageDialogSheet.html","topicHref":"Nekoyume.TableData.StageDialogSheet.html","topicUid":"Nekoyume.TableData.StageDialogSheet"},{"name":"StageDialogSheet.Row","href":"Nekoyume.TableData.StageDialogSheet.Row.html","topicHref":"Nekoyume.TableData.StageDialogSheet.Row.html","topicUid":"Nekoyume.TableData.StageDialogSheet.Row"},{"name":"StageSheet","href":"Nekoyume.TableData.StageSheet.html","topicHref":"Nekoyume.TableData.StageSheet.html","topicUid":"Nekoyume.TableData.StageSheet"},{"name":"StageSheet.RewardData","href":"Nekoyume.TableData.StageSheet.RewardData.html","topicHref":"Nekoyume.TableData.StageSheet.RewardData.html","topicUid":"Nekoyume.TableData.StageSheet.RewardData"},{"name":"StageSheet.Row","href":"Nekoyume.TableData.StageSheet.Row.html","topicHref":"Nekoyume.TableData.StageSheet.Row.html","topicUid":"Nekoyume.TableData.StageSheet.Row"},{"name":"StageSimulatorSheets","href":"Nekoyume.TableData.StageSimulatorSheets.html","topicHref":"Nekoyume.TableData.StageSimulatorSheets.html","topicUid":"Nekoyume.TableData.StageSimulatorSheets"},{"name":"StageSimulatorSheetsV1","href":"Nekoyume.TableData.StageSimulatorSheetsV1.html","topicHref":"Nekoyume.TableData.StageSimulatorSheetsV1.html","topicUid":"Nekoyume.TableData.StageSimulatorSheetsV1"},{"name":"StageSimulatorSheetsV100291","href":"Nekoyume.TableData.StageSimulatorSheetsV100291.html","topicHref":"Nekoyume.TableData.StageSimulatorSheetsV100291.html","topicUid":"Nekoyume.TableData.StageSimulatorSheetsV100291"},{"name":"StageWaveSheet","href":"Nekoyume.TableData.StageWaveSheet.html","topicHref":"Nekoyume.TableData.StageWaveSheet.html","topicUid":"Nekoyume.TableData.StageWaveSheet"},{"name":"StageWaveSheet.MonsterData","href":"Nekoyume.TableData.StageWaveSheet.MonsterData.html","topicHref":"Nekoyume.TableData.StageWaveSheet.MonsterData.html","topicUid":"Nekoyume.TableData.StageWaveSheet.MonsterData"},{"name":"StageWaveSheet.Row","href":"Nekoyume.TableData.StageWaveSheet.Row.html","topicHref":"Nekoyume.TableData.StageWaveSheet.Row.html","topicUid":"Nekoyume.TableData.StageWaveSheet.Row"},{"name":"StageWaveSheet.WaveData","href":"Nekoyume.TableData.StageWaveSheet.WaveData.html","topicHref":"Nekoyume.TableData.StageWaveSheet.WaveData.html","topicUid":"Nekoyume.TableData.StageWaveSheet.WaveData"},{"name":"StakeAchievementRewardSheet","href":"Nekoyume.TableData.StakeAchievementRewardSheet.html","topicHref":"Nekoyume.TableData.StakeAchievementRewardSheet.html","topicUid":"Nekoyume.TableData.StakeAchievementRewardSheet"},{"name":"StakeAchievementRewardSheet.RewardInfo","href":"Nekoyume.TableData.StakeAchievementRewardSheet.RewardInfo.html","topicHref":"Nekoyume.TableData.StakeAchievementRewardSheet.RewardInfo.html","topicUid":"Nekoyume.TableData.StakeAchievementRewardSheet.RewardInfo"},{"name":"StakeAchievementRewardSheet.Row","href":"Nekoyume.TableData.StakeAchievementRewardSheet.Row.html","topicHref":"Nekoyume.TableData.StakeAchievementRewardSheet.Row.html","topicUid":"Nekoyume.TableData.StakeAchievementRewardSheet.Row"},{"name":"StakeAchievementRewardSheet.Step","href":"Nekoyume.TableData.StakeAchievementRewardSheet.Step.html","topicHref":"Nekoyume.TableData.StakeAchievementRewardSheet.Step.html","topicUid":"Nekoyume.TableData.StakeAchievementRewardSheet.Step"},{"name":"StakeActionPointCoefficientSheet","href":"Nekoyume.TableData.StakeActionPointCoefficientSheet.html","topicHref":"Nekoyume.TableData.StakeActionPointCoefficientSheet.html","topicUid":"Nekoyume.TableData.StakeActionPointCoefficientSheet"},{"name":"StakeActionPointCoefficientSheet.Row","href":"Nekoyume.TableData.StakeActionPointCoefficientSheet.Row.html","topicHref":"Nekoyume.TableData.StakeActionPointCoefficientSheet.Row.html","topicUid":"Nekoyume.TableData.StakeActionPointCoefficientSheet.Row"},{"name":"StakeRegularFixedRewardSheet","href":"Nekoyume.TableData.StakeRegularFixedRewardSheet.html","topicHref":"Nekoyume.TableData.StakeRegularFixedRewardSheet.html","topicUid":"Nekoyume.TableData.StakeRegularFixedRewardSheet"},{"name":"StakeRegularFixedRewardSheet.RewardInfo","href":"Nekoyume.TableData.StakeRegularFixedRewardSheet.RewardInfo.html","topicHref":"Nekoyume.TableData.StakeRegularFixedRewardSheet.RewardInfo.html","topicUid":"Nekoyume.TableData.StakeRegularFixedRewardSheet.RewardInfo"},{"name":"StakeRegularFixedRewardSheet.Row","href":"Nekoyume.TableData.StakeRegularFixedRewardSheet.Row.html","topicHref":"Nekoyume.TableData.StakeRegularFixedRewardSheet.Row.html","topicUid":"Nekoyume.TableData.StakeRegularFixedRewardSheet.Row"},{"name":"StakeRegularRewardSheet","href":"Nekoyume.TableData.StakeRegularRewardSheet.html","topicHref":"Nekoyume.TableData.StakeRegularRewardSheet.html","topicUid":"Nekoyume.TableData.StakeRegularRewardSheet"},{"name":"StakeRegularRewardSheet.RewardInfo","href":"Nekoyume.TableData.StakeRegularRewardSheet.RewardInfo.html","topicHref":"Nekoyume.TableData.StakeRegularRewardSheet.RewardInfo.html","topicUid":"Nekoyume.TableData.StakeRegularRewardSheet.RewardInfo"},{"name":"StakeRegularRewardSheet.Row","href":"Nekoyume.TableData.StakeRegularRewardSheet.Row.html","topicHref":"Nekoyume.TableData.StakeRegularRewardSheet.Row.html","topicUid":"Nekoyume.TableData.StakeRegularRewardSheet.Row"},{"name":"StakeRegularRewardSheet.StakeRewardType","href":"Nekoyume.TableData.StakeRegularRewardSheet.StakeRewardType.html","topicHref":"Nekoyume.TableData.StakeRegularRewardSheet.StakeRewardType.html","topicUid":"Nekoyume.TableData.StakeRegularRewardSheet.StakeRewardType"},{"name":"StatBuffSheet","href":"Nekoyume.TableData.StatBuffSheet.html","topicHref":"Nekoyume.TableData.StatBuffSheet.html","topicUid":"Nekoyume.TableData.StatBuffSheet"},{"name":"StatBuffSheet.Row","href":"Nekoyume.TableData.StatBuffSheet.Row.html","topicHref":"Nekoyume.TableData.StatBuffSheet.Row.html","topicUid":"Nekoyume.TableData.StatBuffSheet.Row"},{"name":"SweepRequiredCPSheet","href":"Nekoyume.TableData.SweepRequiredCPSheet.html","topicHref":"Nekoyume.TableData.SweepRequiredCPSheet.html","topicUid":"Nekoyume.TableData.SweepRequiredCPSheet"},{"name":"SweepRequiredCPSheet.Row","href":"Nekoyume.TableData.SweepRequiredCPSheet.Row.html","topicHref":"Nekoyume.TableData.SweepRequiredCPSheet.Row.html","topicUid":"Nekoyume.TableData.SweepRequiredCPSheet.Row"},{"name":"SynthesizeSheet","href":"Nekoyume.TableData.SynthesizeSheet.html","topicHref":"Nekoyume.TableData.SynthesizeSheet.html","topicUid":"Nekoyume.TableData.SynthesizeSheet"},{"name":"SynthesizeSheet.Row","href":"Nekoyume.TableData.SynthesizeSheet.Row.html","topicHref":"Nekoyume.TableData.SynthesizeSheet.Row.html","topicUid":"Nekoyume.TableData.SynthesizeSheet.Row"},{"name":"SynthesizeSheet.SynthesizeData","href":"Nekoyume.TableData.SynthesizeSheet.SynthesizeData.html","topicHref":"Nekoyume.TableData.SynthesizeSheet.SynthesizeData.html","topicUid":"Nekoyume.TableData.SynthesizeSheet.SynthesizeData"},{"name":"SynthesizeWeightSheet","href":"Nekoyume.TableData.SynthesizeWeightSheet.html","topicHref":"Nekoyume.TableData.SynthesizeWeightSheet.html","topicUid":"Nekoyume.TableData.SynthesizeWeightSheet"},{"name":"SynthesizeWeightSheet.Row","href":"Nekoyume.TableData.SynthesizeWeightSheet.Row.html","topicHref":"Nekoyume.TableData.SynthesizeWeightSheet.Row.html","topicUid":"Nekoyume.TableData.SynthesizeWeightSheet.Row"},{"name":"TableExtensions","href":"Nekoyume.TableData.TableExtensions.html","topicHref":"Nekoyume.TableData.TableExtensions.html","topicUid":"Nekoyume.TableData.TableExtensions"},{"name":"TradeQuestSheet","href":"Nekoyume.TableData.TradeQuestSheet.html","topicHref":"Nekoyume.TableData.TradeQuestSheet.html","topicUid":"Nekoyume.TableData.TradeQuestSheet"},{"name":"TradeQuestSheet.Row","href":"Nekoyume.TableData.TradeQuestSheet.Row.html","topicHref":"Nekoyume.TableData.TradeQuestSheet.Row.html","topicUid":"Nekoyume.TableData.TradeQuestSheet.Row"},{"name":"UnlockCombinationSlotCostSheet","href":"Nekoyume.TableData.UnlockCombinationSlotCostSheet.html","topicHref":"Nekoyume.TableData.UnlockCombinationSlotCostSheet.html","topicUid":"Nekoyume.TableData.UnlockCombinationSlotCostSheet"},{"name":"UnlockCombinationSlotCostSheet.Row","href":"Nekoyume.TableData.UnlockCombinationSlotCostSheet.Row.html","topicHref":"Nekoyume.TableData.UnlockCombinationSlotCostSheet.Row.html","topicUid":"Nekoyume.TableData.UnlockCombinationSlotCostSheet.Row"},{"name":"WeeklyArenaRewardSheet","href":"Nekoyume.TableData.WeeklyArenaRewardSheet.html","topicHref":"Nekoyume.TableData.WeeklyArenaRewardSheet.html","topicUid":"Nekoyume.TableData.WeeklyArenaRewardSheet"},{"name":"WeeklyArenaRewardSheet.RewardData","href":"Nekoyume.TableData.WeeklyArenaRewardSheet.RewardData.html","topicHref":"Nekoyume.TableData.WeeklyArenaRewardSheet.RewardData.html","topicUid":"Nekoyume.TableData.WeeklyArenaRewardSheet.RewardData"},{"name":"WeeklyArenaRewardSheet.Row","href":"Nekoyume.TableData.WeeklyArenaRewardSheet.Row.html","topicHref":"Nekoyume.TableData.WeeklyArenaRewardSheet.Row.html","topicUid":"Nekoyume.TableData.WeeklyArenaRewardSheet.Row"},{"name":"WorldBossActionPatternSheet","href":"Nekoyume.TableData.WorldBossActionPatternSheet.html","topicHref":"Nekoyume.TableData.WorldBossActionPatternSheet.html","topicUid":"Nekoyume.TableData.WorldBossActionPatternSheet"},{"name":"WorldBossActionPatternSheet.ActionPatternData","href":"Nekoyume.TableData.WorldBossActionPatternSheet.ActionPatternData.html","topicHref":"Nekoyume.TableData.WorldBossActionPatternSheet.ActionPatternData.html","topicUid":"Nekoyume.TableData.WorldBossActionPatternSheet.ActionPatternData"},{"name":"WorldBossActionPatternSheet.Row","href":"Nekoyume.TableData.WorldBossActionPatternSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossActionPatternSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossActionPatternSheet.Row"},{"name":"WorldBossBattleRewardSheet","href":"Nekoyume.TableData.WorldBossBattleRewardSheet.html","topicHref":"Nekoyume.TableData.WorldBossBattleRewardSheet.html","topicUid":"Nekoyume.TableData.WorldBossBattleRewardSheet"},{"name":"WorldBossBattleRewardSheet.Row","href":"Nekoyume.TableData.WorldBossBattleRewardSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossBattleRewardSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossBattleRewardSheet.Row"},{"name":"WorldBossCharacterSheet","href":"Nekoyume.TableData.WorldBossCharacterSheet.html","topicHref":"Nekoyume.TableData.WorldBossCharacterSheet.html","topicUid":"Nekoyume.TableData.WorldBossCharacterSheet"},{"name":"WorldBossCharacterSheet.Row","href":"Nekoyume.TableData.WorldBossCharacterSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossCharacterSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossCharacterSheet.Row"},{"name":"WorldBossCharacterSheet.WaveStatData","href":"Nekoyume.TableData.WorldBossCharacterSheet.WaveStatData.html","topicHref":"Nekoyume.TableData.WorldBossCharacterSheet.WaveStatData.html","topicUid":"Nekoyume.TableData.WorldBossCharacterSheet.WaveStatData"},{"name":"WorldBossGlobalHpSheet","href":"Nekoyume.TableData.WorldBossGlobalHpSheet.html","topicHref":"Nekoyume.TableData.WorldBossGlobalHpSheet.html","topicUid":"Nekoyume.TableData.WorldBossGlobalHpSheet"},{"name":"WorldBossGlobalHpSheet.Row","href":"Nekoyume.TableData.WorldBossGlobalHpSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossGlobalHpSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossGlobalHpSheet.Row"},{"name":"WorldBossKillRewardSheet","href":"Nekoyume.TableData.WorldBossKillRewardSheet.html","topicHref":"Nekoyume.TableData.WorldBossKillRewardSheet.html","topicUid":"Nekoyume.TableData.WorldBossKillRewardSheet"},{"name":"WorldBossKillRewardSheet.Row","href":"Nekoyume.TableData.WorldBossKillRewardSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossKillRewardSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossKillRewardSheet.Row"},{"name":"WorldBossListSheet","href":"Nekoyume.TableData.WorldBossListSheet.html","topicHref":"Nekoyume.TableData.WorldBossListSheet.html","topicUid":"Nekoyume.TableData.WorldBossListSheet"},{"name":"WorldBossListSheet.Row","href":"Nekoyume.TableData.WorldBossListSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossListSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossListSheet.Row"},{"name":"WorldBossRankRewardSheet","href":"Nekoyume.TableData.WorldBossRankRewardSheet.html","topicHref":"Nekoyume.TableData.WorldBossRankRewardSheet.html","topicUid":"Nekoyume.TableData.WorldBossRankRewardSheet"},{"name":"WorldBossRankRewardSheet.Row","href":"Nekoyume.TableData.WorldBossRankRewardSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossRankRewardSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossRankRewardSheet.Row"},{"name":"WorldBossRankingRewardSheet","href":"Nekoyume.TableData.WorldBossRankingRewardSheet.html","topicHref":"Nekoyume.TableData.WorldBossRankingRewardSheet.html","topicUid":"Nekoyume.TableData.WorldBossRankingRewardSheet"},{"name":"WorldBossRankingRewardSheet.Row","href":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row"},{"name":"WorldBossRankingRewardSheet.Row.RuneInfo","href":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row.RuneInfo.html","topicHref":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row.RuneInfo.html","topicUid":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row.RuneInfo"},{"name":"WorldBossStatSheetExtension","href":"Nekoyume.TableData.WorldBossStatSheetExtension.html","topicHref":"Nekoyume.TableData.WorldBossStatSheetExtension.html","topicUid":"Nekoyume.TableData.WorldBossStatSheetExtension"},{"name":"WorldQuestSheet","href":"Nekoyume.TableData.WorldQuestSheet.html","topicHref":"Nekoyume.TableData.WorldQuestSheet.html","topicUid":"Nekoyume.TableData.WorldQuestSheet"},{"name":"WorldQuestSheet.Row","href":"Nekoyume.TableData.WorldQuestSheet.Row.html","topicHref":"Nekoyume.TableData.WorldQuestSheet.Row.html","topicUid":"Nekoyume.TableData.WorldQuestSheet.Row"},{"name":"WorldSheet","href":"Nekoyume.TableData.WorldSheet.html","topicHref":"Nekoyume.TableData.WorldSheet.html","topicUid":"Nekoyume.TableData.WorldSheet"},{"name":"WorldSheet.Row","href":"Nekoyume.TableData.WorldSheet.Row.html","topicHref":"Nekoyume.TableData.WorldSheet.Row.html","topicUid":"Nekoyume.TableData.WorldSheet.Row"},{"name":"WorldUnlockSheet","href":"Nekoyume.TableData.WorldUnlockSheet.html","topicHref":"Nekoyume.TableData.WorldUnlockSheet.html","topicUid":"Nekoyume.TableData.WorldUnlockSheet"},{"name":"WorldUnlockSheet.Row","href":"Nekoyume.TableData.WorldUnlockSheet.Row.html","topicHref":"Nekoyume.TableData.WorldUnlockSheet.Row.html","topicUid":"Nekoyume.TableData.WorldUnlockSheet.Row"}]},{"name":"Nekoyume.TableData.AdventureBoss","href":"Nekoyume.TableData.AdventureBoss.html","topicHref":"Nekoyume.TableData.AdventureBoss.html","topicUid":"Nekoyume.TableData.AdventureBoss","items":[{"name":"AdventureBossContributionRewardSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet"},{"name":"AdventureBossContributionRewardSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet.Row"},{"name":"AdventureBossFloorFirstRewardSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet"},{"name":"AdventureBossFloorFirstRewardSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet.Row"},{"name":"AdventureBossFloorPointSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet"},{"name":"AdventureBossFloorPointSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet.Row"},{"name":"AdventureBossFloorSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet"},{"name":"AdventureBossFloorSheet.RewardData","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.RewardData.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.RewardData.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.RewardData"},{"name":"AdventureBossFloorSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.Row"},{"name":"AdventureBossFloorWaveSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet"},{"name":"AdventureBossFloorWaveSheet.MonsterData","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.MonsterData.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.MonsterData.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.MonsterData"},{"name":"AdventureBossFloorWaveSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.Row"},{"name":"AdventureBossFloorWaveSheet.WaveData","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.WaveData.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.WaveData.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.WaveData"},{"name":"AdventureBossNcgRewardRatioSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet"},{"name":"AdventureBossNcgRewardRatioSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet.Row"},{"name":"AdventureBossSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet"},{"name":"AdventureBossSheet.RewardAmountData","href":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardAmountData.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardAmountData.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardAmountData"},{"name":"AdventureBossSheet.RewardRatioData","href":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardRatioData.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardRatioData.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardRatioData"},{"name":"AdventureBossSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.Row"},{"name":"AdventureBossUnlockFloorCostSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet"},{"name":"AdventureBossUnlockFloorCostSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet.Row"},{"name":"AdventureBossWantedRewardSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet"},{"name":"AdventureBossWantedRewardSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet.Row"}]},{"name":"Nekoyume.TableData.Crystal","href":"Nekoyume.TableData.Crystal.html","topicHref":"Nekoyume.TableData.Crystal.html","topicUid":"Nekoyume.TableData.Crystal","items":[{"name":"CrystalEquipmentGrindingSheet","href":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet"},{"name":"CrystalEquipmentGrindingSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet.Row"},{"name":"CrystalFluctuationSheet","href":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet"},{"name":"CrystalFluctuationSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.Row"},{"name":"CrystalFluctuationSheet.ServiceType","href":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.ServiceType.html","topicHref":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.ServiceType.html","topicUid":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.ServiceType"},{"name":"CrystalHammerPointSheet","href":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet"},{"name":"CrystalHammerPointSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet.Row"},{"name":"CrystalMaterialCostSheet","href":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet"},{"name":"CrystalMaterialCostSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet.Row"},{"name":"CrystalMonsterCollectionMultiplierSheet","href":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet"},{"name":"CrystalMonsterCollectionMultiplierSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet.Row"},{"name":"CrystalRandomBuffSheet","href":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet"},{"name":"CrystalRandomBuffSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row"},{"name":"CrystalRandomBuffSheet.Row.BuffRank","href":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row.BuffRank.html","topicHref":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row.BuffRank.html","topicUid":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row.BuffRank"},{"name":"CrystalStageBuffGachaSheet","href":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet"},{"name":"CrystalStageBuffGachaSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet.Row"}]},{"name":"Nekoyume.TableData.CustomEquipmentCraft","href":"Nekoyume.TableData.CustomEquipmentCraft.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft","items":[{"name":"CustomEquipmentCraftIconSheet","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet"},{"name":"CustomEquipmentCraftIconSheet.Row","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet.Row.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet.Row.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet.Row"},{"name":"CustomEquipmentCraftOptionSheet","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet"},{"name":"CustomEquipmentCraftOptionSheet.Row","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.Row.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.Row.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.Row"},{"name":"CustomEquipmentCraftOptionSheet.SubStat","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.SubStat.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.SubStat.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.SubStat"},{"name":"CustomEquipmentCraftRecipeSheet","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet"},{"name":"CustomEquipmentCraftRecipeSheet.Row","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet.Row"},{"name":"CustomEquipmentCraftRecipeSkillSheet","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet"},{"name":"CustomEquipmentCraftRecipeSkillSheet.Row","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet.Row.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet.Row.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet.Row"},{"name":"CustomEquipmentCraftRelationshipSheet","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet"},{"name":"CustomEquipmentCraftRelationshipSheet.CpGroup","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.CpGroup.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.CpGroup.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.CpGroup"},{"name":"CustomEquipmentCraftRelationshipSheet.MaterialCost","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.MaterialCost.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.MaterialCost.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.MaterialCost"},{"name":"CustomEquipmentCraftRelationshipSheet.Row","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.Row.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.Row.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.Row"}]},{"name":"Nekoyume.TableData.Event","href":"Nekoyume.TableData.Event.html","topicHref":"Nekoyume.TableData.Event.html","topicUid":"Nekoyume.TableData.Event","items":[{"name":"EventConsumableItemRecipeSheet","href":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet.html","topicHref":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet.html","topicUid":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet"},{"name":"EventConsumableItemRecipeSheet.Row","href":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet.Row"},{"name":"EventDungeonSheet","href":"Nekoyume.TableData.Event.EventDungeonSheet.html","topicHref":"Nekoyume.TableData.Event.EventDungeonSheet.html","topicUid":"Nekoyume.TableData.Event.EventDungeonSheet"},{"name":"EventDungeonSheet.Row","href":"Nekoyume.TableData.Event.EventDungeonSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventDungeonSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventDungeonSheet.Row"},{"name":"EventDungeonStageSheet","href":"Nekoyume.TableData.Event.EventDungeonStageSheet.html","topicHref":"Nekoyume.TableData.Event.EventDungeonStageSheet.html","topicUid":"Nekoyume.TableData.Event.EventDungeonStageSheet"},{"name":"EventDungeonStageSheet.Row","href":"Nekoyume.TableData.Event.EventDungeonStageSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventDungeonStageSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventDungeonStageSheet.Row"},{"name":"EventDungeonStageWaveSheet","href":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet.html","topicHref":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet.html","topicUid":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet"},{"name":"EventDungeonStageWaveSheet.Row","href":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet.Row"},{"name":"EventMaterialItemRecipeSheet","href":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet.html","topicHref":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet.html","topicUid":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet"},{"name":"EventMaterialItemRecipeSheet.Row","href":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet.Row"},{"name":"EventScheduleSheet","href":"Nekoyume.TableData.Event.EventScheduleSheet.html","topicHref":"Nekoyume.TableData.Event.EventScheduleSheet.html","topicUid":"Nekoyume.TableData.Event.EventScheduleSheet"},{"name":"EventScheduleSheet.Row","href":"Nekoyume.TableData.Event.EventScheduleSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventScheduleSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventScheduleSheet.Row"}]},{"name":"Nekoyume.TableData.Garages","href":"Nekoyume.TableData.Garages.html","topicHref":"Nekoyume.TableData.Garages.html","topicUid":"Nekoyume.TableData.Garages","items":[{"name":"LoadIntoMyGaragesCostSheet","href":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet.html","topicHref":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet.html","topicUid":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet"},{"name":"LoadIntoMyGaragesCostSheet.Row","href":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet.Row.html","topicHref":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet.Row.html","topicUid":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet.Row"}]},{"name":"Nekoyume.TableData.GrandFinale","href":"Nekoyume.TableData.GrandFinale.html","topicHref":"Nekoyume.TableData.GrandFinale.html","topicUid":"Nekoyume.TableData.GrandFinale","items":[{"name":"GrandFinaleParticipantsSheet","href":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet.html","topicHref":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet.html","topicUid":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet"},{"name":"GrandFinaleParticipantsSheet.Row","href":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet.Row.html","topicHref":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet.Row.html","topicUid":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet.Row"},{"name":"GrandFinaleScheduleSheet","href":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet.html","topicHref":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet.html","topicUid":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet"},{"name":"GrandFinaleScheduleSheet.Row","href":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet.Row.html","topicHref":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet.Row.html","topicUid":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet.Row"}]},{"name":"Nekoyume.TableData.Pet","href":"Nekoyume.TableData.Pet.html","topicHref":"Nekoyume.TableData.Pet.html","topicUid":"Nekoyume.TableData.Pet","items":[{"name":"PetOptionSheet","href":"Nekoyume.TableData.Pet.PetOptionSheet.html","topicHref":"Nekoyume.TableData.Pet.PetOptionSheet.html","topicUid":"Nekoyume.TableData.Pet.PetOptionSheet"},{"name":"PetOptionSheet.Row","href":"Nekoyume.TableData.Pet.PetOptionSheet.Row.html","topicHref":"Nekoyume.TableData.Pet.PetOptionSheet.Row.html","topicUid":"Nekoyume.TableData.Pet.PetOptionSheet.Row"},{"name":"PetOptionSheet.Row.PetOptionInfo","href":"Nekoyume.TableData.Pet.PetOptionSheet.Row.PetOptionInfo.html","topicHref":"Nekoyume.TableData.Pet.PetOptionSheet.Row.PetOptionInfo.html","topicUid":"Nekoyume.TableData.Pet.PetOptionSheet.Row.PetOptionInfo"}]},{"name":"Nekoyume.TableData.Rune","href":"Nekoyume.TableData.Rune.html","topicHref":"Nekoyume.TableData.Rune.html","topicUid":"Nekoyume.TableData.Rune","items":[{"name":"RuneLevelBonusSheet","href":"Nekoyume.TableData.Rune.RuneLevelBonusSheet.html","topicHref":"Nekoyume.TableData.Rune.RuneLevelBonusSheet.html","topicUid":"Nekoyume.TableData.Rune.RuneLevelBonusSheet"},{"name":"RuneLevelBonusSheet.Row","href":"Nekoyume.TableData.Rune.RuneLevelBonusSheet.Row.html","topicHref":"Nekoyume.TableData.Rune.RuneLevelBonusSheet.Row.html","topicUid":"Nekoyume.TableData.Rune.RuneLevelBonusSheet.Row"},{"name":"RuneListSheet","href":"Nekoyume.TableData.Rune.RuneListSheet.html","topicHref":"Nekoyume.TableData.Rune.RuneListSheet.html","topicUid":"Nekoyume.TableData.Rune.RuneListSheet"},{"name":"RuneListSheet.Row","href":"Nekoyume.TableData.Rune.RuneListSheet.Row.html","topicHref":"Nekoyume.TableData.Rune.RuneListSheet.Row.html","topicUid":"Nekoyume.TableData.Rune.RuneListSheet.Row"}]},{"name":"Nekoyume.TableData.Stake","href":"Nekoyume.TableData.Stake.html","topicHref":"Nekoyume.TableData.Stake.html","topicUid":"Nekoyume.TableData.Stake","items":[{"name":"StakePolicySheet","href":"Nekoyume.TableData.Stake.StakePolicySheet.html","topicHref":"Nekoyume.TableData.Stake.StakePolicySheet.html","topicUid":"Nekoyume.TableData.Stake.StakePolicySheet"},{"name":"StakePolicySheet.Row","href":"Nekoyume.TableData.Stake.StakePolicySheet.Row.html","topicHref":"Nekoyume.TableData.Stake.StakePolicySheet.Row.html","topicUid":"Nekoyume.TableData.Stake.StakePolicySheet.Row"}]},{"name":"Nekoyume.TableData.Summon","href":"Nekoyume.TableData.Summon.html","topicHref":"Nekoyume.TableData.Summon.html","topicUid":"Nekoyume.TableData.Summon","items":[{"name":"CostumeSummonSheet","href":"Nekoyume.TableData.Summon.CostumeSummonSheet.html","topicHref":"Nekoyume.TableData.Summon.CostumeSummonSheet.html","topicUid":"Nekoyume.TableData.Summon.CostumeSummonSheet"},{"name":"EquipmentSummonSheet","href":"Nekoyume.TableData.Summon.EquipmentSummonSheet.html","topicHref":"Nekoyume.TableData.Summon.EquipmentSummonSheet.html","topicUid":"Nekoyume.TableData.Summon.EquipmentSummonSheet"},{"name":"RuneSummonSheet","href":"Nekoyume.TableData.Summon.RuneSummonSheet.html","topicHref":"Nekoyume.TableData.Summon.RuneSummonSheet.html","topicUid":"Nekoyume.TableData.Summon.RuneSummonSheet"},{"name":"SummonSheet","href":"Nekoyume.TableData.Summon.SummonSheet.html","topicHref":"Nekoyume.TableData.Summon.SummonSheet.html","topicUid":"Nekoyume.TableData.Summon.SummonSheet"},{"name":"SummonSheet.Row","href":"Nekoyume.TableData.Summon.SummonSheet.Row.html","topicHref":"Nekoyume.TableData.Summon.SummonSheet.Row.html","topicUid":"Nekoyume.TableData.Summon.SummonSheet.Row"}]},{"name":"Nekoyume.TypedAddress","href":"Nekoyume.TypedAddress.html","topicHref":"Nekoyume.TypedAddress.html","topicUid":"Nekoyume.TypedAddress","items":[{"name":"AgentAddress","href":"Nekoyume.TypedAddress.AgentAddress.html","topicHref":"Nekoyume.TypedAddress.AgentAddress.html","topicUid":"Nekoyume.TypedAddress.AgentAddress"},{"name":"GuildAddress","href":"Nekoyume.TypedAddress.GuildAddress.html","topicHref":"Nekoyume.TypedAddress.GuildAddress.html","topicUid":"Nekoyume.TypedAddress.GuildAddress"},{"name":"PledgeAddress","href":"Nekoyume.TypedAddress.PledgeAddress.html","topicHref":"Nekoyume.TypedAddress.PledgeAddress.html","topicUid":"Nekoyume.TypedAddress.PledgeAddress"}]},{"name":"Nekoyume.ValidatorDelegation","href":"Nekoyume.ValidatorDelegation.html","topicHref":"Nekoyume.ValidatorDelegation.html","topicUid":"Nekoyume.ValidatorDelegation","items":[{"name":"AbstainHistory","href":"Nekoyume.ValidatorDelegation.AbstainHistory.html","topicHref":"Nekoyume.ValidatorDelegation.AbstainHistory.html","topicUid":"Nekoyume.ValidatorDelegation.AbstainHistory"},{"name":"ProposerInfo","href":"Nekoyume.ValidatorDelegation.ProposerInfo.html","topicHref":"Nekoyume.ValidatorDelegation.ProposerInfo.html","topicUid":"Nekoyume.ValidatorDelegation.ProposerInfo"},{"name":"ValidatorComparer","href":"Nekoyume.ValidatorDelegation.ValidatorComparer.html","topicHref":"Nekoyume.ValidatorDelegation.ValidatorComparer.html","topicUid":"Nekoyume.ValidatorDelegation.ValidatorComparer"},{"name":"ValidatorDelegatee","href":"Nekoyume.ValidatorDelegation.ValidatorDelegatee.html","topicHref":"Nekoyume.ValidatorDelegation.ValidatorDelegatee.html","topicUid":"Nekoyume.ValidatorDelegation.ValidatorDelegatee"},{"name":"ValidatorDelegator","href":"Nekoyume.ValidatorDelegation.ValidatorDelegator.html","topicHref":"Nekoyume.ValidatorDelegation.ValidatorDelegator.html","topicUid":"Nekoyume.ValidatorDelegation.ValidatorDelegator"},{"name":"ValidatorList","href":"Nekoyume.ValidatorDelegation.ValidatorList.html","topicHref":"Nekoyume.ValidatorDelegation.ValidatorList.html","topicUid":"Nekoyume.ValidatorDelegation.ValidatorList"},{"name":"ValidatorRepository","href":"Nekoyume.ValidatorDelegation.ValidatorRepository.html","topicHref":"Nekoyume.ValidatorDelegation.ValidatorRepository.html","topicUid":"Nekoyume.ValidatorDelegation.ValidatorRepository"}]}],"memberLayout":"SamePage","pdf":true} +{"items":[{"name":"Lib9c","href":"Lib9c.html","topicHref":"Lib9c.html","topicUid":"Lib9c","items":[{"name":"Currencies","href":"Lib9c.Currencies.html","topicHref":"Lib9c.Currencies.html","topicUid":"Lib9c.Currencies"},{"name":"SerializeKeys","href":"Lib9c.SerializeKeys.html","topicHref":"Lib9c.SerializeKeys.html","topicUid":"Lib9c.SerializeKeys"}]},{"name":"Lib9c.Exceptions","href":"Lib9c.Exceptions.html","topicHref":"Lib9c.Exceptions.html","topicUid":"Lib9c.Exceptions","items":[{"name":"InvalidStateTypeException","href":"Lib9c.Exceptions.InvalidStateTypeException.html","topicHref":"Lib9c.Exceptions.InvalidStateTypeException.html","topicUid":"Lib9c.Exceptions.InvalidStateTypeException"}]},{"name":"Lib9c.Model.Order","href":"Lib9c.Model.Order.html","topicHref":"Lib9c.Model.Order.html","topicUid":"Lib9c.Model.Order","items":[{"name":"FungibleOrder","href":"Lib9c.Model.Order.FungibleOrder.html","topicHref":"Lib9c.Model.Order.FungibleOrder.html","topicUid":"Lib9c.Model.Order.FungibleOrder"},{"name":"NonFungibleOrder","href":"Lib9c.Model.Order.NonFungibleOrder.html","topicHref":"Lib9c.Model.Order.NonFungibleOrder.html","topicUid":"Lib9c.Model.Order.NonFungibleOrder"},{"name":"Order","href":"Lib9c.Model.Order.Order.html","topicHref":"Lib9c.Model.Order.Order.html","topicUid":"Lib9c.Model.Order.Order"},{"name":"Order.OrderType","href":"Lib9c.Model.Order.Order.OrderType.html","topicHref":"Lib9c.Model.Order.Order.OrderType.html","topicUid":"Lib9c.Model.Order.Order.OrderType"},{"name":"OrderBase","href":"Lib9c.Model.Order.OrderBase.html","topicHref":"Lib9c.Model.Order.OrderBase.html","topicUid":"Lib9c.Model.Order.OrderBase"},{"name":"OrderDigest","href":"Lib9c.Model.Order.OrderDigest.html","topicHref":"Lib9c.Model.Order.OrderDigest.html","topicUid":"Lib9c.Model.Order.OrderDigest"},{"name":"OrderDigestListState","href":"Lib9c.Model.Order.OrderDigestListState.html","topicHref":"Lib9c.Model.Order.OrderDigestListState.html","topicUid":"Lib9c.Model.Order.OrderDigestListState"},{"name":"OrderFactory","href":"Lib9c.Model.Order.OrderFactory.html","topicHref":"Lib9c.Model.Order.OrderFactory.html","topicUid":"Lib9c.Model.Order.OrderFactory"},{"name":"OrderReceipt","href":"Lib9c.Model.Order.OrderReceipt.html","topicHref":"Lib9c.Model.Order.OrderReceipt.html","topicUid":"Lib9c.Model.Order.OrderReceipt"}]},{"name":"Nekoyume","href":"Nekoyume.html","topicHref":"Nekoyume.html","topicUid":"Nekoyume","items":[{"name":"ActionObsoleteAttributeExtension","href":"Nekoyume.ActionObsoleteAttributeExtension.html","topicHref":"Nekoyume.ActionObsoleteAttributeExtension.html","topicUid":"Nekoyume.ActionObsoleteAttributeExtension"},{"name":"ActionObsoleteConfig","href":"Nekoyume.ActionObsoleteConfig.html","topicHref":"Nekoyume.ActionObsoleteConfig.html","topicUid":"Nekoyume.ActionObsoleteConfig"},{"name":"Addresses","href":"Nekoyume.Addresses.html","topicHref":"Nekoyume.Addresses.html","topicUid":"Nekoyume.Addresses"},{"name":"AppProtocolVersionExtra","href":"Nekoyume.AppProtocolVersionExtra.html","topicHref":"Nekoyume.AppProtocolVersionExtra.html","topicUid":"Nekoyume.AppProtocolVersionExtra"},{"name":"CurrencyExtensions","href":"Nekoyume.CurrencyExtensions.html","topicHref":"Nekoyume.CurrencyExtensions.html","topicUid":"Nekoyume.CurrencyExtensions"},{"name":"GameConfig","href":"Nekoyume.GameConfig.html","topicHref":"Nekoyume.GameConfig.html","topicUid":"Nekoyume.GameConfig"},{"name":"GameConfig.MaxEquipmentSlotCount","href":"Nekoyume.GameConfig.MaxEquipmentSlotCount.html","topicHref":"Nekoyume.GameConfig.MaxEquipmentSlotCount.html","topicUid":"Nekoyume.GameConfig.MaxEquipmentSlotCount"},{"name":"GameConfig.RequireCharacterLevel","href":"Nekoyume.GameConfig.RequireCharacterLevel.html","topicHref":"Nekoyume.GameConfig.RequireCharacterLevel.html","topicUid":"Nekoyume.GameConfig.RequireCharacterLevel"},{"name":"GameConfig.RequireClearedStageLevel","href":"Nekoyume.GameConfig.RequireClearedStageLevel.html","topicHref":"Nekoyume.GameConfig.RequireClearedStageLevel.html","topicUid":"Nekoyume.GameConfig.RequireClearedStageLevel"},{"name":"MeadConfig","href":"Nekoyume.MeadConfig.html","topicHref":"Nekoyume.MeadConfig.html","topicUid":"Nekoyume.MeadConfig"},{"name":"Planet","href":"Nekoyume.Planet.html","topicHref":"Nekoyume.Planet.html","topicUid":"Nekoyume.Planet"},{"name":"PlanetExtension","href":"Nekoyume.PlanetExtension.html","topicHref":"Nekoyume.PlanetExtension.html","topicUid":"Nekoyume.PlanetExtension"},{"name":"StoreUtils","href":"Nekoyume.StoreUtils.html","topicHref":"Nekoyume.StoreUtils.html","topicUid":"Nekoyume.StoreUtils"}]},{"name":"Nekoyume.Action","href":"Nekoyume.Action.html","topicHref":"Nekoyume.Action.html","topicUid":"Nekoyume.Action","items":[{"name":"ActionBase","href":"Nekoyume.Action.ActionBase.html","topicHref":"Nekoyume.Action.ActionBase.html","topicUid":"Nekoyume.Action.ActionBase"},{"name":"ActionContextExtensions","href":"Nekoyume.Action.ActionContextExtensions.html","topicHref":"Nekoyume.Action.ActionContextExtensions.html","topicUid":"Nekoyume.Action.ActionContextExtensions"},{"name":"ActionObsoleteAttribute","href":"Nekoyume.Action.ActionObsoleteAttribute.html","topicHref":"Nekoyume.Action.ActionObsoleteAttribute.html","topicUid":"Nekoyume.Action.ActionObsoleteAttribute"},{"name":"ActionObsoletedException","href":"Nekoyume.Action.ActionObsoletedException.html","topicHref":"Nekoyume.Action.ActionObsoletedException.html","topicUid":"Nekoyume.Action.ActionObsoletedException"},{"name":"ActionPointExceededException","href":"Nekoyume.Action.ActionPointExceededException.html","topicHref":"Nekoyume.Action.ActionPointExceededException.html","topicUid":"Nekoyume.Action.ActionPointExceededException"},{"name":"ActionUnavailableException","href":"Nekoyume.Action.ActionUnavailableException.html","topicHref":"Nekoyume.Action.ActionUnavailableException.html","topicUid":"Nekoyume.Action.ActionUnavailableException"},{"name":"ActivateCollection","href":"Nekoyume.Action.ActivateCollection.html","topicHref":"Nekoyume.Action.ActivateCollection.html","topicUid":"Nekoyume.Action.ActivateCollection"},{"name":"ActivatedAccountsDoesNotExistsException","href":"Nekoyume.Action.ActivatedAccountsDoesNotExistsException.html","topicHref":"Nekoyume.Action.ActivatedAccountsDoesNotExistsException.html","topicUid":"Nekoyume.Action.ActivatedAccountsDoesNotExistsException"},{"name":"ActivationException","href":"Nekoyume.Action.ActivationException.html","topicHref":"Nekoyume.Action.ActivationException.html","topicUid":"Nekoyume.Action.ActivationException"},{"name":"AddRedeemCode","href":"Nekoyume.Action.AddRedeemCode.html","topicHref":"Nekoyume.Action.AddRedeemCode.html","topicUid":"Nekoyume.Action.AddRedeemCode"},{"name":"AddressExtension","href":"Nekoyume.Action.AddressExtension.html","topicHref":"Nekoyume.Action.AddressExtension.html","topicUid":"Nekoyume.Action.AddressExtension"},{"name":"AdminPermissionException","href":"Nekoyume.Action.AdminPermissionException.html","topicHref":"Nekoyume.Action.AdminPermissionException.html","topicUid":"Nekoyume.Action.AdminPermissionException"},{"name":"AgentStateNotContainsAvatarAddressException","href":"Nekoyume.Action.AgentStateNotContainsAvatarAddressException.html","topicHref":"Nekoyume.Action.AgentStateNotContainsAvatarAddressException.html","topicUid":"Nekoyume.Action.AgentStateNotContainsAvatarAddressException"},{"name":"AlreadyActivatedException","href":"Nekoyume.Action.AlreadyActivatedException.html","topicHref":"Nekoyume.Action.AlreadyActivatedException.html","topicUid":"Nekoyume.Action.AlreadyActivatedException"},{"name":"AlreadyClaimedGiftsException","href":"Nekoyume.Action.AlreadyClaimedGiftsException.html","topicHref":"Nekoyume.Action.AlreadyClaimedGiftsException.html","topicUid":"Nekoyume.Action.AlreadyClaimedGiftsException"},{"name":"AlreadyContractedException","href":"Nekoyume.Action.AlreadyContractedException.html","topicHref":"Nekoyume.Action.AlreadyContractedException.html","topicUid":"Nekoyume.Action.AlreadyContractedException"},{"name":"AlreadyReceivedException","href":"Nekoyume.Action.AlreadyReceivedException.html","topicHref":"Nekoyume.Action.AlreadyReceivedException.html","topicUid":"Nekoyume.Action.AlreadyReceivedException"},{"name":"AlreadyRecipeUnlockedException","href":"Nekoyume.Action.AlreadyRecipeUnlockedException.html","topicHref":"Nekoyume.Action.AlreadyRecipeUnlockedException.html","topicUid":"Nekoyume.Action.AlreadyRecipeUnlockedException"},{"name":"AlreadyWorldUnlockedException","href":"Nekoyume.Action.AlreadyWorldUnlockedException.html","topicHref":"Nekoyume.Action.AlreadyWorldUnlockedException.html","topicUid":"Nekoyume.Action.AlreadyWorldUnlockedException"},{"name":"AppraiseBlockNotReachedException","href":"Nekoyume.Action.AppraiseBlockNotReachedException.html","topicHref":"Nekoyume.Action.AppraiseBlockNotReachedException.html","topicUid":"Nekoyume.Action.AppraiseBlockNotReachedException"},{"name":"ApprovePledge","href":"Nekoyume.Action.ApprovePledge.html","topicHref":"Nekoyume.Action.ApprovePledge.html","topicUid":"Nekoyume.Action.ApprovePledge"},{"name":"ArenaNotEndedException","href":"Nekoyume.Action.ArenaNotEndedException.html","topicHref":"Nekoyume.Action.ArenaNotEndedException.html","topicUid":"Nekoyume.Action.ArenaNotEndedException"},{"name":"AssetInfo","href":"Nekoyume.Action.AssetInfo.html","topicHref":"Nekoyume.Action.AssetInfo.html","topicUid":"Nekoyume.Action.AssetInfo"},{"name":"AttachmentActionResult","href":"Nekoyume.Action.AttachmentActionResult.html","topicHref":"Nekoyume.Action.AttachmentActionResult.html","topicUid":"Nekoyume.Action.AttachmentActionResult"},{"name":"AuraSummon","href":"Nekoyume.Action.AuraSummon.html","topicHref":"Nekoyume.Action.AuraSummon.html","topicUid":"Nekoyume.Action.AuraSummon"},{"name":"AvatarIndexAlreadyUsedException","href":"Nekoyume.Action.AvatarIndexAlreadyUsedException.html","topicHref":"Nekoyume.Action.AvatarIndexAlreadyUsedException.html","topicUid":"Nekoyume.Action.AvatarIndexAlreadyUsedException"},{"name":"AvatarIndexOutOfRangeException","href":"Nekoyume.Action.AvatarIndexOutOfRangeException.html","topicHref":"Nekoyume.Action.AvatarIndexOutOfRangeException.html","topicUid":"Nekoyume.Action.AvatarIndexOutOfRangeException"},{"name":"BalanceDoesNotExistsException","href":"Nekoyume.Action.BalanceDoesNotExistsException.html","topicHref":"Nekoyume.Action.BalanceDoesNotExistsException.html","topicUid":"Nekoyume.Action.BalanceDoesNotExistsException"},{"name":"BattleArena","href":"Nekoyume.Action.BattleArena.html","topicHref":"Nekoyume.Action.BattleArena.html","topicUid":"Nekoyume.Action.BattleArena"},{"name":"BurnAsset","href":"Nekoyume.Action.BurnAsset.html","topicHref":"Nekoyume.Action.BurnAsset.html","topicUid":"Nekoyume.Action.BurnAsset"},{"name":"Buy","href":"Nekoyume.Action.Buy.html","topicHref":"Nekoyume.Action.Buy.html","topicUid":"Nekoyume.Action.Buy"},{"name":"Buy7","href":"Nekoyume.Action.Buy7.html","topicHref":"Nekoyume.Action.Buy7.html","topicUid":"Nekoyume.Action.Buy7"},{"name":"Buy7.BuyerMultipleResult","href":"Nekoyume.Action.Buy7.BuyerMultipleResult.html","topicHref":"Nekoyume.Action.Buy7.BuyerMultipleResult.html","topicUid":"Nekoyume.Action.Buy7.BuyerMultipleResult"},{"name":"Buy7.BuyerResult","href":"Nekoyume.Action.Buy7.BuyerResult.html","topicHref":"Nekoyume.Action.Buy7.BuyerResult.html","topicUid":"Nekoyume.Action.Buy7.BuyerResult"},{"name":"Buy7.PurchaseResult","href":"Nekoyume.Action.Buy7.PurchaseResult.html","topicHref":"Nekoyume.Action.Buy7.PurchaseResult.html","topicUid":"Nekoyume.Action.Buy7.PurchaseResult"},{"name":"Buy7.SellerMultipleResult","href":"Nekoyume.Action.Buy7.SellerMultipleResult.html","topicHref":"Nekoyume.Action.Buy7.SellerMultipleResult.html","topicUid":"Nekoyume.Action.Buy7.SellerMultipleResult"},{"name":"Buy7.SellerResult","href":"Nekoyume.Action.Buy7.SellerResult.html","topicHref":"Nekoyume.Action.Buy7.SellerResult.html","topicUid":"Nekoyume.Action.Buy7.SellerResult"},{"name":"BuyMultiple","href":"Nekoyume.Action.BuyMultiple.html","topicHref":"Nekoyume.Action.BuyMultiple.html","topicUid":"Nekoyume.Action.BuyMultiple"},{"name":"BuyMultiple.BuyerResult","href":"Nekoyume.Action.BuyMultiple.BuyerResult.html","topicHref":"Nekoyume.Action.BuyMultiple.BuyerResult.html","topicUid":"Nekoyume.Action.BuyMultiple.BuyerResult"},{"name":"BuyMultiple.PurchaseInfo","href":"Nekoyume.Action.BuyMultiple.PurchaseInfo.html","topicHref":"Nekoyume.Action.BuyMultiple.PurchaseInfo.html","topicUid":"Nekoyume.Action.BuyMultiple.PurchaseInfo"},{"name":"BuyMultiple.PurchaseResult","href":"Nekoyume.Action.BuyMultiple.PurchaseResult.html","topicHref":"Nekoyume.Action.BuyMultiple.PurchaseResult.html","topicUid":"Nekoyume.Action.BuyMultiple.PurchaseResult"},{"name":"BuyMultiple.SellerResult","href":"Nekoyume.Action.BuyMultiple.SellerResult.html","topicHref":"Nekoyume.Action.BuyMultiple.SellerResult.html","topicUid":"Nekoyume.Action.BuyMultiple.SellerResult"},{"name":"BuyProduct","href":"Nekoyume.Action.BuyProduct.html","topicHref":"Nekoyume.Action.BuyProduct.html","topicUid":"Nekoyume.Action.BuyProduct"},{"name":"CancelProductRegistration","href":"Nekoyume.Action.CancelProductRegistration.html","topicHref":"Nekoyume.Action.CancelProductRegistration.html","topicUid":"Nekoyume.Action.CancelProductRegistration"},{"name":"ChargeActionPoint","href":"Nekoyume.Action.ChargeActionPoint.html","topicHref":"Nekoyume.Action.ChargeActionPoint.html","topicUid":"Nekoyume.Action.ChargeActionPoint"},{"name":"ClaimGifts","href":"Nekoyume.Action.ClaimGifts.html","topicHref":"Nekoyume.Action.ClaimGifts.html","topicUid":"Nekoyume.Action.ClaimGifts"},{"name":"ClaimItems","href":"Nekoyume.Action.ClaimItems.html","topicHref":"Nekoyume.Action.ClaimItems.html","topicUid":"Nekoyume.Action.ClaimItems"},{"name":"ClaimRaidReward","href":"Nekoyume.Action.ClaimRaidReward.html","topicHref":"Nekoyume.Action.ClaimRaidReward.html","topicUid":"Nekoyume.Action.ClaimRaidReward"},{"name":"ClaimStakeReward","href":"Nekoyume.Action.ClaimStakeReward.html","topicHref":"Nekoyume.Action.ClaimStakeReward.html","topicUid":"Nekoyume.Action.ClaimStakeReward"},{"name":"ClaimStakeReward2","href":"Nekoyume.Action.ClaimStakeReward2.html","topicHref":"Nekoyume.Action.ClaimStakeReward2.html","topicUid":"Nekoyume.Action.ClaimStakeReward2"},{"name":"ClaimStakeReward8","href":"Nekoyume.Action.ClaimStakeReward8.html","topicHref":"Nekoyume.Action.ClaimStakeReward8.html","topicUid":"Nekoyume.Action.ClaimStakeReward8"},{"name":"ClaimWordBossKillReward","href":"Nekoyume.Action.ClaimWordBossKillReward.html","topicHref":"Nekoyume.Action.ClaimWordBossKillReward.html","topicUid":"Nekoyume.Action.ClaimWordBossKillReward"},{"name":"ClaimableGiftsNotAvailableException","href":"Nekoyume.Action.ClaimableGiftsNotAvailableException.html","topicHref":"Nekoyume.Action.ClaimableGiftsNotAvailableException.html","topicUid":"Nekoyume.Action.ClaimableGiftsNotAvailableException"},{"name":"CombinationConsumable","href":"Nekoyume.Action.CombinationConsumable.html","topicHref":"Nekoyume.Action.CombinationConsumable.html","topicUid":"Nekoyume.Action.CombinationConsumable"},{"name":"CombinationConsumable5","href":"Nekoyume.Action.CombinationConsumable5.html","topicHref":"Nekoyume.Action.CombinationConsumable5.html","topicUid":"Nekoyume.Action.CombinationConsumable5"},{"name":"CombinationConsumable5.ResultModel","href":"Nekoyume.Action.CombinationConsumable5.ResultModel.html","topicHref":"Nekoyume.Action.CombinationConsumable5.ResultModel.html","topicUid":"Nekoyume.Action.CombinationConsumable5.ResultModel"},{"name":"CombinationEquipment","href":"Nekoyume.Action.CombinationEquipment.html","topicHref":"Nekoyume.Action.CombinationEquipment.html","topicUid":"Nekoyume.Action.CombinationEquipment"},{"name":"CombinationEquipment5","href":"Nekoyume.Action.CombinationEquipment5.html","topicHref":"Nekoyume.Action.CombinationEquipment5.html","topicUid":"Nekoyume.Action.CombinationEquipment5"},{"name":"CombinationSlotResultNullException","href":"Nekoyume.Action.CombinationSlotResultNullException.html","topicHref":"Nekoyume.Action.CombinationSlotResultNullException.html","topicUid":"Nekoyume.Action.CombinationSlotResultNullException"},{"name":"CombinationSlotUnlockException","href":"Nekoyume.Action.CombinationSlotUnlockException.html","topicHref":"Nekoyume.Action.CombinationSlotUnlockException.html","topicUid":"Nekoyume.Action.CombinationSlotUnlockException"},{"name":"ConsumableSlotOutOfRangeException","href":"Nekoyume.Action.ConsumableSlotOutOfRangeException.html","topicHref":"Nekoyume.Action.ConsumableSlotOutOfRangeException.html","topicUid":"Nekoyume.Action.ConsumableSlotOutOfRangeException"},{"name":"ConsumableSlotUnlockException","href":"Nekoyume.Action.ConsumableSlotUnlockException.html","topicHref":"Nekoyume.Action.ConsumableSlotUnlockException.html","topicUid":"Nekoyume.Action.ConsumableSlotUnlockException"},{"name":"CostumeSlotUnlockException","href":"Nekoyume.Action.CostumeSlotUnlockException.html","topicHref":"Nekoyume.Action.CostumeSlotUnlockException.html","topicUid":"Nekoyume.Action.CostumeSlotUnlockException"},{"name":"CostumeSummon","href":"Nekoyume.Action.CostumeSummon.html","topicHref":"Nekoyume.Action.CostumeSummon.html","topicUid":"Nekoyume.Action.CostumeSummon"},{"name":"CreateAvatar","href":"Nekoyume.Action.CreateAvatar.html","topicHref":"Nekoyume.Action.CreateAvatar.html","topicUid":"Nekoyume.Action.CreateAvatar"},{"name":"CreatePendingActivation","href":"Nekoyume.Action.CreatePendingActivation.html","topicHref":"Nekoyume.Action.CreatePendingActivation.html","topicUid":"Nekoyume.Action.CreatePendingActivation"},{"name":"CreatePendingActivations","href":"Nekoyume.Action.CreatePendingActivations.html","topicHref":"Nekoyume.Action.CreatePendingActivations.html","topicUid":"Nekoyume.Action.CreatePendingActivations"},{"name":"CreatePledge","href":"Nekoyume.Action.CreatePledge.html","topicHref":"Nekoyume.Action.CreatePledge.html","topicUid":"Nekoyume.Action.CreatePledge"},{"name":"DailyReward","href":"Nekoyume.Action.DailyReward.html","topicHref":"Nekoyume.Action.DailyReward.html","topicUid":"Nekoyume.Action.DailyReward"},{"name":"DailyReward2","href":"Nekoyume.Action.DailyReward2.html","topicHref":"Nekoyume.Action.DailyReward2.html","topicUid":"Nekoyume.Action.DailyReward2"},{"name":"DailyReward2.DailyRewardResult","href":"Nekoyume.Action.DailyReward2.DailyRewardResult.html","topicHref":"Nekoyume.Action.DailyReward2.DailyRewardResult.html","topicUid":"Nekoyume.Action.DailyReward2.DailyRewardResult"},{"name":"DuplicateCostumeException","href":"Nekoyume.Action.DuplicateCostumeException.html","topicHref":"Nekoyume.Action.DuplicateCostumeException.html","topicUid":"Nekoyume.Action.DuplicateCostumeException"},{"name":"DuplicateEquipmentException","href":"Nekoyume.Action.DuplicateEquipmentException.html","topicHref":"Nekoyume.Action.DuplicateEquipmentException.html","topicUid":"Nekoyume.Action.DuplicateEquipmentException"},{"name":"DuplicateMaterialException","href":"Nekoyume.Action.DuplicateMaterialException.html","topicHref":"Nekoyume.Action.DuplicateMaterialException.html","topicUid":"Nekoyume.Action.DuplicateMaterialException"},{"name":"DuplicateOrderIdException","href":"Nekoyume.Action.DuplicateOrderIdException.html","topicHref":"Nekoyume.Action.DuplicateOrderIdException.html","topicUid":"Nekoyume.Action.DuplicateOrderIdException"},{"name":"EndPledge","href":"Nekoyume.Action.EndPledge.html","topicHref":"Nekoyume.Action.EndPledge.html","topicUid":"Nekoyume.Action.EndPledge"},{"name":"EquipmentLevelExceededException","href":"Nekoyume.Action.EquipmentLevelExceededException.html","topicHref":"Nekoyume.Action.EquipmentLevelExceededException.html","topicUid":"Nekoyume.Action.EquipmentLevelExceededException"},{"name":"EquipmentSlotUnlockException","href":"Nekoyume.Action.EquipmentSlotUnlockException.html","topicHref":"Nekoyume.Action.EquipmentSlotUnlockException.html","topicUid":"Nekoyume.Action.EquipmentSlotUnlockException"},{"name":"EventConsumableItemCrafts","href":"Nekoyume.Action.EventConsumableItemCrafts.html","topicHref":"Nekoyume.Action.EventConsumableItemCrafts.html","topicUid":"Nekoyume.Action.EventConsumableItemCrafts"},{"name":"EventDungeonBattle","href":"Nekoyume.Action.EventDungeonBattle.html","topicHref":"Nekoyume.Action.EventDungeonBattle.html","topicUid":"Nekoyume.Action.EventDungeonBattle"},{"name":"EventMaterialItemCrafts","href":"Nekoyume.Action.EventMaterialItemCrafts.html","topicHref":"Nekoyume.Action.EventMaterialItemCrafts.html","topicUid":"Nekoyume.Action.EventMaterialItemCrafts"},{"name":"FailedLoadSheetException","href":"Nekoyume.Action.FailedLoadSheetException.html","topicHref":"Nekoyume.Action.FailedLoadSheetException.html","topicUid":"Nekoyume.Action.FailedLoadSheetException"},{"name":"FailedLoadStateException","href":"Nekoyume.Action.FailedLoadStateException.html","topicHref":"Nekoyume.Action.FailedLoadStateException.html","topicUid":"Nekoyume.Action.FailedLoadStateException"},{"name":"FavProductInfo","href":"Nekoyume.Action.FavProductInfo.html","topicHref":"Nekoyume.Action.FavProductInfo.html","topicUid":"Nekoyume.Action.FavProductInfo"},{"name":"GameAction","href":"Nekoyume.Action.GameAction.html","topicHref":"Nekoyume.Action.GameAction.html","topicUid":"Nekoyume.Action.GameAction"},{"name":"GoldDistribution","href":"Nekoyume.Action.GoldDistribution.html","topicHref":"Nekoyume.Action.GoldDistribution.html","topicUid":"Nekoyume.Action.GoldDistribution"},{"name":"Grinding","href":"Nekoyume.Action.Grinding.html","topicHref":"Nekoyume.Action.Grinding.html","topicUid":"Nekoyume.Action.Grinding"},{"name":"HackAndSlash","href":"Nekoyume.Action.HackAndSlash.html","topicHref":"Nekoyume.Action.HackAndSlash.html","topicUid":"Nekoyume.Action.HackAndSlash"},{"name":"HackAndSlashRandomBuff","href":"Nekoyume.Action.HackAndSlashRandomBuff.html","topicHref":"Nekoyume.Action.HackAndSlashRandomBuff.html","topicUid":"Nekoyume.Action.HackAndSlashRandomBuff"},{"name":"HackAndSlashSweep","href":"Nekoyume.Action.HackAndSlashSweep.html","topicHref":"Nekoyume.Action.HackAndSlashSweep.html","topicUid":"Nekoyume.Action.HackAndSlashSweep"},{"name":"IBuy0","href":"Nekoyume.Action.IBuy0.html","topicHref":"Nekoyume.Action.IBuy0.html","topicUid":"Nekoyume.Action.IBuy0"},{"name":"IBuy5","href":"Nekoyume.Action.IBuy5.html","topicHref":"Nekoyume.Action.IBuy5.html","topicUid":"Nekoyume.Action.IBuy5"},{"name":"IClaimItems","href":"Nekoyume.Action.IClaimItems.html","topicHref":"Nekoyume.Action.IClaimItems.html","topicUid":"Nekoyume.Action.IClaimItems"},{"name":"IClaimStakeReward","href":"Nekoyume.Action.IClaimStakeReward.html","topicHref":"Nekoyume.Action.IClaimStakeReward.html","topicUid":"Nekoyume.Action.IClaimStakeReward"},{"name":"IHackAndSlashV10","href":"Nekoyume.Action.IHackAndSlashV10.html","topicHref":"Nekoyume.Action.IHackAndSlashV10.html","topicUid":"Nekoyume.Action.IHackAndSlashV10"},{"name":"IProductInfo","href":"Nekoyume.Action.IProductInfo.html","topicHref":"Nekoyume.Action.IProductInfo.html","topicUid":"Nekoyume.Action.IProductInfo"},{"name":"IPurchaseInfo","href":"Nekoyume.Action.IPurchaseInfo.html","topicHref":"Nekoyume.Action.IPurchaseInfo.html","topicUid":"Nekoyume.Action.IPurchaseInfo"},{"name":"IRegisterInfo","href":"Nekoyume.Action.IRegisterInfo.html","topicHref":"Nekoyume.Action.IRegisterInfo.html","topicUid":"Nekoyume.Action.IRegisterInfo"},{"name":"ITransferAsset","href":"Nekoyume.Action.ITransferAsset.html","topicHref":"Nekoyume.Action.ITransferAsset.html","topicUid":"Nekoyume.Action.ITransferAsset"},{"name":"ITransferAssets","href":"Nekoyume.Action.ITransferAssets.html","topicHref":"Nekoyume.Action.ITransferAssets.html","topicUid":"Nekoyume.Action.ITransferAssets"},{"name":"InitializeStates","href":"Nekoyume.Action.InitializeStates.html","topicHref":"Nekoyume.Action.InitializeStates.html","topicUid":"Nekoyume.Action.InitializeStates"},{"name":"InvalidAddressException","href":"Nekoyume.Action.InvalidAddressException.html","topicHref":"Nekoyume.Action.InvalidAddressException.html","topicUid":"Nekoyume.Action.InvalidAddressException"},{"name":"InvalidClaimException","href":"Nekoyume.Action.InvalidClaimException.html","topicHref":"Nekoyume.Action.InvalidClaimException.html","topicUid":"Nekoyume.Action.InvalidClaimException"},{"name":"InvalidCurrencyException","href":"Nekoyume.Action.InvalidCurrencyException.html","topicHref":"Nekoyume.Action.InvalidCurrencyException.html","topicUid":"Nekoyume.Action.InvalidCurrencyException"},{"name":"InvalidElementalException","href":"Nekoyume.Action.InvalidElementalException.html","topicHref":"Nekoyume.Action.InvalidElementalException.html","topicUid":"Nekoyume.Action.InvalidElementalException"},{"name":"InvalidEquipmentException","href":"Nekoyume.Action.InvalidEquipmentException.html","topicHref":"Nekoyume.Action.InvalidEquipmentException.html","topicUid":"Nekoyume.Action.InvalidEquipmentException"},{"name":"InvalidItemCountException","href":"Nekoyume.Action.InvalidItemCountException.html","topicHref":"Nekoyume.Action.InvalidItemCountException.html","topicUid":"Nekoyume.Action.InvalidItemCountException"},{"name":"InvalidItemTypeException","href":"Nekoyume.Action.InvalidItemTypeException.html","topicHref":"Nekoyume.Action.InvalidItemTypeException.html","topicUid":"Nekoyume.Action.InvalidItemTypeException"},{"name":"InvalidLevelException","href":"Nekoyume.Action.InvalidLevelException.html","topicHref":"Nekoyume.Action.InvalidLevelException.html","topicUid":"Nekoyume.Action.InvalidLevelException"},{"name":"InvalidMaterialException","href":"Nekoyume.Action.InvalidMaterialException.html","topicHref":"Nekoyume.Action.InvalidMaterialException.html","topicUid":"Nekoyume.Action.InvalidMaterialException"},{"name":"InvalidMinterException","href":"Nekoyume.Action.InvalidMinterException.html","topicHref":"Nekoyume.Action.InvalidMinterException.html","topicUid":"Nekoyume.Action.InvalidMinterException"},{"name":"InvalidMonsterCollectionRoundException","href":"Nekoyume.Action.InvalidMonsterCollectionRoundException.html","topicHref":"Nekoyume.Action.InvalidMonsterCollectionRoundException.html","topicUid":"Nekoyume.Action.InvalidMonsterCollectionRoundException"},{"name":"InvalidNamePatternException","href":"Nekoyume.Action.InvalidNamePatternException.html","topicHref":"Nekoyume.Action.InvalidNamePatternException.html","topicUid":"Nekoyume.Action.InvalidNamePatternException"},{"name":"InvalidPriceException","href":"Nekoyume.Action.InvalidPriceException.html","topicHref":"Nekoyume.Action.InvalidPriceException.html","topicUid":"Nekoyume.Action.InvalidPriceException"},{"name":"InvalidProductTypeException","href":"Nekoyume.Action.InvalidProductTypeException.html","topicHref":"Nekoyume.Action.InvalidProductTypeException.html","topicUid":"Nekoyume.Action.InvalidProductTypeException"},{"name":"InvalidRecipeIdException","href":"Nekoyume.Action.InvalidRecipeIdException.html","topicHref":"Nekoyume.Action.InvalidRecipeIdException.html","topicUid":"Nekoyume.Action.InvalidRecipeIdException"},{"name":"InvalidRepeatPlayException","href":"Nekoyume.Action.InvalidRepeatPlayException.html","topicHref":"Nekoyume.Action.InvalidRepeatPlayException.html","topicUid":"Nekoyume.Action.InvalidRepeatPlayException"},{"name":"InvalidShopItemException","href":"Nekoyume.Action.InvalidShopItemException.html","topicHref":"Nekoyume.Action.InvalidShopItemException.html","topicUid":"Nekoyume.Action.InvalidShopItemException"},{"name":"InvalidSignatureException","href":"Nekoyume.Action.InvalidSignatureException.html","topicHref":"Nekoyume.Action.InvalidSignatureException.html","topicUid":"Nekoyume.Action.InvalidSignatureException"},{"name":"InvalidSlotIndexException","href":"Nekoyume.Action.InvalidSlotIndexException.html","topicHref":"Nekoyume.Action.InvalidSlotIndexException.html","topicUid":"Nekoyume.Action.InvalidSlotIndexException"},{"name":"InvalidStageException","href":"Nekoyume.Action.InvalidStageException.html","topicHref":"Nekoyume.Action.InvalidStageException.html","topicUid":"Nekoyume.Action.InvalidStageException"},{"name":"InvalidTradableIdException","href":"Nekoyume.Action.InvalidTradableIdException.html","topicHref":"Nekoyume.Action.InvalidTradableIdException.html","topicUid":"Nekoyume.Action.InvalidTradableIdException"},{"name":"InvalidTradableItemException","href":"Nekoyume.Action.InvalidTradableItemException.html","topicHref":"Nekoyume.Action.InvalidTradableItemException.html","topicUid":"Nekoyume.Action.InvalidTradableItemException"},{"name":"InvalidTransferCurrencyException","href":"Nekoyume.Action.InvalidTransferCurrencyException.html","topicHref":"Nekoyume.Action.InvalidTransferCurrencyException.html","topicUid":"Nekoyume.Action.InvalidTransferCurrencyException"},{"name":"InvalidTransferMinterException","href":"Nekoyume.Action.InvalidTransferMinterException.html","topicHref":"Nekoyume.Action.InvalidTransferMinterException.html","topicUid":"Nekoyume.Action.InvalidTransferMinterException"},{"name":"InvalidTransferRecipientException","href":"Nekoyume.Action.InvalidTransferRecipientException.html","topicHref":"Nekoyume.Action.InvalidTransferRecipientException.html","topicUid":"Nekoyume.Action.InvalidTransferRecipientException"},{"name":"InvalidTransferSignerException","href":"Nekoyume.Action.InvalidTransferSignerException.html","topicHref":"Nekoyume.Action.InvalidTransferSignerException.html","topicUid":"Nekoyume.Action.InvalidTransferSignerException"},{"name":"InvalidTransferUnactivatedRecipientException","href":"Nekoyume.Action.InvalidTransferUnactivatedRecipientException.html","topicHref":"Nekoyume.Action.InvalidTransferUnactivatedRecipientException.html","topicUid":"Nekoyume.Action.InvalidTransferUnactivatedRecipientException"},{"name":"InvalidWorldException","href":"Nekoyume.Action.InvalidWorldException.html","topicHref":"Nekoyume.Action.InvalidWorldException.html","topicUid":"Nekoyume.Action.InvalidWorldException"},{"name":"IssueToken","href":"Nekoyume.Action.IssueToken.html","topicHref":"Nekoyume.Action.IssueToken.html","topicUid":"Nekoyume.Action.IssueToken"},{"name":"IssueTokensFromGarage","href":"Nekoyume.Action.IssueTokensFromGarage.html","topicHref":"Nekoyume.Action.IssueTokensFromGarage.html","topicUid":"Nekoyume.Action.IssueTokensFromGarage"},{"name":"IssueTokensFromGarage.Spec","href":"Nekoyume.Action.IssueTokensFromGarage.Spec.html","topicHref":"Nekoyume.Action.IssueTokensFromGarage.Spec.html","topicUid":"Nekoyume.Action.IssueTokensFromGarage.Spec"},{"name":"ItemDoesNotExistException","href":"Nekoyume.Action.ItemDoesNotExistException.html","topicHref":"Nekoyume.Action.ItemDoesNotExistException.html","topicUid":"Nekoyume.Action.ItemDoesNotExistException"},{"name":"ItemEnhancement","href":"Nekoyume.Action.ItemEnhancement.html","topicHref":"Nekoyume.Action.ItemEnhancement.html","topicUid":"Nekoyume.Action.ItemEnhancement"},{"name":"ItemEnhancement10","href":"Nekoyume.Action.ItemEnhancement10.html","topicHref":"Nekoyume.Action.ItemEnhancement10.html","topicUid":"Nekoyume.Action.ItemEnhancement10"},{"name":"ItemEnhancement10.EnhancementResult","href":"Nekoyume.Action.ItemEnhancement10.EnhancementResult.html","topicHref":"Nekoyume.Action.ItemEnhancement10.EnhancementResult.html","topicUid":"Nekoyume.Action.ItemEnhancement10.EnhancementResult"},{"name":"ItemEnhancement10.ResultModel","href":"Nekoyume.Action.ItemEnhancement10.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement10.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement10.ResultModel"},{"name":"ItemEnhancement11","href":"Nekoyume.Action.ItemEnhancement11.html","topicHref":"Nekoyume.Action.ItemEnhancement11.html","topicUid":"Nekoyume.Action.ItemEnhancement11"},{"name":"ItemEnhancement11.EnhancementResult","href":"Nekoyume.Action.ItemEnhancement11.EnhancementResult.html","topicHref":"Nekoyume.Action.ItemEnhancement11.EnhancementResult.html","topicUid":"Nekoyume.Action.ItemEnhancement11.EnhancementResult"},{"name":"ItemEnhancement11.ResultModel","href":"Nekoyume.Action.ItemEnhancement11.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement11.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement11.ResultModel"},{"name":"ItemEnhancement12","href":"Nekoyume.Action.ItemEnhancement12.html","topicHref":"Nekoyume.Action.ItemEnhancement12.html","topicUid":"Nekoyume.Action.ItemEnhancement12"},{"name":"ItemEnhancement12.EnhancementResult","href":"Nekoyume.Action.ItemEnhancement12.EnhancementResult.html","topicHref":"Nekoyume.Action.ItemEnhancement12.EnhancementResult.html","topicUid":"Nekoyume.Action.ItemEnhancement12.EnhancementResult"},{"name":"ItemEnhancement12.ResultModel","href":"Nekoyume.Action.ItemEnhancement12.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement12.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement12.ResultModel"},{"name":"ItemEnhancement13","href":"Nekoyume.Action.ItemEnhancement13.html","topicHref":"Nekoyume.Action.ItemEnhancement13.html","topicUid":"Nekoyume.Action.ItemEnhancement13"},{"name":"ItemEnhancement13.EnhancementResult","href":"Nekoyume.Action.ItemEnhancement13.EnhancementResult.html","topicHref":"Nekoyume.Action.ItemEnhancement13.EnhancementResult.html","topicUid":"Nekoyume.Action.ItemEnhancement13.EnhancementResult"},{"name":"ItemEnhancement13.ResultModel","href":"Nekoyume.Action.ItemEnhancement13.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement13.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement13.ResultModel"},{"name":"ItemEnhancement7","href":"Nekoyume.Action.ItemEnhancement7.html","topicHref":"Nekoyume.Action.ItemEnhancement7.html","topicUid":"Nekoyume.Action.ItemEnhancement7"},{"name":"ItemEnhancement7.ResultModel","href":"Nekoyume.Action.ItemEnhancement7.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement7.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement7.ResultModel"},{"name":"ItemEnhancement9","href":"Nekoyume.Action.ItemEnhancement9.html","topicHref":"Nekoyume.Action.ItemEnhancement9.html","topicUid":"Nekoyume.Action.ItemEnhancement9"},{"name":"ItemEnhancement9.EnhancementResult","href":"Nekoyume.Action.ItemEnhancement9.EnhancementResult.html","topicHref":"Nekoyume.Action.ItemEnhancement9.EnhancementResult.html","topicUid":"Nekoyume.Action.ItemEnhancement9.EnhancementResult"},{"name":"ItemEnhancement9.ResultModel","href":"Nekoyume.Action.ItemEnhancement9.ResultModel.html","topicHref":"Nekoyume.Action.ItemEnhancement9.ResultModel.html","topicUid":"Nekoyume.Action.ItemEnhancement9.ResultModel"},{"name":"ItemProductInfo","href":"Nekoyume.Action.ItemProductInfo.html","topicHref":"Nekoyume.Action.ItemProductInfo.html","topicUid":"Nekoyume.Action.ItemProductInfo"},{"name":"JoinArena","href":"Nekoyume.Action.JoinArena.html","topicHref":"Nekoyume.Action.JoinArena.html","topicUid":"Nekoyume.Action.JoinArena"},{"name":"JoinArena1","href":"Nekoyume.Action.JoinArena1.html","topicHref":"Nekoyume.Action.JoinArena1.html","topicUid":"Nekoyume.Action.JoinArena1"},{"name":"JoinArena3","href":"Nekoyume.Action.JoinArena3.html","topicHref":"Nekoyume.Action.JoinArena3.html","topicUid":"Nekoyume.Action.JoinArena3"},{"name":"MemoLengthOverflowException","href":"Nekoyume.Action.MemoLengthOverflowException.html","topicHref":"Nekoyume.Action.MemoLengthOverflowException.html","topicUid":"Nekoyume.Action.MemoLengthOverflowException"},{"name":"MigrateAgentAvatar","href":"Nekoyume.Action.MigrateAgentAvatar.html","topicHref":"Nekoyume.Action.MigrateAgentAvatar.html","topicUid":"Nekoyume.Action.MigrateAgentAvatar"},{"name":"MigrateFee","href":"Nekoyume.Action.MigrateFee.html","topicHref":"Nekoyume.Action.MigrateFee.html","topicUid":"Nekoyume.Action.MigrateFee"},{"name":"MigrateMonsterCollection","href":"Nekoyume.Action.MigrateMonsterCollection.html","topicHref":"Nekoyume.Action.MigrateMonsterCollection.html","topicUid":"Nekoyume.Action.MigrateMonsterCollection"},{"name":"MigrationActivatedAccountsState","href":"Nekoyume.Action.MigrationActivatedAccountsState.html","topicHref":"Nekoyume.Action.MigrationActivatedAccountsState.html","topicUid":"Nekoyume.Action.MigrationActivatedAccountsState"},{"name":"MintAssets","href":"Nekoyume.Action.MintAssets.html","topicHref":"Nekoyume.Action.MintAssets.html","topicUid":"Nekoyume.Action.MintAssets"},{"name":"MintAssets.MintSpec","href":"Nekoyume.Action.MintAssets.MintSpec.html","topicHref":"Nekoyume.Action.MintAssets.MintSpec.html","topicUid":"Nekoyume.Action.MintAssets.MintSpec"},{"name":"MonsterCollectionExistingClaimableException","href":"Nekoyume.Action.MonsterCollectionExistingClaimableException.html","topicHref":"Nekoyume.Action.MonsterCollectionExistingClaimableException.html","topicUid":"Nekoyume.Action.MonsterCollectionExistingClaimableException"},{"name":"MonsterCollectionExistingException","href":"Nekoyume.Action.MonsterCollectionExistingException.html","topicHref":"Nekoyume.Action.MonsterCollectionExistingException.html","topicUid":"Nekoyume.Action.MonsterCollectionExistingException"},{"name":"MonsterCollectionExpiredException","href":"Nekoyume.Action.MonsterCollectionExpiredException.html","topicHref":"Nekoyume.Action.MonsterCollectionExpiredException.html","topicUid":"Nekoyume.Action.MonsterCollectionExpiredException"},{"name":"MonsterCollectionLevelException","href":"Nekoyume.Action.MonsterCollectionLevelException.html","topicHref":"Nekoyume.Action.MonsterCollectionLevelException.html","topicUid":"Nekoyume.Action.MonsterCollectionLevelException"},{"name":"NotEnoughActionPointException","href":"Nekoyume.Action.NotEnoughActionPointException.html","topicHref":"Nekoyume.Action.NotEnoughActionPointException.html","topicUid":"Nekoyume.Action.NotEnoughActionPointException"},{"name":"NotEnoughAvatarLevelException","href":"Nekoyume.Action.NotEnoughAvatarLevelException.html","topicHref":"Nekoyume.Action.NotEnoughAvatarLevelException.html","topicUid":"Nekoyume.Action.NotEnoughAvatarLevelException"},{"name":"NotEnoughClearedStageLevelException","href":"Nekoyume.Action.NotEnoughClearedStageLevelException.html","topicHref":"Nekoyume.Action.NotEnoughClearedStageLevelException.html","topicUid":"Nekoyume.Action.NotEnoughClearedStageLevelException"},{"name":"NotEnoughCombatPointException","href":"Nekoyume.Action.NotEnoughCombatPointException.html","topicHref":"Nekoyume.Action.NotEnoughCombatPointException.html","topicUid":"Nekoyume.Action.NotEnoughCombatPointException"},{"name":"NotEnoughFungibleAssetValueException","href":"Nekoyume.Action.NotEnoughFungibleAssetValueException.html","topicHref":"Nekoyume.Action.NotEnoughFungibleAssetValueException.html","topicUid":"Nekoyume.Action.NotEnoughFungibleAssetValueException"},{"name":"NotEnoughHammerPointException","href":"Nekoyume.Action.NotEnoughHammerPointException.html","topicHref":"Nekoyume.Action.NotEnoughHammerPointException.html","topicUid":"Nekoyume.Action.NotEnoughHammerPointException"},{"name":"NotEnoughMaterialException","href":"Nekoyume.Action.NotEnoughMaterialException.html","topicHref":"Nekoyume.Action.NotEnoughMaterialException.html","topicUid":"Nekoyume.Action.NotEnoughMaterialException"},{"name":"NotEnoughMedalException","href":"Nekoyume.Action.NotEnoughMedalException.html","topicHref":"Nekoyume.Action.NotEnoughMedalException.html","topicUid":"Nekoyume.Action.NotEnoughMedalException"},{"name":"NotEnoughRankException","href":"Nekoyume.Action.NotEnoughRankException.html","topicHref":"Nekoyume.Action.NotEnoughRankException.html","topicUid":"Nekoyume.Action.NotEnoughRankException"},{"name":"NotEnoughStarException","href":"Nekoyume.Action.NotEnoughStarException.html","topicHref":"Nekoyume.Action.NotEnoughStarException.html","topicUid":"Nekoyume.Action.NotEnoughStarException"},{"name":"NotEnoughWeeklyArenaChallengeCountException","href":"Nekoyume.Action.NotEnoughWeeklyArenaChallengeCountException.html","topicHref":"Nekoyume.Action.NotEnoughWeeklyArenaChallengeCountException.html","topicUid":"Nekoyume.Action.NotEnoughWeeklyArenaChallengeCountException"},{"name":"OrderIdDoesNotExistException","href":"Nekoyume.Action.OrderIdDoesNotExistException.html","topicHref":"Nekoyume.Action.OrderIdDoesNotExistException.html","topicUid":"Nekoyume.Action.OrderIdDoesNotExistException"},{"name":"PatchTableSheet","href":"Nekoyume.Action.PatchTableSheet.html","topicHref":"Nekoyume.Action.PatchTableSheet.html","topicUid":"Nekoyume.Action.PatchTableSheet"},{"name":"PendingActivationDoesNotExistsException","href":"Nekoyume.Action.PendingActivationDoesNotExistsException.html","topicHref":"Nekoyume.Action.PendingActivationDoesNotExistsException.html","topicUid":"Nekoyume.Action.PendingActivationDoesNotExistsException"},{"name":"PermissionDeniedException","href":"Nekoyume.Action.PermissionDeniedException.html","topicHref":"Nekoyume.Action.PermissionDeniedException.html","topicUid":"Nekoyume.Action.PermissionDeniedException"},{"name":"PetEnhancement","href":"Nekoyume.Action.PetEnhancement.html","topicHref":"Nekoyume.Action.PetEnhancement.html","topicUid":"Nekoyume.Action.PetEnhancement"},{"name":"PetIsLockedException","href":"Nekoyume.Action.PetIsLockedException.html","topicHref":"Nekoyume.Action.PetIsLockedException.html","topicUid":"Nekoyume.Action.PetIsLockedException"},{"name":"PlayCountIsZeroException","href":"Nekoyume.Action.PlayCountIsZeroException.html","topicHref":"Nekoyume.Action.PlayCountIsZeroException.html","topicUid":"Nekoyume.Action.PlayCountIsZeroException"},{"name":"PolicyExpiredException","href":"Nekoyume.Action.PolicyExpiredException.html","topicHref":"Nekoyume.Action.PolicyExpiredException.html","topicUid":"Nekoyume.Action.PolicyExpiredException"},{"name":"PrepareRewardAssets","href":"Nekoyume.Action.PrepareRewardAssets.html","topicHref":"Nekoyume.Action.PrepareRewardAssets.html","topicUid":"Nekoyume.Action.PrepareRewardAssets"},{"name":"ProductNotFoundException","href":"Nekoyume.Action.ProductNotFoundException.html","topicHref":"Nekoyume.Action.ProductNotFoundException.html","topicUid":"Nekoyume.Action.ProductNotFoundException"},{"name":"PurchaseInfo","href":"Nekoyume.Action.PurchaseInfo.html","topicHref":"Nekoyume.Action.PurchaseInfo.html","topicUid":"Nekoyume.Action.PurchaseInfo"},{"name":"PurchaseInfo0","href":"Nekoyume.Action.PurchaseInfo0.html","topicHref":"Nekoyume.Action.PurchaseInfo0.html","topicUid":"Nekoyume.Action.PurchaseInfo0"},{"name":"Raid","href":"Nekoyume.Action.Raid.html","topicHref":"Nekoyume.Action.Raid.html","topicUid":"Nekoyume.Action.Raid"},{"name":"RankingBattle","href":"Nekoyume.Action.RankingBattle.html","topicHref":"Nekoyume.Action.RankingBattle.html","topicUid":"Nekoyume.Action.RankingBattle"},{"name":"RankingBattle11","href":"Nekoyume.Action.RankingBattle11.html","topicHref":"Nekoyume.Action.RankingBattle11.html","topicUid":"Nekoyume.Action.RankingBattle11"},{"name":"RankingExceededException","href":"Nekoyume.Action.RankingExceededException.html","topicHref":"Nekoyume.Action.RankingExceededException.html","topicUid":"Nekoyume.Action.RankingExceededException"},{"name":"RapidCombination","href":"Nekoyume.Action.RapidCombination.html","topicHref":"Nekoyume.Action.RapidCombination.html","topicUid":"Nekoyume.Action.RapidCombination"},{"name":"RapidCombination0","href":"Nekoyume.Action.RapidCombination0.html","topicHref":"Nekoyume.Action.RapidCombination0.html","topicUid":"Nekoyume.Action.RapidCombination0"},{"name":"RapidCombination0.ResultModel","href":"Nekoyume.Action.RapidCombination0.ResultModel.html","topicHref":"Nekoyume.Action.RapidCombination0.ResultModel.html","topicUid":"Nekoyume.Action.RapidCombination0.ResultModel"},{"name":"RapidCombination5","href":"Nekoyume.Action.RapidCombination5.html","topicHref":"Nekoyume.Action.RapidCombination5.html","topicUid":"Nekoyume.Action.RapidCombination5"},{"name":"RapidCombination5.ResultModel","href":"Nekoyume.Action.RapidCombination5.ResultModel.html","topicHref":"Nekoyume.Action.RapidCombination5.ResultModel.html","topicUid":"Nekoyume.Action.RapidCombination5.ResultModel"},{"name":"ReRegisterProduct","href":"Nekoyume.Action.ReRegisterProduct.html","topicHref":"Nekoyume.Action.ReRegisterProduct.html","topicUid":"Nekoyume.Action.ReRegisterProduct"},{"name":"RedeemCode","href":"Nekoyume.Action.RedeemCode.html","topicHref":"Nekoyume.Action.RedeemCode.html","topicUid":"Nekoyume.Action.RedeemCode"},{"name":"RedeemCode2","href":"Nekoyume.Action.RedeemCode2.html","topicHref":"Nekoyume.Action.RedeemCode2.html","topicUid":"Nekoyume.Action.RedeemCode2"},{"name":"RegisterInfo","href":"Nekoyume.Action.RegisterInfo.html","topicHref":"Nekoyume.Action.RegisterInfo.html","topicUid":"Nekoyume.Action.RegisterInfo"},{"name":"RegisterProduct","href":"Nekoyume.Action.RegisterProduct.html","topicHref":"Nekoyume.Action.RegisterProduct.html","topicUid":"Nekoyume.Action.RegisterProduct"},{"name":"RegisterProduct0","href":"Nekoyume.Action.RegisterProduct0.html","topicHref":"Nekoyume.Action.RegisterProduct0.html","topicUid":"Nekoyume.Action.RegisterProduct0"},{"name":"RenewAdminState","href":"Nekoyume.Action.RenewAdminState.html","topicHref":"Nekoyume.Action.RenewAdminState.html","topicUid":"Nekoyume.Action.RenewAdminState"},{"name":"RequestPledge","href":"Nekoyume.Action.RequestPledge.html","topicHref":"Nekoyume.Action.RequestPledge.html","topicUid":"Nekoyume.Action.RequestPledge"},{"name":"RequiredBlockIndexException","href":"Nekoyume.Action.RequiredBlockIndexException.html","topicHref":"Nekoyume.Action.RequiredBlockIndexException.html","topicUid":"Nekoyume.Action.RequiredBlockIndexException"},{"name":"RequiredBlockIntervalException","href":"Nekoyume.Action.RequiredBlockIntervalException.html","topicHref":"Nekoyume.Action.RequiredBlockIntervalException.html","topicUid":"Nekoyume.Action.RequiredBlockIntervalException"},{"name":"RetrieveAvatarAssets","href":"Nekoyume.Action.RetrieveAvatarAssets.html","topicHref":"Nekoyume.Action.RetrieveAvatarAssets.html","topicUid":"Nekoyume.Action.RetrieveAvatarAssets"},{"name":"RewardGold","href":"Nekoyume.Action.RewardGold.html","topicHref":"Nekoyume.Action.RewardGold.html","topicUid":"Nekoyume.Action.RewardGold"},{"name":"RuneEnhancement","href":"Nekoyume.Action.RuneEnhancement.html","topicHref":"Nekoyume.Action.RuneEnhancement.html","topicUid":"Nekoyume.Action.RuneEnhancement"},{"name":"RuneEnhancement.LevelUpResult","href":"Nekoyume.Action.RuneEnhancement.LevelUpResult.html","topicHref":"Nekoyume.Action.RuneEnhancement.LevelUpResult.html","topicUid":"Nekoyume.Action.RuneEnhancement.LevelUpResult"},{"name":"RuneSlotInfo","href":"Nekoyume.Action.RuneSlotInfo.html","topicHref":"Nekoyume.Action.RuneSlotInfo.html","topicUid":"Nekoyume.Action.RuneSlotInfo"},{"name":"RuneSummon","href":"Nekoyume.Action.RuneSummon.html","topicHref":"Nekoyume.Action.RuneSummon.html","topicUid":"Nekoyume.Action.RuneSummon"},{"name":"SecureMiningReward","href":"Nekoyume.Action.SecureMiningReward.html","topicHref":"Nekoyume.Action.SecureMiningReward.html","topicUid":"Nekoyume.Action.SecureMiningReward"},{"name":"Sell","href":"Nekoyume.Action.Sell.html","topicHref":"Nekoyume.Action.Sell.html","topicUid":"Nekoyume.Action.Sell"},{"name":"Sell6","href":"Nekoyume.Action.Sell6.html","topicHref":"Nekoyume.Action.Sell6.html","topicUid":"Nekoyume.Action.Sell6"},{"name":"SellCancellation","href":"Nekoyume.Action.SellCancellation.html","topicHref":"Nekoyume.Action.SellCancellation.html","topicUid":"Nekoyume.Action.SellCancellation"},{"name":"SellCancellation.Result","href":"Nekoyume.Action.SellCancellation.Result.html","topicHref":"Nekoyume.Action.SellCancellation.Result.html","topicUid":"Nekoyume.Action.SellCancellation.Result"},{"name":"ShopErrorType","href":"Nekoyume.Action.ShopErrorType.html","topicHref":"Nekoyume.Action.ShopErrorType.html","topicUid":"Nekoyume.Action.ShopErrorType"},{"name":"ShopItemExpiredException","href":"Nekoyume.Action.ShopItemExpiredException.html","topicHref":"Nekoyume.Action.ShopItemExpiredException.html","topicUid":"Nekoyume.Action.ShopItemExpiredException"},{"name":"SlotAlreadyUnlockedException","href":"Nekoyume.Action.SlotAlreadyUnlockedException.html","topicHref":"Nekoyume.Action.SlotAlreadyUnlockedException.html","topicUid":"Nekoyume.Action.SlotAlreadyUnlockedException"},{"name":"StageNotClearedException","href":"Nekoyume.Action.StageNotClearedException.html","topicHref":"Nekoyume.Action.StageNotClearedException.html","topicUid":"Nekoyume.Action.StageNotClearedException"},{"name":"Stake","href":"Nekoyume.Action.Stake.html","topicHref":"Nekoyume.Action.Stake.html","topicUid":"Nekoyume.Action.Stake"},{"name":"Stake2","href":"Nekoyume.Action.Stake2.html","topicHref":"Nekoyume.Action.Stake2.html","topicUid":"Nekoyume.Action.Stake2"},{"name":"StakeExistingClaimableException","href":"Nekoyume.Action.StakeExistingClaimableException.html","topicHref":"Nekoyume.Action.StakeExistingClaimableException.html","topicUid":"Nekoyume.Action.StakeExistingClaimableException"},{"name":"Synthesize","href":"Nekoyume.Action.Synthesize.html","topicHref":"Nekoyume.Action.Synthesize.html","topicUid":"Nekoyume.Action.Synthesize"},{"name":"TotalSupplyDoesNotExistException","href":"Nekoyume.Action.TotalSupplyDoesNotExistException.html","topicHref":"Nekoyume.Action.TotalSupplyDoesNotExistException.html","topicUid":"Nekoyume.Action.TotalSupplyDoesNotExistException"},{"name":"TransferAsset","href":"Nekoyume.Action.TransferAsset.html","topicHref":"Nekoyume.Action.TransferAsset.html","topicUid":"Nekoyume.Action.TransferAsset"},{"name":"TransferAsset3","href":"Nekoyume.Action.TransferAsset3.html","topicHref":"Nekoyume.Action.TransferAsset3.html","topicUid":"Nekoyume.Action.TransferAsset3"},{"name":"TransferAssets","href":"Nekoyume.Action.TransferAssets.html","topicHref":"Nekoyume.Action.TransferAssets.html","topicUid":"Nekoyume.Action.TransferAssets"},{"name":"UnlockCombinationSlot","href":"Nekoyume.Action.UnlockCombinationSlot.html","topicHref":"Nekoyume.Action.UnlockCombinationSlot.html","topicUid":"Nekoyume.Action.UnlockCombinationSlot"},{"name":"UnlockEquipmentRecipe","href":"Nekoyume.Action.UnlockEquipmentRecipe.html","topicHref":"Nekoyume.Action.UnlockEquipmentRecipe.html","topicUid":"Nekoyume.Action.UnlockEquipmentRecipe"},{"name":"UnlockRuneSlot","href":"Nekoyume.Action.UnlockRuneSlot.html","topicHref":"Nekoyume.Action.UnlockRuneSlot.html","topicUid":"Nekoyume.Action.UnlockRuneSlot"},{"name":"UnlockWorld","href":"Nekoyume.Action.UnlockWorld.html","topicHref":"Nekoyume.Action.UnlockWorld.html","topicUid":"Nekoyume.Action.UnlockWorld"},{"name":"UpdateSell","href":"Nekoyume.Action.UpdateSell.html","topicHref":"Nekoyume.Action.UpdateSell.html","topicUid":"Nekoyume.Action.UpdateSell"},{"name":"UpdateSellInfo","href":"Nekoyume.Action.UpdateSellInfo.html","topicHref":"Nekoyume.Action.UpdateSellInfo.html","topicUid":"Nekoyume.Action.UpdateSellInfo"},{"name":"UsageLimitExceedException","href":"Nekoyume.Action.UsageLimitExceedException.html","topicHref":"Nekoyume.Action.UsageLimitExceedException.html","topicUid":"Nekoyume.Action.UsageLimitExceedException"},{"name":"ValidatorSetOperate","href":"Nekoyume.Action.ValidatorSetOperate.html","topicHref":"Nekoyume.Action.ValidatorSetOperate.html","topicUid":"Nekoyume.Action.ValidatorSetOperate"},{"name":"ValidatorSetOperatorType","href":"Nekoyume.Action.ValidatorSetOperatorType.html","topicHref":"Nekoyume.Action.ValidatorSetOperatorType.html","topicUid":"Nekoyume.Action.ValidatorSetOperatorType"},{"name":"ValidatorSetOperatorTypeExtensions","href":"Nekoyume.Action.ValidatorSetOperatorTypeExtensions.html","topicHref":"Nekoyume.Action.ValidatorSetOperatorTypeExtensions.html","topicUid":"Nekoyume.Action.ValidatorSetOperatorTypeExtensions"},{"name":"WeeklyArenaStateAlreadyEndedException","href":"Nekoyume.Action.WeeklyArenaStateAlreadyEndedException.html","topicHref":"Nekoyume.Action.WeeklyArenaStateAlreadyEndedException.html","topicUid":"Nekoyume.Action.WeeklyArenaStateAlreadyEndedException"},{"name":"WeeklyArenaStateNotContainsAvatarAddressException","href":"Nekoyume.Action.WeeklyArenaStateNotContainsAvatarAddressException.html","topicHref":"Nekoyume.Action.WeeklyArenaStateNotContainsAvatarAddressException.html","topicUid":"Nekoyume.Action.WeeklyArenaStateNotContainsAvatarAddressException"}]},{"name":"Nekoyume.Action.AdventureBoss","href":"Nekoyume.Action.AdventureBoss.html","topicHref":"Nekoyume.Action.AdventureBoss.html","topicUid":"Nekoyume.Action.AdventureBoss","items":[{"name":"ClaimAdventureBossReward","href":"Nekoyume.Action.AdventureBoss.ClaimAdventureBossReward.html","topicHref":"Nekoyume.Action.AdventureBoss.ClaimAdventureBossReward.html","topicUid":"Nekoyume.Action.AdventureBoss.ClaimAdventureBossReward"},{"name":"ExploreAdventureBoss","href":"Nekoyume.Action.AdventureBoss.ExploreAdventureBoss.html","topicHref":"Nekoyume.Action.AdventureBoss.ExploreAdventureBoss.html","topicUid":"Nekoyume.Action.AdventureBoss.ExploreAdventureBoss"},{"name":"SweepAdventureBoss","href":"Nekoyume.Action.AdventureBoss.SweepAdventureBoss.html","topicHref":"Nekoyume.Action.AdventureBoss.SweepAdventureBoss.html","topicUid":"Nekoyume.Action.AdventureBoss.SweepAdventureBoss"},{"name":"UnlockFloor","href":"Nekoyume.Action.AdventureBoss.UnlockFloor.html","topicHref":"Nekoyume.Action.AdventureBoss.UnlockFloor.html","topicUid":"Nekoyume.Action.AdventureBoss.UnlockFloor"},{"name":"Wanted","href":"Nekoyume.Action.AdventureBoss.Wanted.html","topicHref":"Nekoyume.Action.AdventureBoss.Wanted.html","topicUid":"Nekoyume.Action.AdventureBoss.Wanted"}]},{"name":"Nekoyume.Action.Coupons","href":"Nekoyume.Action.Coupons.html","topicHref":"Nekoyume.Action.Coupons.html","topicUid":"Nekoyume.Action.Coupons","items":[{"name":"IssueCoupons","href":"Nekoyume.Action.Coupons.IssueCoupons.html","topicHref":"Nekoyume.Action.Coupons.IssueCoupons.html","topicUid":"Nekoyume.Action.Coupons.IssueCoupons"},{"name":"RedeemCoupon","href":"Nekoyume.Action.Coupons.RedeemCoupon.html","topicHref":"Nekoyume.Action.Coupons.RedeemCoupon.html","topicUid":"Nekoyume.Action.Coupons.RedeemCoupon"},{"name":"TransferCoupons","href":"Nekoyume.Action.Coupons.TransferCoupons.html","topicHref":"Nekoyume.Action.Coupons.TransferCoupons.html","topicUid":"Nekoyume.Action.Coupons.TransferCoupons"}]},{"name":"Nekoyume.Action.CustomEquipmentCraft","href":"Nekoyume.Action.CustomEquipmentCraft.html","topicHref":"Nekoyume.Action.CustomEquipmentCraft.html","topicUid":"Nekoyume.Action.CustomEquipmentCraft","items":[{"name":"CustomCraftData","href":"Nekoyume.Action.CustomEquipmentCraft.CustomCraftData.html","topicHref":"Nekoyume.Action.CustomEquipmentCraft.CustomCraftData.html","topicUid":"Nekoyume.Action.CustomEquipmentCraft.CustomCraftData"},{"name":"CustomEquipmentCraft","href":"Nekoyume.Action.CustomEquipmentCraft.CustomEquipmentCraft.html","topicHref":"Nekoyume.Action.CustomEquipmentCraft.CustomEquipmentCraft.html","topicUid":"Nekoyume.Action.CustomEquipmentCraft.CustomEquipmentCraft"}]},{"name":"Nekoyume.Action.Exceptions","href":"Nekoyume.Action.Exceptions.html","topicHref":"Nekoyume.Action.Exceptions.html","topicUid":"Nekoyume.Action.Exceptions","items":[{"name":"DuplicatedCraftSlotIndexException","href":"Nekoyume.Action.Exceptions.DuplicatedCraftSlotIndexException.html","topicHref":"Nekoyume.Action.Exceptions.DuplicatedCraftSlotIndexException.html","topicUid":"Nekoyume.Action.Exceptions.DuplicatedCraftSlotIndexException"},{"name":"EmptyRewardException","href":"Nekoyume.Action.Exceptions.EmptyRewardException.html","topicHref":"Nekoyume.Action.Exceptions.EmptyRewardException.html","topicUid":"Nekoyume.Action.Exceptions.EmptyRewardException"},{"name":"InvalidSummonCountException","href":"Nekoyume.Action.Exceptions.InvalidSummonCountException.html","topicHref":"Nekoyume.Action.Exceptions.InvalidSummonCountException.html","topicUid":"Nekoyume.Action.Exceptions.InvalidSummonCountException"}]},{"name":"Nekoyume.Action.Exceptions.AdventureBoss","href":"Nekoyume.Action.Exceptions.AdventureBoss.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss","items":[{"name":"AlreadyClaimedException","href":"Nekoyume.Action.Exceptions.AdventureBoss.AlreadyClaimedException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.AlreadyClaimedException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.AlreadyClaimedException"},{"name":"ClaimExpiredException","href":"Nekoyume.Action.Exceptions.AdventureBoss.ClaimExpiredException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.ClaimExpiredException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.ClaimExpiredException"},{"name":"InsufficientStakingException","href":"Nekoyume.Action.Exceptions.AdventureBoss.InsufficientStakingException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.InsufficientStakingException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.InsufficientStakingException"},{"name":"InvalidAdventureBossSeasonException","href":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidAdventureBossSeasonException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidAdventureBossSeasonException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidAdventureBossSeasonException"},{"name":"InvalidBountyException","href":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidBountyException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidBountyException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.InvalidBountyException"},{"name":"MaxInvestmentCountExceededException","href":"Nekoyume.Action.Exceptions.AdventureBoss.MaxInvestmentCountExceededException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.MaxInvestmentCountExceededException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.MaxInvestmentCountExceededException"},{"name":"PreviousBountyException","href":"Nekoyume.Action.Exceptions.AdventureBoss.PreviousBountyException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.PreviousBountyException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.PreviousBountyException"},{"name":"SeasonInProgressException","href":"Nekoyume.Action.Exceptions.AdventureBoss.SeasonInProgressException.html","topicHref":"Nekoyume.Action.Exceptions.AdventureBoss.SeasonInProgressException.html","topicUid":"Nekoyume.Action.Exceptions.AdventureBoss.SeasonInProgressException"}]},{"name":"Nekoyume.Action.Exceptions.Arena","href":"Nekoyume.Action.Exceptions.Arena.html","topicHref":"Nekoyume.Action.Exceptions.Arena.html","topicUid":"Nekoyume.Action.Exceptions.Arena","items":[{"name":"AlreadyJoinedArenaException","href":"Nekoyume.Action.Exceptions.Arena.AlreadyJoinedArenaException.html","topicHref":"Nekoyume.Action.Exceptions.Arena.AlreadyJoinedArenaException.html","topicUid":"Nekoyume.Action.Exceptions.Arena.AlreadyJoinedArenaException"}]},{"name":"Nekoyume.Action.Exceptions.CustomEquipmentCraft","href":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.html","topicHref":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.html","topicUid":"Nekoyume.Action.Exceptions.CustomEquipmentCraft","items":[{"name":"NotEnoughRelationshipException","href":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.NotEnoughRelationshipException.html","topicHref":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.NotEnoughRelationshipException.html","topicUid":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.NotEnoughRelationshipException"},{"name":"RandomOnlyIconException","href":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.RandomOnlyIconException.html","topicHref":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.RandomOnlyIconException.html","topicUid":"Nekoyume.Action.Exceptions.CustomEquipmentCraft.RandomOnlyIconException"}]},{"name":"Nekoyume.Action.Factory","href":"Nekoyume.Action.Factory.html","topicHref":"Nekoyume.Action.Factory.html","topicUid":"Nekoyume.Action.Factory","items":[{"name":"ClaimStakeRewardFactory","href":"Nekoyume.Action.Factory.ClaimStakeRewardFactory.html","topicHref":"Nekoyume.Action.Factory.ClaimStakeRewardFactory.html","topicUid":"Nekoyume.Action.Factory.ClaimStakeRewardFactory"}]},{"name":"Nekoyume.Action.Garages","href":"Nekoyume.Action.Garages.html","topicHref":"Nekoyume.Action.Garages.html","topicUid":"Nekoyume.Action.Garages","items":[{"name":"BulkUnloadFromGarages","href":"Nekoyume.Action.Garages.BulkUnloadFromGarages.html","topicHref":"Nekoyume.Action.Garages.BulkUnloadFromGarages.html","topicUid":"Nekoyume.Action.Garages.BulkUnloadFromGarages"},{"name":"DeliverToOthersGarages","href":"Nekoyume.Action.Garages.DeliverToOthersGarages.html","topicHref":"Nekoyume.Action.Garages.DeliverToOthersGarages.html","topicUid":"Nekoyume.Action.Garages.DeliverToOthersGarages"},{"name":"GarageUtils","href":"Nekoyume.Action.Garages.GarageUtils.html","topicHref":"Nekoyume.Action.Garages.GarageUtils.html","topicUid":"Nekoyume.Action.Garages.GarageUtils"},{"name":"LoadIntoMyGarages","href":"Nekoyume.Action.Garages.LoadIntoMyGarages.html","topicHref":"Nekoyume.Action.Garages.LoadIntoMyGarages.html","topicUid":"Nekoyume.Action.Garages.LoadIntoMyGarages"},{"name":"UnloadFromMyGarages","href":"Nekoyume.Action.Garages.UnloadFromMyGarages.html","topicHref":"Nekoyume.Action.Garages.UnloadFromMyGarages.html","topicUid":"Nekoyume.Action.Garages.UnloadFromMyGarages"}]},{"name":"Nekoyume.Action.Guild","href":"Nekoyume.Action.Guild.html","topicHref":"Nekoyume.Action.Guild.html","topicUid":"Nekoyume.Action.Guild","items":[{"name":"BanGuildMember","href":"Nekoyume.Action.Guild.BanGuildMember.html","topicHref":"Nekoyume.Action.Guild.BanGuildMember.html","topicUid":"Nekoyume.Action.Guild.BanGuildMember"},{"name":"ClaimGuildReward","href":"Nekoyume.Action.Guild.ClaimGuildReward.html","topicHref":"Nekoyume.Action.Guild.ClaimGuildReward.html","topicUid":"Nekoyume.Action.Guild.ClaimGuildReward"},{"name":"ClaimReward","href":"Nekoyume.Action.Guild.ClaimReward.html","topicHref":"Nekoyume.Action.Guild.ClaimReward.html","topicUid":"Nekoyume.Action.Guild.ClaimReward"},{"name":"GuildConfig","href":"Nekoyume.Action.Guild.GuildConfig.html","topicHref":"Nekoyume.Action.Guild.GuildConfig.html","topicUid":"Nekoyume.Action.Guild.GuildConfig"},{"name":"JoinGuild","href":"Nekoyume.Action.Guild.JoinGuild.html","topicHref":"Nekoyume.Action.Guild.JoinGuild.html","topicUid":"Nekoyume.Action.Guild.JoinGuild"},{"name":"MakeGuild","href":"Nekoyume.Action.Guild.MakeGuild.html","topicHref":"Nekoyume.Action.Guild.MakeGuild.html","topicUid":"Nekoyume.Action.Guild.MakeGuild"},{"name":"MoveGuild","href":"Nekoyume.Action.Guild.MoveGuild.html","topicHref":"Nekoyume.Action.Guild.MoveGuild.html","topicUid":"Nekoyume.Action.Guild.MoveGuild"},{"name":"QuitGuild","href":"Nekoyume.Action.Guild.QuitGuild.html","topicHref":"Nekoyume.Action.Guild.QuitGuild.html","topicUid":"Nekoyume.Action.Guild.QuitGuild"},{"name":"RemoveGuild","href":"Nekoyume.Action.Guild.RemoveGuild.html","topicHref":"Nekoyume.Action.Guild.RemoveGuild.html","topicUid":"Nekoyume.Action.Guild.RemoveGuild"},{"name":"UnbanGuildMember","href":"Nekoyume.Action.Guild.UnbanGuildMember.html","topicHref":"Nekoyume.Action.Guild.UnbanGuildMember.html","topicUid":"Nekoyume.Action.Guild.UnbanGuildMember"}]},{"name":"Nekoyume.Action.Guild.Migration","href":"Nekoyume.Action.Guild.Migration.html","topicHref":"Nekoyume.Action.Guild.Migration.html","topicUid":"Nekoyume.Action.Guild.Migration","items":[{"name":"MigrateDelegationHeight","href":"Nekoyume.Action.Guild.Migration.MigrateDelegationHeight.html","topicHref":"Nekoyume.Action.Guild.Migration.MigrateDelegationHeight.html","topicUid":"Nekoyume.Action.Guild.Migration.MigrateDelegationHeight"},{"name":"MigratePlanetariumValidator","href":"Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html","topicHref":"Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html","topicUid":"Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator"}]},{"name":"Nekoyume.Action.Guild.Migration.LegacyModels","href":"Nekoyume.Action.Guild.Migration.LegacyModels.html","topicHref":"Nekoyume.Action.Guild.Migration.LegacyModels.html","topicUid":"Nekoyume.Action.Guild.Migration.LegacyModels","items":[{"name":"MigrationModule","href":"Nekoyume.Action.Guild.Migration.LegacyModels.MigrationModule.html","topicHref":"Nekoyume.Action.Guild.Migration.LegacyModels.MigrationModule.html","topicUid":"Nekoyume.Action.Guild.Migration.LegacyModels.MigrationModule"}]},{"name":"Nekoyume.Action.Loader","href":"Nekoyume.Action.Loader.html","topicHref":"Nekoyume.Action.Loader.html","topicUid":"Nekoyume.Action.Loader","items":[{"name":"NCActionLoader","href":"Nekoyume.Action.Loader.NCActionLoader.html","topicHref":"Nekoyume.Action.Loader.NCActionLoader.html","topicUid":"Nekoyume.Action.Loader.NCActionLoader"}]},{"name":"Nekoyume.Action.ValidatorDelegation","href":"Nekoyume.Action.ValidatorDelegation.html","topicHref":"Nekoyume.Action.ValidatorDelegation.html","topicUid":"Nekoyume.Action.ValidatorDelegation","items":[{"name":"AllocateGuildReward","href":"Nekoyume.Action.ValidatorDelegation.AllocateGuildReward.html","topicHref":"Nekoyume.Action.ValidatorDelegation.AllocateGuildReward.html","topicUid":"Nekoyume.Action.ValidatorDelegation.AllocateGuildReward"},{"name":"AllocateReward","href":"Nekoyume.Action.ValidatorDelegation.AllocateReward.html","topicHref":"Nekoyume.Action.ValidatorDelegation.AllocateReward.html","topicUid":"Nekoyume.Action.ValidatorDelegation.AllocateReward"},{"name":"ClaimValidatorRewardSelf","href":"Nekoyume.Action.ValidatorDelegation.ClaimValidatorRewardSelf.html","topicHref":"Nekoyume.Action.ValidatorDelegation.ClaimValidatorRewardSelf.html","topicUid":"Nekoyume.Action.ValidatorDelegation.ClaimValidatorRewardSelf"},{"name":"DelegateValidator","href":"Nekoyume.Action.ValidatorDelegation.DelegateValidator.html","topicHref":"Nekoyume.Action.ValidatorDelegation.DelegateValidator.html","topicUid":"Nekoyume.Action.ValidatorDelegation.DelegateValidator"},{"name":"Mortgage","href":"Nekoyume.Action.ValidatorDelegation.Mortgage.html","topicHref":"Nekoyume.Action.ValidatorDelegation.Mortgage.html","topicUid":"Nekoyume.Action.ValidatorDelegation.Mortgage"},{"name":"PromoteValidator","href":"Nekoyume.Action.ValidatorDelegation.PromoteValidator.html","topicHref":"Nekoyume.Action.ValidatorDelegation.PromoteValidator.html","topicUid":"Nekoyume.Action.ValidatorDelegation.PromoteValidator"},{"name":"RecordProposer","href":"Nekoyume.Action.ValidatorDelegation.RecordProposer.html","topicHref":"Nekoyume.Action.ValidatorDelegation.RecordProposer.html","topicUid":"Nekoyume.Action.ValidatorDelegation.RecordProposer"},{"name":"Refund","href":"Nekoyume.Action.ValidatorDelegation.Refund.html","topicHref":"Nekoyume.Action.ValidatorDelegation.Refund.html","topicUid":"Nekoyume.Action.ValidatorDelegation.Refund"},{"name":"ReleaseValidatorUnbondings","href":"Nekoyume.Action.ValidatorDelegation.ReleaseValidatorUnbondings.html","topicHref":"Nekoyume.Action.ValidatorDelegation.ReleaseValidatorUnbondings.html","topicUid":"Nekoyume.Action.ValidatorDelegation.ReleaseValidatorUnbondings"},{"name":"Reward","href":"Nekoyume.Action.ValidatorDelegation.Reward.html","topicHref":"Nekoyume.Action.ValidatorDelegation.Reward.html","topicUid":"Nekoyume.Action.ValidatorDelegation.Reward"},{"name":"SetValidatorCommission","href":"Nekoyume.Action.ValidatorDelegation.SetValidatorCommission.html","topicHref":"Nekoyume.Action.ValidatorDelegation.SetValidatorCommission.html","topicUid":"Nekoyume.Action.ValidatorDelegation.SetValidatorCommission"},{"name":"SlashValidator","href":"Nekoyume.Action.ValidatorDelegation.SlashValidator.html","topicHref":"Nekoyume.Action.ValidatorDelegation.SlashValidator.html","topicUid":"Nekoyume.Action.ValidatorDelegation.SlashValidator"},{"name":"UndelegateValidator","href":"Nekoyume.Action.ValidatorDelegation.UndelegateValidator.html","topicHref":"Nekoyume.Action.ValidatorDelegation.UndelegateValidator.html","topicUid":"Nekoyume.Action.ValidatorDelegation.UndelegateValidator"},{"name":"UnjailValidator","href":"Nekoyume.Action.ValidatorDelegation.UnjailValidator.html","topicHref":"Nekoyume.Action.ValidatorDelegation.UnjailValidator.html","topicUid":"Nekoyume.Action.ValidatorDelegation.UnjailValidator"},{"name":"UpdateValidators","href":"Nekoyume.Action.ValidatorDelegation.UpdateValidators.html","topicHref":"Nekoyume.Action.ValidatorDelegation.UpdateValidators.html","topicUid":"Nekoyume.Action.ValidatorDelegation.UpdateValidators"}]},{"name":"Nekoyume.Arena","href":"Nekoyume.Arena.html","topicHref":"Nekoyume.Arena.html","topicUid":"Nekoyume.Arena","items":[{"name":"ArenaHelper","href":"Nekoyume.Arena.ArenaHelper.html","topicHref":"Nekoyume.Arena.ArenaHelper.html","topicUid":"Nekoyume.Arena.ArenaHelper"},{"name":"ArenaSimulator","href":"Nekoyume.Arena.ArenaSimulator.html","topicHref":"Nekoyume.Arena.ArenaSimulator.html","topicUid":"Nekoyume.Arena.ArenaSimulator"},{"name":"ArenaSimulator2","href":"Nekoyume.Arena.ArenaSimulator2.html","topicHref":"Nekoyume.Arena.ArenaSimulator2.html","topicUid":"Nekoyume.Arena.ArenaSimulator2"},{"name":"IArenaSimulator","href":"Nekoyume.Arena.IArenaSimulator.html","topicHref":"Nekoyume.Arena.IArenaSimulator.html","topicUid":"Nekoyume.Arena.IArenaSimulator"}]},{"name":"Nekoyume.Battle","href":"Nekoyume.Battle.html","topicHref":"Nekoyume.Battle.html","topicUid":"Nekoyume.Battle","items":[{"name":"ArenaScoreHelper","href":"Nekoyume.Battle.ArenaScoreHelper.html","topicHref":"Nekoyume.Battle.ArenaScoreHelper.html","topicUid":"Nekoyume.Battle.ArenaScoreHelper"},{"name":"AttackCountHelper","href":"Nekoyume.Battle.AttackCountHelper.html","topicHref":"Nekoyume.Battle.AttackCountHelper.html","topicUid":"Nekoyume.Battle.AttackCountHelper"},{"name":"CPHelper","href":"Nekoyume.Battle.CPHelper.html","topicHref":"Nekoyume.Battle.CPHelper.html","topicUid":"Nekoyume.Battle.CPHelper"},{"name":"CriticalHelper","href":"Nekoyume.Battle.CriticalHelper.html","topicHref":"Nekoyume.Battle.CriticalHelper.html","topicUid":"Nekoyume.Battle.CriticalHelper"},{"name":"DamageHelper","href":"Nekoyume.Battle.DamageHelper.html","topicHref":"Nekoyume.Battle.DamageHelper.html","topicUid":"Nekoyume.Battle.DamageHelper"},{"name":"EnemyPlayerDigest","href":"Nekoyume.Battle.EnemyPlayerDigest.html","topicHref":"Nekoyume.Battle.EnemyPlayerDigest.html","topicUid":"Nekoyume.Battle.EnemyPlayerDigest"},{"name":"HitHelper","href":"Nekoyume.Battle.HitHelper.html","topicHref":"Nekoyume.Battle.HitHelper.html","topicUid":"Nekoyume.Battle.HitHelper"},{"name":"ISimulator","href":"Nekoyume.Battle.ISimulator.html","topicHref":"Nekoyume.Battle.ISimulator.html","topicUid":"Nekoyume.Battle.ISimulator"},{"name":"IStageSimulator","href":"Nekoyume.Battle.IStageSimulator.html","topicHref":"Nekoyume.Battle.IStageSimulator.html","topicUid":"Nekoyume.Battle.IStageSimulator"},{"name":"InvalidCountException","href":"Nekoyume.Battle.InvalidCountException.html","topicHref":"Nekoyume.Battle.InvalidCountException.html","topicUid":"Nekoyume.Battle.InvalidCountException"},{"name":"ListEmptyException","href":"Nekoyume.Battle.ListEmptyException.html","topicHref":"Nekoyume.Battle.ListEmptyException.html","topicUid":"Nekoyume.Battle.ListEmptyException"},{"name":"RaidSimulator","href":"Nekoyume.Battle.RaidSimulator.html","topicHref":"Nekoyume.Battle.RaidSimulator.html","topicUid":"Nekoyume.Battle.RaidSimulator"},{"name":"RaidSimulatorV1","href":"Nekoyume.Battle.RaidSimulatorV1.html","topicHref":"Nekoyume.Battle.RaidSimulatorV1.html","topicUid":"Nekoyume.Battle.RaidSimulatorV1"},{"name":"RaidSimulatorV2","href":"Nekoyume.Battle.RaidSimulatorV2.html","topicHref":"Nekoyume.Battle.RaidSimulatorV2.html","topicUid":"Nekoyume.Battle.RaidSimulatorV2"},{"name":"RankingSimulator","href":"Nekoyume.Battle.RankingSimulator.html","topicHref":"Nekoyume.Battle.RankingSimulator.html","topicUid":"Nekoyume.Battle.RankingSimulator"},{"name":"RankingSimulatorV1","href":"Nekoyume.Battle.RankingSimulatorV1.html","topicHref":"Nekoyume.Battle.RankingSimulatorV1.html","topicUid":"Nekoyume.Battle.RankingSimulatorV1"},{"name":"RewardSelector","href":"Nekoyume.Battle.RewardSelector.html","topicHref":"Nekoyume.Battle.RewardSelector.html","topicUid":"Nekoyume.Battle.RewardSelector"},{"name":"Simulator","href":"Nekoyume.Battle.Simulator.html","topicHref":"Nekoyume.Battle.Simulator.html","topicUid":"Nekoyume.Battle.Simulator"},{"name":"StageRewardExpHelper","href":"Nekoyume.Battle.StageRewardExpHelper.html","topicHref":"Nekoyume.Battle.StageRewardExpHelper.html","topicUid":"Nekoyume.Battle.StageRewardExpHelper"},{"name":"StageSimulator","href":"Nekoyume.Battle.StageSimulator.html","topicHref":"Nekoyume.Battle.StageSimulator.html","topicUid":"Nekoyume.Battle.StageSimulator"},{"name":"StageSimulatorV1","href":"Nekoyume.Battle.StageSimulatorV1.html","topicHref":"Nekoyume.Battle.StageSimulatorV1.html","topicUid":"Nekoyume.Battle.StageSimulatorV1"},{"name":"StageSimulatorV2","href":"Nekoyume.Battle.StageSimulatorV2.html","topicHref":"Nekoyume.Battle.StageSimulatorV2.html","topicUid":"Nekoyume.Battle.StageSimulatorV2"},{"name":"StageSimulatorV3","href":"Nekoyume.Battle.StageSimulatorV3.html","topicHref":"Nekoyume.Battle.StageSimulatorV3.html","topicUid":"Nekoyume.Battle.StageSimulatorV3"},{"name":"TestSimulator","href":"Nekoyume.Battle.TestSimulator.html","topicHref":"Nekoyume.Battle.TestSimulator.html","topicUid":"Nekoyume.Battle.TestSimulator"},{"name":"Wave","href":"Nekoyume.Battle.Wave.html","topicHref":"Nekoyume.Battle.Wave.html","topicUid":"Nekoyume.Battle.Wave"},{"name":"WeightedSelector","href":"Nekoyume.Battle.WeightedSelector-1.html","topicHref":"Nekoyume.Battle.WeightedSelector-1.html","topicUid":"Nekoyume.Battle.WeightedSelector`1"}]},{"name":"Nekoyume.Battle.AdventureBoss","href":"Nekoyume.Battle.AdventureBoss.html","topicHref":"Nekoyume.Battle.AdventureBoss.html","topicUid":"Nekoyume.Battle.AdventureBoss","items":[{"name":"AdventureBossSimulator","href":"Nekoyume.Battle.AdventureBoss.AdventureBossSimulator.html","topicHref":"Nekoyume.Battle.AdventureBoss.AdventureBossSimulator.html","topicUid":"Nekoyume.Battle.AdventureBoss.AdventureBossSimulator"}]},{"name":"Nekoyume.Data","href":"Nekoyume.Data.html","topicHref":"Nekoyume.Data.html","topicUid":"Nekoyume.Data","items":[{"name":"AdventureBossGameData","href":"Nekoyume.Data.AdventureBossGameData.html","topicHref":"Nekoyume.Data.AdventureBossGameData.html","topicUid":"Nekoyume.Data.AdventureBossGameData"},{"name":"AdventureBossGameData.ClaimableReward","href":"Nekoyume.Data.AdventureBossGameData.ClaimableReward.html","topicHref":"Nekoyume.Data.AdventureBossGameData.ClaimableReward.html","topicUid":"Nekoyume.Data.AdventureBossGameData.ClaimableReward"}]},{"name":"Nekoyume.Delegation","href":"Nekoyume.Delegation.html","topicHref":"Nekoyume.Delegation.html","topicUid":"Nekoyume.Delegation","items":[{"name":"Bond","href":"Nekoyume.Delegation.Bond.html","topicHref":"Nekoyume.Delegation.Bond.html","topicUid":"Nekoyume.Delegation.Bond"},{"name":"DelegateeMetadata","href":"Nekoyume.Delegation.DelegateeMetadata.html","topicHref":"Nekoyume.Delegation.DelegateeMetadata.html","topicUid":"Nekoyume.Delegation.DelegateeMetadata"},{"name":"Delegatee","href":"Nekoyume.Delegation.Delegatee-2.html","topicHref":"Nekoyume.Delegation.Delegatee-2.html","topicUid":"Nekoyume.Delegation.Delegatee`2"},{"name":"DelegationAddress","href":"Nekoyume.Delegation.DelegationAddress.html","topicHref":"Nekoyume.Delegation.DelegationAddress.html","topicUid":"Nekoyume.Delegation.DelegationAddress"},{"name":"DelegationRepository","href":"Nekoyume.Delegation.DelegationRepository.html","topicHref":"Nekoyume.Delegation.DelegationRepository.html","topicUid":"Nekoyume.Delegation.DelegationRepository"},{"name":"DelegatorMetadata","href":"Nekoyume.Delegation.DelegatorMetadata.html","topicHref":"Nekoyume.Delegation.DelegatorMetadata.html","topicUid":"Nekoyume.Delegation.DelegatorMetadata"},{"name":"Delegator","href":"Nekoyume.Delegation.Delegator-2.html","topicHref":"Nekoyume.Delegation.Delegator-2.html","topicUid":"Nekoyume.Delegation.Delegator`2"},{"name":"IDelegatee","href":"Nekoyume.Delegation.IDelegatee.html","topicHref":"Nekoyume.Delegation.IDelegatee.html","topicUid":"Nekoyume.Delegation.IDelegatee"},{"name":"IDelegateeMetadata","href":"Nekoyume.Delegation.IDelegateeMetadata.html","topicHref":"Nekoyume.Delegation.IDelegateeMetadata.html","topicUid":"Nekoyume.Delegation.IDelegateeMetadata"},{"name":"IDelegationRepository","href":"Nekoyume.Delegation.IDelegationRepository.html","topicHref":"Nekoyume.Delegation.IDelegationRepository.html","topicUid":"Nekoyume.Delegation.IDelegationRepository"},{"name":"IDelegator","href":"Nekoyume.Delegation.IDelegator.html","topicHref":"Nekoyume.Delegation.IDelegator.html","topicUid":"Nekoyume.Delegation.IDelegator"},{"name":"IDelegatorMetadata","href":"Nekoyume.Delegation.IDelegatorMetadata.html","topicHref":"Nekoyume.Delegation.IDelegatorMetadata.html","topicUid":"Nekoyume.Delegation.IDelegatorMetadata"},{"name":"IUnbonding","href":"Nekoyume.Delegation.IUnbonding.html","topicHref":"Nekoyume.Delegation.IUnbonding.html","topicUid":"Nekoyume.Delegation.IUnbonding"},{"name":"LumpSumRewardsRecord","href":"Nekoyume.Delegation.LumpSumRewardsRecord.html","topicHref":"Nekoyume.Delegation.LumpSumRewardsRecord.html","topicUid":"Nekoyume.Delegation.LumpSumRewardsRecord"},{"name":"RebondGrace","href":"Nekoyume.Delegation.RebondGrace.html","topicHref":"Nekoyume.Delegation.RebondGrace.html","topicUid":"Nekoyume.Delegation.RebondGrace"},{"name":"RewardBase","href":"Nekoyume.Delegation.RewardBase.html","topicHref":"Nekoyume.Delegation.RewardBase.html","topicUid":"Nekoyume.Delegation.RewardBase"},{"name":"UnbondLockIn","href":"Nekoyume.Delegation.UnbondLockIn.html","topicHref":"Nekoyume.Delegation.UnbondLockIn.html","topicUid":"Nekoyume.Delegation.UnbondLockIn"},{"name":"UnbondingEntry","href":"Nekoyume.Delegation.UnbondingEntry.html","topicHref":"Nekoyume.Delegation.UnbondingEntry.html","topicUid":"Nekoyume.Delegation.UnbondingEntry"},{"name":"UnbondingEntry.Comparer","href":"Nekoyume.Delegation.UnbondingEntry.Comparer.html","topicHref":"Nekoyume.Delegation.UnbondingEntry.Comparer.html","topicUid":"Nekoyume.Delegation.UnbondingEntry.Comparer"},{"name":"UnbondingFactory","href":"Nekoyume.Delegation.UnbondingFactory.html","topicHref":"Nekoyume.Delegation.UnbondingFactory.html","topicUid":"Nekoyume.Delegation.UnbondingFactory"},{"name":"UnbondingRef","href":"Nekoyume.Delegation.UnbondingRef.html","topicHref":"Nekoyume.Delegation.UnbondingRef.html","topicUid":"Nekoyume.Delegation.UnbondingRef"},{"name":"UnbondingSet","href":"Nekoyume.Delegation.UnbondingSet.html","topicHref":"Nekoyume.Delegation.UnbondingSet.html","topicUid":"Nekoyume.Delegation.UnbondingSet"},{"name":"UnbondingType","href":"Nekoyume.Delegation.UnbondingType.html","topicHref":"Nekoyume.Delegation.UnbondingType.html","topicUid":"Nekoyume.Delegation.UnbondingType"}]},{"name":"Nekoyume.Exceptions","href":"Nekoyume.Exceptions.html","topicHref":"Nekoyume.Exceptions.html","topicUid":"Nekoyume.Exceptions","items":[{"name":"AlreadyFoughtAvatarException","href":"Nekoyume.Exceptions.AlreadyFoughtAvatarException.html","topicHref":"Nekoyume.Exceptions.AlreadyFoughtAvatarException.html","topicUid":"Nekoyume.Exceptions.AlreadyFoughtAvatarException"},{"name":"BencodexTypesExtensions","href":"Nekoyume.Exceptions.BencodexTypesExtensions.html","topicHref":"Nekoyume.Exceptions.BencodexTypesExtensions.html","topicUid":"Nekoyume.Exceptions.BencodexTypesExtensions"},{"name":"InvalidActionFieldException","href":"Nekoyume.Exceptions.InvalidActionFieldException.html","topicHref":"Nekoyume.Exceptions.InvalidActionFieldException.html","topicUid":"Nekoyume.Exceptions.InvalidActionFieldException"},{"name":"InvalidMaterialCountException","href":"Nekoyume.Exceptions.InvalidMaterialCountException.html","topicHref":"Nekoyume.Exceptions.InvalidMaterialCountException.html","topicUid":"Nekoyume.Exceptions.InvalidMaterialCountException"},{"name":"ItemNotFoundException","href":"Nekoyume.Exceptions.ItemNotFoundException.html","topicHref":"Nekoyume.Exceptions.ItemNotFoundException.html","topicUid":"Nekoyume.Exceptions.ItemNotFoundException"},{"name":"MedalIdNotFoundException","href":"Nekoyume.Exceptions.MedalIdNotFoundException.html","topicHref":"Nekoyume.Exceptions.MedalIdNotFoundException.html","topicUid":"Nekoyume.Exceptions.MedalIdNotFoundException"},{"name":"NotEnoughEventDungeonTicketsException","href":"Nekoyume.Exceptions.NotEnoughEventDungeonTicketsException.html","topicHref":"Nekoyume.Exceptions.NotEnoughEventDungeonTicketsException.html","topicUid":"Nekoyume.Exceptions.NotEnoughEventDungeonTicketsException"},{"name":"NotEnoughItemException","href":"Nekoyume.Exceptions.NotEnoughItemException.html","topicHref":"Nekoyume.Exceptions.NotEnoughItemException.html","topicUid":"Nekoyume.Exceptions.NotEnoughItemException"},{"name":"PetCostNotFoundException","href":"Nekoyume.Exceptions.PetCostNotFoundException.html","topicHref":"Nekoyume.Exceptions.PetCostNotFoundException.html","topicUid":"Nekoyume.Exceptions.PetCostNotFoundException"},{"name":"StateNullException","href":"Nekoyume.Exceptions.StateNullException.html","topicHref":"Nekoyume.Exceptions.StateNullException.html","topicUid":"Nekoyume.Exceptions.StateNullException"},{"name":"UnsupportedStateException","href":"Nekoyume.Exceptions.UnsupportedStateException.html","topicHref":"Nekoyume.Exceptions.UnsupportedStateException.html","topicUid":"Nekoyume.Exceptions.UnsupportedStateException"}]},{"name":"Nekoyume.Extensions","href":"Nekoyume.Extensions.html","topicHref":"Nekoyume.Extensions.html","topicUid":"Nekoyume.Extensions","items":[{"name":"ActionContextExtensions","href":"Nekoyume.Extensions.ActionContextExtensions.html","topicHref":"Nekoyume.Extensions.ActionContextExtensions.html","topicUid":"Nekoyume.Extensions.ActionContextExtensions"},{"name":"AgentAddressExtensions","href":"Nekoyume.Extensions.AgentAddressExtensions.html","topicHref":"Nekoyume.Extensions.AgentAddressExtensions.html","topicUid":"Nekoyume.Extensions.AgentAddressExtensions"},{"name":"CombinationSlotStateExtensions","href":"Nekoyume.Extensions.CombinationSlotStateExtensions.html","topicHref":"Nekoyume.Extensions.CombinationSlotStateExtensions.html","topicUid":"Nekoyume.Extensions.CombinationSlotStateExtensions"},{"name":"EquipmentExtensions","href":"Nekoyume.Extensions.EquipmentExtensions.html","topicHref":"Nekoyume.Extensions.EquipmentExtensions.html","topicUid":"Nekoyume.Extensions.EquipmentExtensions"},{"name":"EventDungeonExtensions","href":"Nekoyume.Extensions.EventDungeonExtensions.html","topicHref":"Nekoyume.Extensions.EventDungeonExtensions.html","topicUid":"Nekoyume.Extensions.EventDungeonExtensions"},{"name":"EventRecipeExtensions","href":"Nekoyume.Extensions.EventRecipeExtensions.html","topicHref":"Nekoyume.Extensions.EventRecipeExtensions.html","topicUid":"Nekoyume.Extensions.EventRecipeExtensions"},{"name":"EventScheduleExtensions","href":"Nekoyume.Extensions.EventScheduleExtensions.html","topicHref":"Nekoyume.Extensions.EventScheduleExtensions.html","topicUid":"Nekoyume.Extensions.EventScheduleExtensions"},{"name":"IntegerExtensions","href":"Nekoyume.Extensions.IntegerExtensions.html","topicHref":"Nekoyume.Extensions.IntegerExtensions.html","topicUid":"Nekoyume.Extensions.IntegerExtensions"},{"name":"MaterialItemSheetExtensions","href":"Nekoyume.Extensions.MaterialItemSheetExtensions.html","topicHref":"Nekoyume.Extensions.MaterialItemSheetExtensions.html","topicUid":"Nekoyume.Extensions.MaterialItemSheetExtensions"},{"name":"RandomExtensions","href":"Nekoyume.Extensions.RandomExtensions.html","topicHref":"Nekoyume.Extensions.RandomExtensions.html","topicUid":"Nekoyume.Extensions.RandomExtensions"},{"name":"SheetsExtensions","href":"Nekoyume.Extensions.SheetsExtensions.html","topicHref":"Nekoyume.Extensions.SheetsExtensions.html","topicUid":"Nekoyume.Extensions.SheetsExtensions"},{"name":"WorldExtensions","href":"Nekoyume.Extensions.WorldExtensions.html","topicHref":"Nekoyume.Extensions.WorldExtensions.html","topicUid":"Nekoyume.Extensions.WorldExtensions"},{"name":"WorldInformationExtensions","href":"Nekoyume.Extensions.WorldInformationExtensions.html","topicHref":"Nekoyume.Extensions.WorldInformationExtensions.html","topicUid":"Nekoyume.Extensions.WorldInformationExtensions"}]},{"name":"Nekoyume.Helper","href":"Nekoyume.Helper.html","topicHref":"Nekoyume.Helper.html","topicUid":"Nekoyume.Helper","items":[{"name":"AdventureBossHelper","href":"Nekoyume.Helper.AdventureBossHelper.html","topicHref":"Nekoyume.Helper.AdventureBossHelper.html","topicUid":"Nekoyume.Helper.AdventureBossHelper"},{"name":"AvatarStateExtensions","href":"Nekoyume.Helper.AvatarStateExtensions.html","topicHref":"Nekoyume.Helper.AvatarStateExtensions.html","topicUid":"Nekoyume.Helper.AvatarStateExtensions"},{"name":"CrystalCalculator","href":"Nekoyume.Helper.CrystalCalculator.html","topicHref":"Nekoyume.Helper.CrystalCalculator.html","topicUid":"Nekoyume.Helper.CrystalCalculator"},{"name":"CustomCraftHelper","href":"Nekoyume.Helper.CustomCraftHelper.html","topicHref":"Nekoyume.Helper.CustomCraftHelper.html","topicUid":"Nekoyume.Helper.CustomCraftHelper"},{"name":"InventoryExtensions","href":"Nekoyume.Helper.InventoryExtensions.html","topicHref":"Nekoyume.Helper.InventoryExtensions.html","topicUid":"Nekoyume.Helper.InventoryExtensions"},{"name":"ItemOptionHelper","href":"Nekoyume.Helper.ItemOptionHelper.html","topicHref":"Nekoyume.Helper.ItemOptionHelper.html","topicUid":"Nekoyume.Helper.ItemOptionHelper"},{"name":"ItemOptionInfo","href":"Nekoyume.Helper.ItemOptionInfo.html","topicHref":"Nekoyume.Helper.ItemOptionInfo.html","topicUid":"Nekoyume.Helper.ItemOptionInfo"},{"name":"PetHelper","href":"Nekoyume.Helper.PetHelper.html","topicHref":"Nekoyume.Helper.PetHelper.html","topicUid":"Nekoyume.Helper.PetHelper"},{"name":"RuneHelper","href":"Nekoyume.Helper.RuneHelper.html","topicHref":"Nekoyume.Helper.RuneHelper.html","topicUid":"Nekoyume.Helper.RuneHelper"},{"name":"SummonHelper","href":"Nekoyume.Helper.SummonHelper.html","topicHref":"Nekoyume.Helper.SummonHelper.html","topicUid":"Nekoyume.Helper.SummonHelper"},{"name":"SynthesizeResult","href":"Nekoyume.Helper.SynthesizeResult.html","topicHref":"Nekoyume.Helper.SynthesizeResult.html","topicUid":"Nekoyume.Helper.SynthesizeResult"},{"name":"SynthesizeSimulator","href":"Nekoyume.Helper.SynthesizeSimulator.html","topicHref":"Nekoyume.Helper.SynthesizeSimulator.html","topicUid":"Nekoyume.Helper.SynthesizeSimulator"},{"name":"SynthesizeSimulator.InputData","href":"Nekoyume.Helper.SynthesizeSimulator.InputData.html","topicHref":"Nekoyume.Helper.SynthesizeSimulator.InputData.html","topicUid":"Nekoyume.Helper.SynthesizeSimulator.InputData"},{"name":"WorldBossHelper","href":"Nekoyume.Helper.WorldBossHelper.html","topicHref":"Nekoyume.Helper.WorldBossHelper.html","topicUid":"Nekoyume.Helper.WorldBossHelper"}]},{"name":"Nekoyume.Model","href":"Nekoyume.Model.html","topicHref":"Nekoyume.Model.html","topicUid":"Nekoyume.Model","items":[{"name":"ActivationKey","href":"Nekoyume.Model.ActivationKey.html","topicHref":"Nekoyume.Model.ActivationKey.html","topicUid":"Nekoyume.Model.ActivationKey"},{"name":"ArenaCharacter","href":"Nekoyume.Model.ArenaCharacter.html","topicHref":"Nekoyume.Model.ArenaCharacter.html","topicUid":"Nekoyume.Model.ArenaCharacter"},{"name":"ArenaPlayerDigest","href":"Nekoyume.Model.ArenaPlayerDigest.html","topicHref":"Nekoyume.Model.ArenaPlayerDigest.html","topicUid":"Nekoyume.Model.ArenaPlayerDigest"},{"name":"ArenaSkills","href":"Nekoyume.Model.ArenaSkills.html","topicHref":"Nekoyume.Model.ArenaSkills.html","topicUid":"Nekoyume.Model.ArenaSkills"},{"name":"CharacterBase","href":"Nekoyume.Model.CharacterBase.html","topicHref":"Nekoyume.Model.CharacterBase.html","topicUid":"Nekoyume.Model.CharacterBase"},{"name":"CollectionMap","href":"Nekoyume.Model.CollectionMap.html","topicHref":"Nekoyume.Model.CollectionMap.html","topicUid":"Nekoyume.Model.CollectionMap"},{"name":"Enemy","href":"Nekoyume.Model.Enemy.html","topicHref":"Nekoyume.Model.Enemy.html","topicUid":"Nekoyume.Model.Enemy"},{"name":"EnemyPlayer","href":"Nekoyume.Model.EnemyPlayer.html","topicHref":"Nekoyume.Model.EnemyPlayer.html","topicUid":"Nekoyume.Model.EnemyPlayer"},{"name":"FailedAddWorldException","href":"Nekoyume.Model.FailedAddWorldException.html","topicHref":"Nekoyume.Model.FailedAddWorldException.html","topicUid":"Nekoyume.Model.FailedAddWorldException"},{"name":"FailedToUnlockWorldException","href":"Nekoyume.Model.FailedToUnlockWorldException.html","topicHref":"Nekoyume.Model.FailedToUnlockWorldException.html","topicUid":"Nekoyume.Model.FailedToUnlockWorldException"},{"name":"FungibleItemValue","href":"Nekoyume.Model.FungibleItemValue.html","topicHref":"Nekoyume.Model.FungibleItemValue.html","topicUid":"Nekoyume.Model.FungibleItemValue"},{"name":"IArena","href":"Nekoyume.Model.IArena.html","topicHref":"Nekoyume.Model.IArena.html","topicUid":"Nekoyume.Model.IArena"},{"name":"IStage","href":"Nekoyume.Model.IStage.html","topicHref":"Nekoyume.Model.IStage.html","topicUid":"Nekoyume.Model.IStage"},{"name":"Player","href":"Nekoyume.Model.Player.html","topicHref":"Nekoyume.Model.Player.html","topicUid":"Nekoyume.Model.Player"},{"name":"Player.ExpData","href":"Nekoyume.Model.Player.ExpData.html","topicHref":"Nekoyume.Model.Player.ExpData.html","topicUid":"Nekoyume.Model.Player.ExpData"},{"name":"RaidBoss","href":"Nekoyume.Model.RaidBoss.html","topicHref":"Nekoyume.Model.RaidBoss.html","topicUid":"Nekoyume.Model.RaidBoss"},{"name":"Skills","href":"Nekoyume.Model.Skills.html","topicHref":"Nekoyume.Model.Skills.html","topicUid":"Nekoyume.Model.Skills"},{"name":"WorldInformation","href":"Nekoyume.Model.WorldInformation.html","topicHref":"Nekoyume.Model.WorldInformation.html","topicUid":"Nekoyume.Model.WorldInformation"},{"name":"WorldInformation.World","href":"Nekoyume.Model.WorldInformation.World.html","topicHref":"Nekoyume.Model.WorldInformation.World.html","topicUid":"Nekoyume.Model.WorldInformation.World"}]},{"name":"Nekoyume.Model.AdventureBoss","href":"Nekoyume.Model.AdventureBoss.html","topicHref":"Nekoyume.Model.AdventureBoss.html","topicUid":"Nekoyume.Model.AdventureBoss","items":[{"name":"BountyBoard","href":"Nekoyume.Model.AdventureBoss.BountyBoard.html","topicHref":"Nekoyume.Model.AdventureBoss.BountyBoard.html","topicUid":"Nekoyume.Model.AdventureBoss.BountyBoard"},{"name":"ExploreBoard","href":"Nekoyume.Model.AdventureBoss.ExploreBoard.html","topicHref":"Nekoyume.Model.AdventureBoss.ExploreBoard.html","topicUid":"Nekoyume.Model.AdventureBoss.ExploreBoard"},{"name":"Explorer","href":"Nekoyume.Model.AdventureBoss.Explorer.html","topicHref":"Nekoyume.Model.AdventureBoss.Explorer.html","topicUid":"Nekoyume.Model.AdventureBoss.Explorer"},{"name":"ExplorerList","href":"Nekoyume.Model.AdventureBoss.ExplorerList.html","topicHref":"Nekoyume.Model.AdventureBoss.ExplorerList.html","topicUid":"Nekoyume.Model.AdventureBoss.ExplorerList"},{"name":"Investor","href":"Nekoyume.Model.AdventureBoss.Investor.html","topicHref":"Nekoyume.Model.AdventureBoss.Investor.html","topicUid":"Nekoyume.Model.AdventureBoss.Investor"},{"name":"SeasonInfo","href":"Nekoyume.Model.AdventureBoss.SeasonInfo.html","topicHref":"Nekoyume.Model.AdventureBoss.SeasonInfo.html","topicUid":"Nekoyume.Model.AdventureBoss.SeasonInfo"}]},{"name":"Nekoyume.Model.Arena","href":"Nekoyume.Model.Arena.html","topicHref":"Nekoyume.Model.Arena.html","topicUid":"Nekoyume.Model.Arena","items":[{"name":"AddressNotFoundInArenaParticipantsException","href":"Nekoyume.Model.Arena.AddressNotFoundInArenaParticipantsException.html","topicHref":"Nekoyume.Model.Arena.AddressNotFoundInArenaParticipantsException.html","topicUid":"Nekoyume.Model.Arena.AddressNotFoundInArenaParticipantsException"},{"name":"ArenaAvatarStateNotFoundException","href":"Nekoyume.Model.Arena.ArenaAvatarStateNotFoundException.html","topicHref":"Nekoyume.Model.Arena.ArenaAvatarStateNotFoundException.html","topicUid":"Nekoyume.Model.Arena.ArenaAvatarStateNotFoundException"},{"name":"ArenaInformation","href":"Nekoyume.Model.Arena.ArenaInformation.html","topicHref":"Nekoyume.Model.Arena.ArenaInformation.html","topicUid":"Nekoyume.Model.Arena.ArenaInformation"},{"name":"ArenaInformationAlreadyContainsException","href":"Nekoyume.Model.Arena.ArenaInformationAlreadyContainsException.html","topicHref":"Nekoyume.Model.Arena.ArenaInformationAlreadyContainsException.html","topicUid":"Nekoyume.Model.Arena.ArenaInformationAlreadyContainsException"},{"name":"ArenaInformationNotFoundException","href":"Nekoyume.Model.Arena.ArenaInformationNotFoundException.html","topicHref":"Nekoyume.Model.Arena.ArenaInformationNotFoundException.html","topicUid":"Nekoyume.Model.Arena.ArenaInformationNotFoundException"},{"name":"ArenaParticipant","href":"Nekoyume.Model.Arena.ArenaParticipant.html","topicHref":"Nekoyume.Model.Arena.ArenaParticipant.html","topicUid":"Nekoyume.Model.Arena.ArenaParticipant"},{"name":"ArenaParticipants","href":"Nekoyume.Model.Arena.ArenaParticipants.html","topicHref":"Nekoyume.Model.Arena.ArenaParticipants.html","topicUid":"Nekoyume.Model.Arena.ArenaParticipants"},{"name":"ArenaParticipantsNotFoundException","href":"Nekoyume.Model.Arena.ArenaParticipantsNotFoundException.html","topicHref":"Nekoyume.Model.Arena.ArenaParticipantsNotFoundException.html","topicUid":"Nekoyume.Model.Arena.ArenaParticipantsNotFoundException"},{"name":"ArenaScore","href":"Nekoyume.Model.Arena.ArenaScore.html","topicHref":"Nekoyume.Model.Arena.ArenaScore.html","topicUid":"Nekoyume.Model.Arena.ArenaScore"},{"name":"ArenaScoreAlreadyContainsException","href":"Nekoyume.Model.Arena.ArenaScoreAlreadyContainsException.html","topicHref":"Nekoyume.Model.Arena.ArenaScoreAlreadyContainsException.html","topicUid":"Nekoyume.Model.Arena.ArenaScoreAlreadyContainsException"},{"name":"ArenaScoreNotFoundException","href":"Nekoyume.Model.Arena.ArenaScoreNotFoundException.html","topicHref":"Nekoyume.Model.Arena.ArenaScoreNotFoundException.html","topicUid":"Nekoyume.Model.Arena.ArenaScoreNotFoundException"},{"name":"CoolDownBlockException","href":"Nekoyume.Model.Arena.CoolDownBlockException.html","topicHref":"Nekoyume.Model.Arena.CoolDownBlockException.html","topicUid":"Nekoyume.Model.Arena.CoolDownBlockException"},{"name":"ExceedPlayCountException","href":"Nekoyume.Model.Arena.ExceedPlayCountException.html","topicHref":"Nekoyume.Model.Arena.ExceedPlayCountException.html","topicUid":"Nekoyume.Model.Arena.ExceedPlayCountException"},{"name":"ExceedTicketPurchaseLimitDuringIntervalException","href":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitDuringIntervalException.html","topicHref":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitDuringIntervalException.html","topicUid":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitDuringIntervalException"},{"name":"ExceedTicketPurchaseLimitException","href":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitException.html","topicHref":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitException.html","topicUid":"Nekoyume.Model.Arena.ExceedTicketPurchaseLimitException"},{"name":"InvalidSeasonException","href":"Nekoyume.Model.Arena.InvalidSeasonException.html","topicHref":"Nekoyume.Model.Arena.InvalidSeasonException.html","topicUid":"Nekoyume.Model.Arena.InvalidSeasonException"},{"name":"NotEnoughTicketException","href":"Nekoyume.Model.Arena.NotEnoughTicketException.html","topicHref":"Nekoyume.Model.Arena.NotEnoughTicketException.html","topicUid":"Nekoyume.Model.Arena.NotEnoughTicketException"},{"name":"RoundNotFoundException","href":"Nekoyume.Model.Arena.RoundNotFoundException.html","topicHref":"Nekoyume.Model.Arena.RoundNotFoundException.html","topicUid":"Nekoyume.Model.Arena.RoundNotFoundException"},{"name":"ThisArenaIsClosedException","href":"Nekoyume.Model.Arena.ThisArenaIsClosedException.html","topicHref":"Nekoyume.Model.Arena.ThisArenaIsClosedException.html","topicUid":"Nekoyume.Model.Arena.ThisArenaIsClosedException"},{"name":"TicketPurchaseLimitExceedException","href":"Nekoyume.Model.Arena.TicketPurchaseLimitExceedException.html","topicHref":"Nekoyume.Model.Arena.TicketPurchaseLimitExceedException.html","topicUid":"Nekoyume.Model.Arena.TicketPurchaseLimitExceedException"},{"name":"ValidateScoreDifferenceException","href":"Nekoyume.Model.Arena.ValidateScoreDifferenceException.html","topicHref":"Nekoyume.Model.Arena.ValidateScoreDifferenceException.html","topicUid":"Nekoyume.Model.Arena.ValidateScoreDifferenceException"}]},{"name":"Nekoyume.Model.BattleStatus","href":"Nekoyume.Model.BattleStatus.html","topicHref":"Nekoyume.Model.BattleStatus.html","topicUid":"Nekoyume.Model.BattleStatus","items":[{"name":"AreaAttack","href":"Nekoyume.Model.BattleStatus.AreaAttack.html","topicHref":"Nekoyume.Model.BattleStatus.AreaAttack.html","topicUid":"Nekoyume.Model.BattleStatus.AreaAttack"},{"name":"BattleLog","href":"Nekoyume.Model.BattleStatus.BattleLog.html","topicHref":"Nekoyume.Model.BattleStatus.BattleLog.html","topicUid":"Nekoyume.Model.BattleStatus.BattleLog"},{"name":"BattleLog.Result","href":"Nekoyume.Model.BattleStatus.BattleLog.Result.html","topicHref":"Nekoyume.Model.BattleStatus.BattleLog.Result.html","topicUid":"Nekoyume.Model.BattleStatus.BattleLog.Result"},{"name":"BlowAttack","href":"Nekoyume.Model.BattleStatus.BlowAttack.html","topicHref":"Nekoyume.Model.BattleStatus.BlowAttack.html","topicUid":"Nekoyume.Model.BattleStatus.BlowAttack"},{"name":"Buff","href":"Nekoyume.Model.BattleStatus.Buff.html","topicHref":"Nekoyume.Model.BattleStatus.Buff.html","topicUid":"Nekoyume.Model.BattleStatus.Buff"},{"name":"BuffRemovalAttack","href":"Nekoyume.Model.BattleStatus.BuffRemovalAttack.html","topicHref":"Nekoyume.Model.BattleStatus.BuffRemovalAttack.html","topicUid":"Nekoyume.Model.BattleStatus.BuffRemovalAttack"},{"name":"Dead","href":"Nekoyume.Model.BattleStatus.Dead.html","topicHref":"Nekoyume.Model.BattleStatus.Dead.html","topicUid":"Nekoyume.Model.BattleStatus.Dead"},{"name":"DoubleAttack","href":"Nekoyume.Model.BattleStatus.DoubleAttack.html","topicHref":"Nekoyume.Model.BattleStatus.DoubleAttack.html","topicUid":"Nekoyume.Model.BattleStatus.DoubleAttack"},{"name":"DoubleAttackWithCombo","href":"Nekoyume.Model.BattleStatus.DoubleAttackWithCombo.html","topicHref":"Nekoyume.Model.BattleStatus.DoubleAttackWithCombo.html","topicUid":"Nekoyume.Model.BattleStatus.DoubleAttackWithCombo"},{"name":"DropBox","href":"Nekoyume.Model.BattleStatus.DropBox.html","topicHref":"Nekoyume.Model.BattleStatus.DropBox.html","topicUid":"Nekoyume.Model.BattleStatus.DropBox"},{"name":"EventBase","href":"Nekoyume.Model.BattleStatus.EventBase.html","topicHref":"Nekoyume.Model.BattleStatus.EventBase.html","topicUid":"Nekoyume.Model.BattleStatus.EventBase"},{"name":"GetExp","href":"Nekoyume.Model.BattleStatus.GetExp.html","topicHref":"Nekoyume.Model.BattleStatus.GetExp.html","topicUid":"Nekoyume.Model.BattleStatus.GetExp"},{"name":"GetReward","href":"Nekoyume.Model.BattleStatus.GetReward.html","topicHref":"Nekoyume.Model.BattleStatus.GetReward.html","topicUid":"Nekoyume.Model.BattleStatus.GetReward"},{"name":"HealSkill","href":"Nekoyume.Model.BattleStatus.HealSkill.html","topicHref":"Nekoyume.Model.BattleStatus.HealSkill.html","topicUid":"Nekoyume.Model.BattleStatus.HealSkill"},{"name":"NormalAttack","href":"Nekoyume.Model.BattleStatus.NormalAttack.html","topicHref":"Nekoyume.Model.BattleStatus.NormalAttack.html","topicUid":"Nekoyume.Model.BattleStatus.NormalAttack"},{"name":"RemoveBuffs","href":"Nekoyume.Model.BattleStatus.RemoveBuffs.html","topicHref":"Nekoyume.Model.BattleStatus.RemoveBuffs.html","topicUid":"Nekoyume.Model.BattleStatus.RemoveBuffs"},{"name":"ShatterStrike","href":"Nekoyume.Model.BattleStatus.ShatterStrike.html","topicHref":"Nekoyume.Model.BattleStatus.ShatterStrike.html","topicUid":"Nekoyume.Model.BattleStatus.ShatterStrike"},{"name":"Skill","href":"Nekoyume.Model.BattleStatus.Skill.html","topicHref":"Nekoyume.Model.BattleStatus.Skill.html","topicUid":"Nekoyume.Model.BattleStatus.Skill"},{"name":"Skill.SkillInfo","href":"Nekoyume.Model.BattleStatus.Skill.SkillInfo.html","topicHref":"Nekoyume.Model.BattleStatus.Skill.SkillInfo.html","topicUid":"Nekoyume.Model.BattleStatus.Skill.SkillInfo"},{"name":"SpawnEnemyPlayer","href":"Nekoyume.Model.BattleStatus.SpawnEnemyPlayer.html","topicHref":"Nekoyume.Model.BattleStatus.SpawnEnemyPlayer.html","topicUid":"Nekoyume.Model.BattleStatus.SpawnEnemyPlayer"},{"name":"SpawnPlayer","href":"Nekoyume.Model.BattleStatus.SpawnPlayer.html","topicHref":"Nekoyume.Model.BattleStatus.SpawnPlayer.html","topicUid":"Nekoyume.Model.BattleStatus.SpawnPlayer"},{"name":"SpawnWave","href":"Nekoyume.Model.BattleStatus.SpawnWave.html","topicHref":"Nekoyume.Model.BattleStatus.SpawnWave.html","topicUid":"Nekoyume.Model.BattleStatus.SpawnWave"},{"name":"Tick","href":"Nekoyume.Model.BattleStatus.Tick.html","topicHref":"Nekoyume.Model.BattleStatus.Tick.html","topicUid":"Nekoyume.Model.BattleStatus.Tick"},{"name":"TickDamage","href":"Nekoyume.Model.BattleStatus.TickDamage.html","topicHref":"Nekoyume.Model.BattleStatus.TickDamage.html","topicUid":"Nekoyume.Model.BattleStatus.TickDamage"},{"name":"WaveTurnEnd","href":"Nekoyume.Model.BattleStatus.WaveTurnEnd.html","topicHref":"Nekoyume.Model.BattleStatus.WaveTurnEnd.html","topicUid":"Nekoyume.Model.BattleStatus.WaveTurnEnd"}]},{"name":"Nekoyume.Model.BattleStatus.AdventureBoss","href":"Nekoyume.Model.BattleStatus.AdventureBoss.html","topicHref":"Nekoyume.Model.BattleStatus.AdventureBoss.html","topicUid":"Nekoyume.Model.BattleStatus.AdventureBoss","items":[{"name":"Breakthrough","href":"Nekoyume.Model.BattleStatus.AdventureBoss.Breakthrough.html","topicHref":"Nekoyume.Model.BattleStatus.AdventureBoss.Breakthrough.html","topicUid":"Nekoyume.Model.BattleStatus.AdventureBoss.Breakthrough"},{"name":"StageBuff","href":"Nekoyume.Model.BattleStatus.AdventureBoss.StageBuff.html","topicHref":"Nekoyume.Model.BattleStatus.AdventureBoss.StageBuff.html","topicUid":"Nekoyume.Model.BattleStatus.AdventureBoss.StageBuff"}]},{"name":"Nekoyume.Model.BattleStatus.Arena","href":"Nekoyume.Model.BattleStatus.Arena.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.html","topicUid":"Nekoyume.Model.BattleStatus.Arena","items":[{"name":"ArenaAreaAttack","href":"Nekoyume.Model.BattleStatus.Arena.ArenaAreaAttack.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaAreaAttack.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaAreaAttack"},{"name":"ArenaBlowAttack","href":"Nekoyume.Model.BattleStatus.Arena.ArenaBlowAttack.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaBlowAttack.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaBlowAttack"},{"name":"ArenaBuff","href":"Nekoyume.Model.BattleStatus.Arena.ArenaBuff.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaBuff.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaBuff"},{"name":"ArenaBuffRemovalAttack","href":"Nekoyume.Model.BattleStatus.Arena.ArenaBuffRemovalAttack.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaBuffRemovalAttack.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaBuffRemovalAttack"},{"name":"ArenaDead","href":"Nekoyume.Model.BattleStatus.Arena.ArenaDead.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaDead.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaDead"},{"name":"ArenaDoubleAttack","href":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttack.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttack.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttack"},{"name":"ArenaDoubleAttackWithCombo","href":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttackWithCombo.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttackWithCombo.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaDoubleAttackWithCombo"},{"name":"ArenaEventBase","href":"Nekoyume.Model.BattleStatus.Arena.ArenaEventBase.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaEventBase.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaEventBase"},{"name":"ArenaHeal","href":"Nekoyume.Model.BattleStatus.Arena.ArenaHeal.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaHeal.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaHeal"},{"name":"ArenaLog","href":"Nekoyume.Model.BattleStatus.Arena.ArenaLog.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaLog.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaLog"},{"name":"ArenaLog.ArenaResult","href":"Nekoyume.Model.BattleStatus.Arena.ArenaLog.ArenaResult.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaLog.ArenaResult.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaLog.ArenaResult"},{"name":"ArenaNormalAttack","href":"Nekoyume.Model.BattleStatus.Arena.ArenaNormalAttack.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaNormalAttack.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaNormalAttack"},{"name":"ArenaRemoveBuffs","href":"Nekoyume.Model.BattleStatus.Arena.ArenaRemoveBuffs.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaRemoveBuffs.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaRemoveBuffs"},{"name":"ArenaShatterStrike","href":"Nekoyume.Model.BattleStatus.Arena.ArenaShatterStrike.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaShatterStrike.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaShatterStrike"},{"name":"ArenaSkill","href":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill"},{"name":"ArenaSkill.ArenaSkillInfo","href":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill.ArenaSkillInfo.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill.ArenaSkillInfo.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaSkill.ArenaSkillInfo"},{"name":"ArenaSpawnCharacter","href":"Nekoyume.Model.BattleStatus.Arena.ArenaSpawnCharacter.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaSpawnCharacter.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaSpawnCharacter"},{"name":"ArenaTick","href":"Nekoyume.Model.BattleStatus.Arena.ArenaTick.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaTick.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaTick"},{"name":"ArenaTickDamage","href":"Nekoyume.Model.BattleStatus.Arena.ArenaTickDamage.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaTickDamage.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaTickDamage"},{"name":"ArenaTurnEnd","href":"Nekoyume.Model.BattleStatus.Arena.ArenaTurnEnd.html","topicHref":"Nekoyume.Model.BattleStatus.Arena.ArenaTurnEnd.html","topicUid":"Nekoyume.Model.BattleStatus.Arena.ArenaTurnEnd"}]},{"name":"Nekoyume.Model.Buff","href":"Nekoyume.Model.Buff.html","topicHref":"Nekoyume.Model.Buff.html","topicUid":"Nekoyume.Model.Buff","items":[{"name":"ActionBuff","href":"Nekoyume.Model.Buff.ActionBuff.html","topicHref":"Nekoyume.Model.Buff.ActionBuff.html","topicUid":"Nekoyume.Model.Buff.ActionBuff"},{"name":"Bleed","href":"Nekoyume.Model.Buff.Bleed.html","topicHref":"Nekoyume.Model.Buff.Bleed.html","topicUid":"Nekoyume.Model.Buff.Bleed"},{"name":"Buff","href":"Nekoyume.Model.Buff.Buff.html","topicHref":"Nekoyume.Model.Buff.Buff.html","topicUid":"Nekoyume.Model.Buff.Buff"},{"name":"BuffFactory","href":"Nekoyume.Model.Buff.BuffFactory.html","topicHref":"Nekoyume.Model.Buff.BuffFactory.html","topicUid":"Nekoyume.Model.Buff.BuffFactory"},{"name":"BuffInfo","href":"Nekoyume.Model.Buff.BuffInfo.html","topicHref":"Nekoyume.Model.Buff.BuffInfo.html","topicUid":"Nekoyume.Model.Buff.BuffInfo"},{"name":"Dispel","href":"Nekoyume.Model.Buff.Dispel.html","topicHref":"Nekoyume.Model.Buff.Dispel.html","topicUid":"Nekoyume.Model.Buff.Dispel"},{"name":"Focus","href":"Nekoyume.Model.Buff.Focus.html","topicHref":"Nekoyume.Model.Buff.Focus.html","topicUid":"Nekoyume.Model.Buff.Focus"},{"name":"IceShield","href":"Nekoyume.Model.Buff.IceShield.html","topicHref":"Nekoyume.Model.Buff.IceShield.html","topicUid":"Nekoyume.Model.Buff.IceShield"},{"name":"StatBuff","href":"Nekoyume.Model.Buff.StatBuff.html","topicHref":"Nekoyume.Model.Buff.StatBuff.html","topicUid":"Nekoyume.Model.Buff.StatBuff"},{"name":"Stun","href":"Nekoyume.Model.Buff.Stun.html","topicHref":"Nekoyume.Model.Buff.Stun.html","topicUid":"Nekoyume.Model.Buff.Stun"},{"name":"Vampiric","href":"Nekoyume.Model.Buff.Vampiric.html","topicHref":"Nekoyume.Model.Buff.Vampiric.html","topicUid":"Nekoyume.Model.Buff.Vampiric"}]},{"name":"Nekoyume.Model.Character","href":"Nekoyume.Model.Character.html","topicHref":"Nekoyume.Model.Character.html","topicUid":"Nekoyume.Model.Character","items":[{"name":"SizeType","href":"Nekoyume.Model.Character.SizeType.html","topicHref":"Nekoyume.Model.Character.SizeType.html","topicUid":"Nekoyume.Model.Character.SizeType"}]},{"name":"Nekoyume.Model.Collection","href":"Nekoyume.Model.Collection.html","topicHref":"Nekoyume.Model.Collection.html","topicUid":"Nekoyume.Model.Collection","items":[{"name":"CollectionFactory","href":"Nekoyume.Model.Collection.CollectionFactory.html","topicHref":"Nekoyume.Model.Collection.CollectionFactory.html","topicUid":"Nekoyume.Model.Collection.CollectionFactory"},{"name":"FungibleCollectionMaterial","href":"Nekoyume.Model.Collection.FungibleCollectionMaterial.html","topicHref":"Nekoyume.Model.Collection.FungibleCollectionMaterial.html","topicUid":"Nekoyume.Model.Collection.FungibleCollectionMaterial"},{"name":"ICollectionMaterial","href":"Nekoyume.Model.Collection.ICollectionMaterial.html","topicHref":"Nekoyume.Model.Collection.ICollectionMaterial.html","topicUid":"Nekoyume.Model.Collection.ICollectionMaterial"},{"name":"MaterialType","href":"Nekoyume.Model.Collection.MaterialType.html","topicHref":"Nekoyume.Model.Collection.MaterialType.html","topicUid":"Nekoyume.Model.Collection.MaterialType"},{"name":"NonFungibleCollectionMaterial","href":"Nekoyume.Model.Collection.NonFungibleCollectionMaterial.html","topicHref":"Nekoyume.Model.Collection.NonFungibleCollectionMaterial.html","topicUid":"Nekoyume.Model.Collection.NonFungibleCollectionMaterial"}]},{"name":"Nekoyume.Model.Coupons","href":"Nekoyume.Model.Coupons.html","topicHref":"Nekoyume.Model.Coupons.html","topicUid":"Nekoyume.Model.Coupons","items":[{"name":"Coupon","href":"Nekoyume.Model.Coupons.Coupon.html","topicHref":"Nekoyume.Model.Coupons.Coupon.html","topicUid":"Nekoyume.Model.Coupons.Coupon"},{"name":"RewardSet","href":"Nekoyume.Model.Coupons.RewardSet.html","topicHref":"Nekoyume.Model.Coupons.RewardSet.html","topicUid":"Nekoyume.Model.Coupons.RewardSet"},{"name":"RewardSet.Comparer","href":"Nekoyume.Model.Coupons.RewardSet.Comparer.html","topicHref":"Nekoyume.Model.Coupons.RewardSet.Comparer.html","topicUid":"Nekoyume.Model.Coupons.RewardSet.Comparer"}]},{"name":"Nekoyume.Model.Elemental","href":"Nekoyume.Model.Elemental.html","topicHref":"Nekoyume.Model.Elemental.html","topicUid":"Nekoyume.Model.Elemental","items":[{"name":"ElementalResult","href":"Nekoyume.Model.Elemental.ElementalResult.html","topicHref":"Nekoyume.Model.Elemental.ElementalResult.html","topicUid":"Nekoyume.Model.Elemental.ElementalResult"},{"name":"ElementalType","href":"Nekoyume.Model.Elemental.ElementalType.html","topicHref":"Nekoyume.Model.Elemental.ElementalType.html","topicUid":"Nekoyume.Model.Elemental.ElementalType"},{"name":"ElementalTypeComparer","href":"Nekoyume.Model.Elemental.ElementalTypeComparer.html","topicHref":"Nekoyume.Model.Elemental.ElementalTypeComparer.html","topicUid":"Nekoyume.Model.Elemental.ElementalTypeComparer"},{"name":"ElementalTypeExtension","href":"Nekoyume.Model.Elemental.ElementalTypeExtension.html","topicHref":"Nekoyume.Model.Elemental.ElementalTypeExtension.html","topicUid":"Nekoyume.Model.Elemental.ElementalTypeExtension"}]},{"name":"Nekoyume.Model.EnumType","href":"Nekoyume.Model.EnumType.html","topicHref":"Nekoyume.Model.EnumType.html","topicUid":"Nekoyume.Model.EnumType","items":[{"name":"ArenaType","href":"Nekoyume.Model.EnumType.ArenaType.html","topicHref":"Nekoyume.Model.EnumType.ArenaType.html","topicUid":"Nekoyume.Model.EnumType.ArenaType"},{"name":"BattleType","href":"Nekoyume.Model.EnumType.BattleType.html","topicHref":"Nekoyume.Model.EnumType.BattleType.html","topicUid":"Nekoyume.Model.EnumType.BattleType"},{"name":"BattleTypeExtensions","href":"Nekoyume.Model.EnumType.BattleTypeExtensions.html","topicHref":"Nekoyume.Model.EnumType.BattleTypeExtensions.html","topicUid":"Nekoyume.Model.EnumType.BattleTypeExtensions"},{"name":"CraftType","href":"Nekoyume.Model.EnumType.CraftType.html","topicHref":"Nekoyume.Model.EnumType.CraftType.html","topicUid":"Nekoyume.Model.EnumType.CraftType"},{"name":"Grade","href":"Nekoyume.Model.EnumType.Grade.html","topicHref":"Nekoyume.Model.EnumType.Grade.html","topicUid":"Nekoyume.Model.EnumType.Grade"},{"name":"RuneSlotType","href":"Nekoyume.Model.EnumType.RuneSlotType.html","topicHref":"Nekoyume.Model.EnumType.RuneSlotType.html","topicUid":"Nekoyume.Model.EnumType.RuneSlotType"},{"name":"RuneType","href":"Nekoyume.Model.EnumType.RuneType.html","topicHref":"Nekoyume.Model.EnumType.RuneType.html","topicUid":"Nekoyume.Model.EnumType.RuneType"},{"name":"RuneUsePlace","href":"Nekoyume.Model.EnumType.RuneUsePlace.html","topicHref":"Nekoyume.Model.EnumType.RuneUsePlace.html","topicUid":"Nekoyume.Model.EnumType.RuneUsePlace"},{"name":"StatReferenceType","href":"Nekoyume.Model.EnumType.StatReferenceType.html","topicHref":"Nekoyume.Model.EnumType.StatReferenceType.html","topicUid":"Nekoyume.Model.EnumType.StatReferenceType"},{"name":"TradeType","href":"Nekoyume.Model.EnumType.TradeType.html","topicHref":"Nekoyume.Model.EnumType.TradeType.html","topicUid":"Nekoyume.Model.EnumType.TradeType"}]},{"name":"Nekoyume.Model.Event","href":"Nekoyume.Model.Event.html","topicHref":"Nekoyume.Model.Event.html","topicUid":"Nekoyume.Model.Event","items":[{"name":"EventDungeonInfo","href":"Nekoyume.Model.Event.EventDungeonInfo.html","topicHref":"Nekoyume.Model.Event.EventDungeonInfo.html","topicUid":"Nekoyume.Model.Event.EventDungeonInfo"}]},{"name":"Nekoyume.Model.Faucet","href":"Nekoyume.Model.Faucet.html","topicHref":"Nekoyume.Model.Faucet.html","topicUid":"Nekoyume.Model.Faucet","items":[{"name":"FaucetRuneInfo","href":"Nekoyume.Model.Faucet.FaucetRuneInfo.html","topicHref":"Nekoyume.Model.Faucet.FaucetRuneInfo.html","topicUid":"Nekoyume.Model.Faucet.FaucetRuneInfo"}]},{"name":"Nekoyume.Model.Garages","href":"Nekoyume.Model.Garages.html","topicHref":"Nekoyume.Model.Garages.html","topicUid":"Nekoyume.Model.Garages","items":[{"name":"FungibleItemGarage","href":"Nekoyume.Model.Garages.FungibleItemGarage.html","topicHref":"Nekoyume.Model.Garages.FungibleItemGarage.html","topicUid":"Nekoyume.Model.Garages.FungibleItemGarage"},{"name":"IFungibleItemGarage","href":"Nekoyume.Model.Garages.IFungibleItemGarage.html","topicHref":"Nekoyume.Model.Garages.IFungibleItemGarage.html","topicUid":"Nekoyume.Model.Garages.IFungibleItemGarage"},{"name":"IGarage","href":"Nekoyume.Model.Garages.IGarage-2.html","topicHref":"Nekoyume.Model.Garages.IGarage-2.html","topicUid":"Nekoyume.Model.Garages.IGarage`2"}]},{"name":"Nekoyume.Model.GrandFinale","href":"Nekoyume.Model.GrandFinale.html","topicHref":"Nekoyume.Model.GrandFinale.html","topicUid":"Nekoyume.Model.GrandFinale","items":[{"name":"GrandFinaleInformation","href":"Nekoyume.Model.GrandFinale.GrandFinaleInformation.html","topicHref":"Nekoyume.Model.GrandFinale.GrandFinaleInformation.html","topicUid":"Nekoyume.Model.GrandFinale.GrandFinaleInformation"}]},{"name":"Nekoyume.Model.Guild","href":"Nekoyume.Model.Guild.html","topicHref":"Nekoyume.Model.Guild.html","topicUid":"Nekoyume.Model.Guild","items":[{"name":"Guild","href":"Nekoyume.Model.Guild.Guild.html","topicHref":"Nekoyume.Model.Guild.Guild.html","topicUid":"Nekoyume.Model.Guild.Guild"},{"name":"GuildDelegatee","href":"Nekoyume.Model.Guild.GuildDelegatee.html","topicHref":"Nekoyume.Model.Guild.GuildDelegatee.html","topicUid":"Nekoyume.Model.Guild.GuildDelegatee"},{"name":"GuildDelegator","href":"Nekoyume.Model.Guild.GuildDelegator.html","topicHref":"Nekoyume.Model.Guild.GuildDelegator.html","topicUid":"Nekoyume.Model.Guild.GuildDelegator"},{"name":"GuildParticipant","href":"Nekoyume.Model.Guild.GuildParticipant.html","topicHref":"Nekoyume.Model.Guild.GuildParticipant.html","topicUid":"Nekoyume.Model.Guild.GuildParticipant"},{"name":"GuildRejoinCooldown","href":"Nekoyume.Model.Guild.GuildRejoinCooldown.html","topicHref":"Nekoyume.Model.Guild.GuildRejoinCooldown.html","topicUid":"Nekoyume.Model.Guild.GuildRejoinCooldown"},{"name":"GuildRepository","href":"Nekoyume.Model.Guild.GuildRepository.html","topicHref":"Nekoyume.Model.Guild.GuildRepository.html","topicUid":"Nekoyume.Model.Guild.GuildRepository"}]},{"name":"Nekoyume.Model.Item","href":"Nekoyume.Model.Item.html","topicHref":"Nekoyume.Model.Item.html","topicUid":"Nekoyume.Model.Item","items":[{"name":"Armor","href":"Nekoyume.Model.Item.Armor.html","topicHref":"Nekoyume.Model.Item.Armor.html","topicUid":"Nekoyume.Model.Item.Armor"},{"name":"Aura","href":"Nekoyume.Model.Item.Aura.html","topicHref":"Nekoyume.Model.Item.Aura.html","topicUid":"Nekoyume.Model.Item.Aura"},{"name":"Belt","href":"Nekoyume.Model.Item.Belt.html","topicHref":"Nekoyume.Model.Item.Belt.html","topicUid":"Nekoyume.Model.Item.Belt"},{"name":"Consumable","href":"Nekoyume.Model.Item.Consumable.html","topicHref":"Nekoyume.Model.Item.Consumable.html","topicUid":"Nekoyume.Model.Item.Consumable"},{"name":"Costume","href":"Nekoyume.Model.Item.Costume.html","topicHref":"Nekoyume.Model.Item.Costume.html","topicUid":"Nekoyume.Model.Item.Costume"},{"name":"Equipment","href":"Nekoyume.Model.Item.Equipment.html","topicHref":"Nekoyume.Model.Item.Equipment.html","topicUid":"Nekoyume.Model.Item.Equipment"},{"name":"Grimoire","href":"Nekoyume.Model.Item.Grimoire.html","topicHref":"Nekoyume.Model.Item.Grimoire.html","topicUid":"Nekoyume.Model.Item.Grimoire"},{"name":"IEquippableItem","href":"Nekoyume.Model.Item.IEquippableItem.html","topicHref":"Nekoyume.Model.Item.IEquippableItem.html","topicUid":"Nekoyume.Model.Item.IEquippableItem"},{"name":"IFungibleItem","href":"Nekoyume.Model.Item.IFungibleItem.html","topicHref":"Nekoyume.Model.Item.IFungibleItem.html","topicUid":"Nekoyume.Model.Item.IFungibleItem"},{"name":"IItem","href":"Nekoyume.Model.Item.IItem.html","topicHref":"Nekoyume.Model.Item.IItem.html","topicUid":"Nekoyume.Model.Item.IItem"},{"name":"ILock","href":"Nekoyume.Model.Item.ILock.html","topicHref":"Nekoyume.Model.Item.ILock.html","topicUid":"Nekoyume.Model.Item.ILock"},{"name":"INonFungibleItem","href":"Nekoyume.Model.Item.INonFungibleItem.html","topicHref":"Nekoyume.Model.Item.INonFungibleItem.html","topicUid":"Nekoyume.Model.Item.INonFungibleItem"},{"name":"ITradableFungibleItem","href":"Nekoyume.Model.Item.ITradableFungibleItem.html","topicHref":"Nekoyume.Model.Item.ITradableFungibleItem.html","topicUid":"Nekoyume.Model.Item.ITradableFungibleItem"},{"name":"ITradableItem","href":"Nekoyume.Model.Item.ITradableItem.html","topicHref":"Nekoyume.Model.Item.ITradableItem.html","topicUid":"Nekoyume.Model.Item.ITradableItem"},{"name":"Inventory","href":"Nekoyume.Model.Item.Inventory.html","topicHref":"Nekoyume.Model.Item.Inventory.html","topicUid":"Nekoyume.Model.Item.Inventory"},{"name":"Inventory.Item","href":"Nekoyume.Model.Item.Inventory.Item.html","topicHref":"Nekoyume.Model.Item.Inventory.Item.html","topicUid":"Nekoyume.Model.Item.Inventory.Item"},{"name":"ItemBase","href":"Nekoyume.Model.Item.ItemBase.html","topicHref":"Nekoyume.Model.Item.ItemBase.html","topicUid":"Nekoyume.Model.Item.ItemBase"},{"name":"ItemFactory","href":"Nekoyume.Model.Item.ItemFactory.html","topicHref":"Nekoyume.Model.Item.ItemFactory.html","topicUid":"Nekoyume.Model.Item.ItemFactory"},{"name":"ItemSubType","href":"Nekoyume.Model.Item.ItemSubType.html","topicHref":"Nekoyume.Model.Item.ItemSubType.html","topicUid":"Nekoyume.Model.Item.ItemSubType"},{"name":"ItemSubTypeComparer","href":"Nekoyume.Model.Item.ItemSubTypeComparer.html","topicHref":"Nekoyume.Model.Item.ItemSubTypeComparer.html","topicUid":"Nekoyume.Model.Item.ItemSubTypeComparer"},{"name":"ItemType","href":"Nekoyume.Model.Item.ItemType.html","topicHref":"Nekoyume.Model.Item.ItemType.html","topicUid":"Nekoyume.Model.Item.ItemType"},{"name":"ItemTypeComparer","href":"Nekoyume.Model.Item.ItemTypeComparer.html","topicHref":"Nekoyume.Model.Item.ItemTypeComparer.html","topicUid":"Nekoyume.Model.Item.ItemTypeComparer"},{"name":"ItemUsable","href":"Nekoyume.Model.Item.ItemUsable.html","topicHref":"Nekoyume.Model.Item.ItemUsable.html","topicUid":"Nekoyume.Model.Item.ItemUsable"},{"name":"LockType","href":"Nekoyume.Model.Item.LockType.html","topicHref":"Nekoyume.Model.Item.LockType.html","topicUid":"Nekoyume.Model.Item.LockType"},{"name":"Material","href":"Nekoyume.Model.Item.Material.html","topicHref":"Nekoyume.Model.Item.Material.html","topicUid":"Nekoyume.Model.Item.Material"},{"name":"Necklace","href":"Nekoyume.Model.Item.Necklace.html","topicHref":"Nekoyume.Model.Item.Necklace.html","topicUid":"Nekoyume.Model.Item.Necklace"},{"name":"OrderLock","href":"Nekoyume.Model.Item.OrderLock.html","topicHref":"Nekoyume.Model.Item.OrderLock.html","topicUid":"Nekoyume.Model.Item.OrderLock"},{"name":"Ring","href":"Nekoyume.Model.Item.Ring.html","topicHref":"Nekoyume.Model.Item.Ring.html","topicUid":"Nekoyume.Model.Item.Ring"},{"name":"ShopItem","href":"Nekoyume.Model.Item.ShopItem.html","topicHref":"Nekoyume.Model.Item.ShopItem.html","topicUid":"Nekoyume.Model.Item.ShopItem"},{"name":"TradableMaterial","href":"Nekoyume.Model.Item.TradableMaterial.html","topicHref":"Nekoyume.Model.Item.TradableMaterial.html","topicUid":"Nekoyume.Model.Item.TradableMaterial"},{"name":"Weapon","href":"Nekoyume.Model.Item.Weapon.html","topicHref":"Nekoyume.Model.Item.Weapon.html","topicUid":"Nekoyume.Model.Item.Weapon"}]},{"name":"Nekoyume.Model.Mail","href":"Nekoyume.Model.Mail.html","topicHref":"Nekoyume.Model.Mail.html","topicUid":"Nekoyume.Model.Mail","items":[{"name":"AdventureBossRaffleWinnerMail","href":"Nekoyume.Model.Mail.AdventureBossRaffleWinnerMail.html","topicHref":"Nekoyume.Model.Mail.AdventureBossRaffleWinnerMail.html","topicUid":"Nekoyume.Model.Mail.AdventureBossRaffleWinnerMail"},{"name":"AttachmentMail","href":"Nekoyume.Model.Mail.AttachmentMail.html","topicHref":"Nekoyume.Model.Mail.AttachmentMail.html","topicUid":"Nekoyume.Model.Mail.AttachmentMail"},{"name":"BuyerMail","href":"Nekoyume.Model.Mail.BuyerMail.html","topicHref":"Nekoyume.Model.Mail.BuyerMail.html","topicUid":"Nekoyume.Model.Mail.BuyerMail"},{"name":"CancelOrderMail","href":"Nekoyume.Model.Mail.CancelOrderMail.html","topicHref":"Nekoyume.Model.Mail.CancelOrderMail.html","topicUid":"Nekoyume.Model.Mail.CancelOrderMail"},{"name":"ClaimItemsMail","href":"Nekoyume.Model.Mail.ClaimItemsMail.html","topicHref":"Nekoyume.Model.Mail.ClaimItemsMail.html","topicUid":"Nekoyume.Model.Mail.ClaimItemsMail"},{"name":"CombinationMail","href":"Nekoyume.Model.Mail.CombinationMail.html","topicHref":"Nekoyume.Model.Mail.CombinationMail.html","topicUid":"Nekoyume.Model.Mail.CombinationMail"},{"name":"CustomCraftMail","href":"Nekoyume.Model.Mail.CustomCraftMail.html","topicHref":"Nekoyume.Model.Mail.CustomCraftMail.html","topicUid":"Nekoyume.Model.Mail.CustomCraftMail"},{"name":"DailyRewardMail","href":"Nekoyume.Model.Mail.DailyRewardMail.html","topicHref":"Nekoyume.Model.Mail.DailyRewardMail.html","topicUid":"Nekoyume.Model.Mail.DailyRewardMail"},{"name":"GrindingMail","href":"Nekoyume.Model.Mail.GrindingMail.html","topicHref":"Nekoyume.Model.Mail.GrindingMail.html","topicUid":"Nekoyume.Model.Mail.GrindingMail"},{"name":"IMail","href":"Nekoyume.Model.Mail.IMail.html","topicHref":"Nekoyume.Model.Mail.IMail.html","topicUid":"Nekoyume.Model.Mail.IMail"},{"name":"ItemEnhanceMail","href":"Nekoyume.Model.Mail.ItemEnhanceMail.html","topicHref":"Nekoyume.Model.Mail.ItemEnhanceMail.html","topicUid":"Nekoyume.Model.Mail.ItemEnhanceMail"},{"name":"Mail","href":"Nekoyume.Model.Mail.Mail.html","topicHref":"Nekoyume.Model.Mail.Mail.html","topicUid":"Nekoyume.Model.Mail.Mail"},{"name":"MailBox","href":"Nekoyume.Model.Mail.MailBox.html","topicHref":"Nekoyume.Model.Mail.MailBox.html","topicUid":"Nekoyume.Model.Mail.MailBox"},{"name":"MailType","href":"Nekoyume.Model.Mail.MailType.html","topicHref":"Nekoyume.Model.Mail.MailType.html","topicUid":"Nekoyume.Model.Mail.MailType"},{"name":"MaterialCraftMail","href":"Nekoyume.Model.Mail.MaterialCraftMail.html","topicHref":"Nekoyume.Model.Mail.MaterialCraftMail.html","topicUid":"Nekoyume.Model.Mail.MaterialCraftMail"},{"name":"MonsterCollectionMail","href":"Nekoyume.Model.Mail.MonsterCollectionMail.html","topicHref":"Nekoyume.Model.Mail.MonsterCollectionMail.html","topicUid":"Nekoyume.Model.Mail.MonsterCollectionMail"},{"name":"OrderBuyerMail","href":"Nekoyume.Model.Mail.OrderBuyerMail.html","topicHref":"Nekoyume.Model.Mail.OrderBuyerMail.html","topicUid":"Nekoyume.Model.Mail.OrderBuyerMail"},{"name":"OrderExpirationMail","href":"Nekoyume.Model.Mail.OrderExpirationMail.html","topicHref":"Nekoyume.Model.Mail.OrderExpirationMail.html","topicUid":"Nekoyume.Model.Mail.OrderExpirationMail"},{"name":"OrderSellerMail","href":"Nekoyume.Model.Mail.OrderSellerMail.html","topicHref":"Nekoyume.Model.Mail.OrderSellerMail.html","topicUid":"Nekoyume.Model.Mail.OrderSellerMail"},{"name":"ProductBuyerMail","href":"Nekoyume.Model.Mail.ProductBuyerMail.html","topicHref":"Nekoyume.Model.Mail.ProductBuyerMail.html","topicUid":"Nekoyume.Model.Mail.ProductBuyerMail"},{"name":"ProductCancelMail","href":"Nekoyume.Model.Mail.ProductCancelMail.html","topicHref":"Nekoyume.Model.Mail.ProductCancelMail.html","topicUid":"Nekoyume.Model.Mail.ProductCancelMail"},{"name":"ProductSellerMail","href":"Nekoyume.Model.Mail.ProductSellerMail.html","topicHref":"Nekoyume.Model.Mail.ProductSellerMail.html","topicUid":"Nekoyume.Model.Mail.ProductSellerMail"},{"name":"SellCancelMail","href":"Nekoyume.Model.Mail.SellCancelMail.html","topicHref":"Nekoyume.Model.Mail.SellCancelMail.html","topicUid":"Nekoyume.Model.Mail.SellCancelMail"},{"name":"SellerMail","href":"Nekoyume.Model.Mail.SellerMail.html","topicHref":"Nekoyume.Model.Mail.SellerMail.html","topicUid":"Nekoyume.Model.Mail.SellerMail"},{"name":"UnloadFromMyGaragesRecipientMail","href":"Nekoyume.Model.Mail.UnloadFromMyGaragesRecipientMail.html","topicHref":"Nekoyume.Model.Mail.UnloadFromMyGaragesRecipientMail.html","topicUid":"Nekoyume.Model.Mail.UnloadFromMyGaragesRecipientMail"}]},{"name":"Nekoyume.Model.Market","href":"Nekoyume.Model.Market.html","topicHref":"Nekoyume.Model.Market.html","topicUid":"Nekoyume.Model.Market","items":[{"name":"FavProduct","href":"Nekoyume.Model.Market.FavProduct.html","topicHref":"Nekoyume.Model.Market.FavProduct.html","topicUid":"Nekoyume.Model.Market.FavProduct"},{"name":"ItemProduct","href":"Nekoyume.Model.Market.ItemProduct.html","topicHref":"Nekoyume.Model.Market.ItemProduct.html","topicUid":"Nekoyume.Model.Market.ItemProduct"},{"name":"Product","href":"Nekoyume.Model.Market.Product.html","topicHref":"Nekoyume.Model.Market.Product.html","topicUid":"Nekoyume.Model.Market.Product"},{"name":"ProductFactory","href":"Nekoyume.Model.Market.ProductFactory.html","topicHref":"Nekoyume.Model.Market.ProductFactory.html","topicUid":"Nekoyume.Model.Market.ProductFactory"},{"name":"ProductReceipt","href":"Nekoyume.Model.Market.ProductReceipt.html","topicHref":"Nekoyume.Model.Market.ProductReceipt.html","topicUid":"Nekoyume.Model.Market.ProductReceipt"},{"name":"ProductType","href":"Nekoyume.Model.Market.ProductType.html","topicHref":"Nekoyume.Model.Market.ProductType.html","topicUid":"Nekoyume.Model.Market.ProductType"},{"name":"ProductsState","href":"Nekoyume.Model.Market.ProductsState.html","topicHref":"Nekoyume.Model.Market.ProductsState.html","topicUid":"Nekoyume.Model.Market.ProductsState"}]},{"name":"Nekoyume.Model.Pet","href":"Nekoyume.Model.Pet.html","topicHref":"Nekoyume.Model.Pet.html","topicUid":"Nekoyume.Model.Pet","items":[{"name":"PetOptionType","href":"Nekoyume.Model.Pet.PetOptionType.html","topicHref":"Nekoyume.Model.Pet.PetOptionType.html","topicUid":"Nekoyume.Model.Pet.PetOptionType"}]},{"name":"Nekoyume.Model.Quest","href":"Nekoyume.Model.Quest.html","topicHref":"Nekoyume.Model.Quest.html","topicUid":"Nekoyume.Model.Quest","items":[{"name":"CollectQuest","href":"Nekoyume.Model.Quest.CollectQuest.html","topicHref":"Nekoyume.Model.Quest.CollectQuest.html","topicUid":"Nekoyume.Model.Quest.CollectQuest"},{"name":"CombinationEquipmentQuest","href":"Nekoyume.Model.Quest.CombinationEquipmentQuest.html","topicHref":"Nekoyume.Model.Quest.CombinationEquipmentQuest.html","topicUid":"Nekoyume.Model.Quest.CombinationEquipmentQuest"},{"name":"CombinationQuest","href":"Nekoyume.Model.Quest.CombinationQuest.html","topicHref":"Nekoyume.Model.Quest.CombinationQuest.html","topicUid":"Nekoyume.Model.Quest.CombinationQuest"},{"name":"GeneralQuest","href":"Nekoyume.Model.Quest.GeneralQuest.html","topicHref":"Nekoyume.Model.Quest.GeneralQuest.html","topicUid":"Nekoyume.Model.Quest.GeneralQuest"},{"name":"GoldQuest","href":"Nekoyume.Model.Quest.GoldQuest.html","topicHref":"Nekoyume.Model.Quest.GoldQuest.html","topicUid":"Nekoyume.Model.Quest.GoldQuest"},{"name":"ItemEnhancementQuest","href":"Nekoyume.Model.Quest.ItemEnhancementQuest.html","topicHref":"Nekoyume.Model.Quest.ItemEnhancementQuest.html","topicUid":"Nekoyume.Model.Quest.ItemEnhancementQuest"},{"name":"ItemGradeQuest","href":"Nekoyume.Model.Quest.ItemGradeQuest.html","topicHref":"Nekoyume.Model.Quest.ItemGradeQuest.html","topicUid":"Nekoyume.Model.Quest.ItemGradeQuest"},{"name":"ItemTypeCollectQuest","href":"Nekoyume.Model.Quest.ItemTypeCollectQuest.html","topicHref":"Nekoyume.Model.Quest.ItemTypeCollectQuest.html","topicUid":"Nekoyume.Model.Quest.ItemTypeCollectQuest"},{"name":"MonsterQuest","href":"Nekoyume.Model.Quest.MonsterQuest.html","topicHref":"Nekoyume.Model.Quest.MonsterQuest.html","topicUid":"Nekoyume.Model.Quest.MonsterQuest"},{"name":"Quest","href":"Nekoyume.Model.Quest.Quest.html","topicHref":"Nekoyume.Model.Quest.Quest.html","topicUid":"Nekoyume.Model.Quest.Quest"},{"name":"QuestEventType","href":"Nekoyume.Model.Quest.QuestEventType.html","topicHref":"Nekoyume.Model.Quest.QuestEventType.html","topicUid":"Nekoyume.Model.Quest.QuestEventType"},{"name":"QuestList","href":"Nekoyume.Model.Quest.QuestList.html","topicHref":"Nekoyume.Model.Quest.QuestList.html","topicUid":"Nekoyume.Model.Quest.QuestList"},{"name":"QuestReward","href":"Nekoyume.Model.Quest.QuestReward.html","topicHref":"Nekoyume.Model.Quest.QuestReward.html","topicUid":"Nekoyume.Model.Quest.QuestReward"},{"name":"QuestType","href":"Nekoyume.Model.Quest.QuestType.html","topicHref":"Nekoyume.Model.Quest.QuestType.html","topicUid":"Nekoyume.Model.Quest.QuestType"},{"name":"TradeQuest","href":"Nekoyume.Model.Quest.TradeQuest.html","topicHref":"Nekoyume.Model.Quest.TradeQuest.html","topicUid":"Nekoyume.Model.Quest.TradeQuest"},{"name":"UpdateListQuestsCountException","href":"Nekoyume.Model.Quest.UpdateListQuestsCountException.html","topicHref":"Nekoyume.Model.Quest.UpdateListQuestsCountException.html","topicUid":"Nekoyume.Model.Quest.UpdateListQuestsCountException"},{"name":"UpdateListVersionException","href":"Nekoyume.Model.Quest.UpdateListVersionException.html","topicHref":"Nekoyume.Model.Quest.UpdateListVersionException.html","topicUid":"Nekoyume.Model.Quest.UpdateListVersionException"},{"name":"WorldQuest","href":"Nekoyume.Model.Quest.WorldQuest.html","topicHref":"Nekoyume.Model.Quest.WorldQuest.html","topicUid":"Nekoyume.Model.Quest.WorldQuest"}]},{"name":"Nekoyume.Model.Rune","href":"Nekoyume.Model.Rune.html","topicHref":"Nekoyume.Model.Rune.html","topicUid":"Nekoyume.Model.Rune","items":[{"name":"DuplicatedRuneIdException","href":"Nekoyume.Model.Rune.DuplicatedRuneIdException.html","topicHref":"Nekoyume.Model.Rune.DuplicatedRuneIdException.html","topicUid":"Nekoyume.Model.Rune.DuplicatedRuneIdException"},{"name":"DuplicatedRuneSlotIndexException","href":"Nekoyume.Model.Rune.DuplicatedRuneSlotIndexException.html","topicHref":"Nekoyume.Model.Rune.DuplicatedRuneSlotIndexException.html","topicUid":"Nekoyume.Model.Rune.DuplicatedRuneSlotIndexException"},{"name":"IsEquippableRuneException","href":"Nekoyume.Model.Rune.IsEquippableRuneException.html","topicHref":"Nekoyume.Model.Rune.IsEquippableRuneException.html","topicUid":"Nekoyume.Model.Rune.IsEquippableRuneException"},{"name":"IsUsableSlotException","href":"Nekoyume.Model.Rune.IsUsableSlotException.html","topicHref":"Nekoyume.Model.Rune.IsUsableSlotException.html","topicUid":"Nekoyume.Model.Rune.IsUsableSlotException"},{"name":"MismatchRuneSlotTypeException","href":"Nekoyume.Model.Rune.MismatchRuneSlotTypeException.html","topicHref":"Nekoyume.Model.Rune.MismatchRuneSlotTypeException.html","topicUid":"Nekoyume.Model.Rune.MismatchRuneSlotTypeException"},{"name":"RuneCostDataNotFoundException","href":"Nekoyume.Model.Rune.RuneCostDataNotFoundException.html","topicHref":"Nekoyume.Model.Rune.RuneCostDataNotFoundException.html","topicUid":"Nekoyume.Model.Rune.RuneCostDataNotFoundException"},{"name":"RuneCostNotFoundException","href":"Nekoyume.Model.Rune.RuneCostNotFoundException.html","topicHref":"Nekoyume.Model.Rune.RuneCostNotFoundException.html","topicUid":"Nekoyume.Model.Rune.RuneCostNotFoundException"},{"name":"RuneInfosIsEmptyException","href":"Nekoyume.Model.Rune.RuneInfosIsEmptyException.html","topicHref":"Nekoyume.Model.Rune.RuneInfosIsEmptyException.html","topicUid":"Nekoyume.Model.Rune.RuneInfosIsEmptyException"},{"name":"RuneListNotFoundException","href":"Nekoyume.Model.Rune.RuneListNotFoundException.html","topicHref":"Nekoyume.Model.Rune.RuneListNotFoundException.html","topicUid":"Nekoyume.Model.Rune.RuneListNotFoundException"},{"name":"RuneNotFoundException","href":"Nekoyume.Model.Rune.RuneNotFoundException.html","topicHref":"Nekoyume.Model.Rune.RuneNotFoundException.html","topicUid":"Nekoyume.Model.Rune.RuneNotFoundException"},{"name":"RuneSlot","href":"Nekoyume.Model.Rune.RuneSlot.html","topicHref":"Nekoyume.Model.Rune.RuneSlot.html","topicUid":"Nekoyume.Model.Rune.RuneSlot"},{"name":"RuneStateNotFoundException","href":"Nekoyume.Model.Rune.RuneStateNotFoundException.html","topicHref":"Nekoyume.Model.Rune.RuneStateNotFoundException.html","topicUid":"Nekoyume.Model.Rune.RuneStateNotFoundException"},{"name":"SlotIsAlreadyUnlockedException","href":"Nekoyume.Model.Rune.SlotIsAlreadyUnlockedException.html","topicHref":"Nekoyume.Model.Rune.SlotIsAlreadyUnlockedException.html","topicUid":"Nekoyume.Model.Rune.SlotIsAlreadyUnlockedException"},{"name":"SlotIsLockedException","href":"Nekoyume.Model.Rune.SlotIsLockedException.html","topicHref":"Nekoyume.Model.Rune.SlotIsLockedException.html","topicUid":"Nekoyume.Model.Rune.SlotIsLockedException"},{"name":"SlotNotFoundException","href":"Nekoyume.Model.Rune.SlotNotFoundException.html","topicHref":"Nekoyume.Model.Rune.SlotNotFoundException.html","topicUid":"Nekoyume.Model.Rune.SlotNotFoundException"},{"name":"SlotRuneTypeException","href":"Nekoyume.Model.Rune.SlotRuneTypeException.html","topicHref":"Nekoyume.Model.Rune.SlotRuneTypeException.html","topicUid":"Nekoyume.Model.Rune.SlotRuneTypeException"},{"name":"TryCountIsZeroException","href":"Nekoyume.Model.Rune.TryCountIsZeroException.html","topicHref":"Nekoyume.Model.Rune.TryCountIsZeroException.html","topicUid":"Nekoyume.Model.Rune.TryCountIsZeroException"}]},{"name":"Nekoyume.Model.Skill","href":"Nekoyume.Model.Skill.html","topicHref":"Nekoyume.Model.Skill.html","topicUid":"Nekoyume.Model.Skill","items":[{"name":"ActionBuffType","href":"Nekoyume.Model.Skill.ActionBuffType.html","topicHref":"Nekoyume.Model.Skill.ActionBuffType.html","topicUid":"Nekoyume.Model.Skill.ActionBuffType"},{"name":"AreaAttack","href":"Nekoyume.Model.Skill.AreaAttack.html","topicHref":"Nekoyume.Model.Skill.AreaAttack.html","topicUid":"Nekoyume.Model.Skill.AreaAttack"},{"name":"AttackSkill","href":"Nekoyume.Model.Skill.AttackSkill.html","topicHref":"Nekoyume.Model.Skill.AttackSkill.html","topicUid":"Nekoyume.Model.Skill.AttackSkill"},{"name":"BlowAttack","href":"Nekoyume.Model.Skill.BlowAttack.html","topicHref":"Nekoyume.Model.Skill.BlowAttack.html","topicUid":"Nekoyume.Model.Skill.BlowAttack"},{"name":"BuffRemovalAttack","href":"Nekoyume.Model.Skill.BuffRemovalAttack.html","topicHref":"Nekoyume.Model.Skill.BuffRemovalAttack.html","topicUid":"Nekoyume.Model.Skill.BuffRemovalAttack"},{"name":"BuffSkill","href":"Nekoyume.Model.Skill.BuffSkill.html","topicHref":"Nekoyume.Model.Skill.BuffSkill.html","topicUid":"Nekoyume.Model.Skill.BuffSkill"},{"name":"DoubleAttack","href":"Nekoyume.Model.Skill.DoubleAttack.html","topicHref":"Nekoyume.Model.Skill.DoubleAttack.html","topicUid":"Nekoyume.Model.Skill.DoubleAttack"},{"name":"HealSkill","href":"Nekoyume.Model.Skill.HealSkill.html","topicHref":"Nekoyume.Model.Skill.HealSkill.html","topicUid":"Nekoyume.Model.Skill.HealSkill"},{"name":"ISkill","href":"Nekoyume.Model.Skill.ISkill.html","topicHref":"Nekoyume.Model.Skill.ISkill.html","topicUid":"Nekoyume.Model.Skill.ISkill"},{"name":"NormalAttack","href":"Nekoyume.Model.Skill.NormalAttack.html","topicHref":"Nekoyume.Model.Skill.NormalAttack.html","topicUid":"Nekoyume.Model.Skill.NormalAttack"},{"name":"ShatterStrike","href":"Nekoyume.Model.Skill.ShatterStrike.html","topicHref":"Nekoyume.Model.Skill.ShatterStrike.html","topicUid":"Nekoyume.Model.Skill.ShatterStrike"},{"name":"Skill","href":"Nekoyume.Model.Skill.Skill.html","topicHref":"Nekoyume.Model.Skill.Skill.html","topicUid":"Nekoyume.Model.Skill.Skill"},{"name":"SkillCategory","href":"Nekoyume.Model.Skill.SkillCategory.html","topicHref":"Nekoyume.Model.Skill.SkillCategory.html","topicUid":"Nekoyume.Model.Skill.SkillCategory"},{"name":"SkillCustomField","href":"Nekoyume.Model.Skill.SkillCustomField.html","topicHref":"Nekoyume.Model.Skill.SkillCustomField.html","topicUid":"Nekoyume.Model.Skill.SkillCustomField"},{"name":"SkillFactory","href":"Nekoyume.Model.Skill.SkillFactory.html","topicHref":"Nekoyume.Model.Skill.SkillFactory.html","topicUid":"Nekoyume.Model.Skill.SkillFactory"},{"name":"SkillTargetType","href":"Nekoyume.Model.Skill.SkillTargetType.html","topicHref":"Nekoyume.Model.Skill.SkillTargetType.html","topicUid":"Nekoyume.Model.Skill.SkillTargetType"},{"name":"SkillTargetTypeExtension","href":"Nekoyume.Model.Skill.SkillTargetTypeExtension.html","topicHref":"Nekoyume.Model.Skill.SkillTargetTypeExtension.html","topicUid":"Nekoyume.Model.Skill.SkillTargetTypeExtension"},{"name":"SkillType","href":"Nekoyume.Model.Skill.SkillType.html","topicHref":"Nekoyume.Model.Skill.SkillType.html","topicUid":"Nekoyume.Model.Skill.SkillType"},{"name":"UnexpectedOperationException","href":"Nekoyume.Model.Skill.UnexpectedOperationException.html","topicHref":"Nekoyume.Model.Skill.UnexpectedOperationException.html","topicUid":"Nekoyume.Model.Skill.UnexpectedOperationException"}]},{"name":"Nekoyume.Model.Skill.Arena","href":"Nekoyume.Model.Skill.Arena.html","topicHref":"Nekoyume.Model.Skill.Arena.html","topicUid":"Nekoyume.Model.Skill.Arena","items":[{"name":"ArenaAreaAttack","href":"Nekoyume.Model.Skill.Arena.ArenaAreaAttack.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaAreaAttack.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaAreaAttack"},{"name":"ArenaAttackSkill","href":"Nekoyume.Model.Skill.Arena.ArenaAttackSkill.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaAttackSkill.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaAttackSkill"},{"name":"ArenaBlowAttack","href":"Nekoyume.Model.Skill.Arena.ArenaBlowAttack.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaBlowAttack.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaBlowAttack"},{"name":"ArenaBuffRemovalAttack","href":"Nekoyume.Model.Skill.Arena.ArenaBuffRemovalAttack.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaBuffRemovalAttack.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaBuffRemovalAttack"},{"name":"ArenaBuffSkill","href":"Nekoyume.Model.Skill.Arena.ArenaBuffSkill.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaBuffSkill.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaBuffSkill"},{"name":"ArenaDoubleAttack","href":"Nekoyume.Model.Skill.Arena.ArenaDoubleAttack.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaDoubleAttack.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaDoubleAttack"},{"name":"ArenaHealSkill","href":"Nekoyume.Model.Skill.Arena.ArenaHealSkill.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaHealSkill.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaHealSkill"},{"name":"ArenaNormalAttack","href":"Nekoyume.Model.Skill.Arena.ArenaNormalAttack.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaNormalAttack.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaNormalAttack"},{"name":"ArenaShatterStrike","href":"Nekoyume.Model.Skill.Arena.ArenaShatterStrike.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaShatterStrike.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaShatterStrike"},{"name":"ArenaSkill","href":"Nekoyume.Model.Skill.Arena.ArenaSkill.html","topicHref":"Nekoyume.Model.Skill.Arena.ArenaSkill.html","topicUid":"Nekoyume.Model.Skill.Arena.ArenaSkill"}]},{"name":"Nekoyume.Model.Stake","href":"Nekoyume.Model.Stake.html","topicHref":"Nekoyume.Model.Stake.html","topicUid":"Nekoyume.Model.Stake","items":[{"name":"Contract","href":"Nekoyume.Model.Stake.Contract.html","topicHref":"Nekoyume.Model.Stake.Contract.html","topicUid":"Nekoyume.Model.Stake.Contract"},{"name":"StakeState","href":"Nekoyume.Model.Stake.StakeState.html","topicHref":"Nekoyume.Model.Stake.StakeState.html","topicUid":"Nekoyume.Model.Stake.StakeState"},{"name":"StakeStateUtils","href":"Nekoyume.Model.Stake.StakeStateUtils.html","topicHref":"Nekoyume.Model.Stake.StakeStateUtils.html","topicUid":"Nekoyume.Model.Stake.StakeStateUtils"}]},{"name":"Nekoyume.Model.Stat","href":"Nekoyume.Model.Stat.html","topicHref":"Nekoyume.Model.Stat.html","topicUid":"Nekoyume.Model.Stat","items":[{"name":"CharacterStats","href":"Nekoyume.Model.Stat.CharacterStats.html","topicHref":"Nekoyume.Model.Stat.CharacterStats.html","topicUid":"Nekoyume.Model.Stat.CharacterStats"},{"name":"DecimalStat","href":"Nekoyume.Model.Stat.DecimalStat.html","topicHref":"Nekoyume.Model.Stat.DecimalStat.html","topicUid":"Nekoyume.Model.Stat.DecimalStat"},{"name":"IBaseAndAdditionalStats","href":"Nekoyume.Model.Stat.IBaseAndAdditionalStats.html","topicHref":"Nekoyume.Model.Stat.IBaseAndAdditionalStats.html","topicUid":"Nekoyume.Model.Stat.IBaseAndAdditionalStats"},{"name":"IStats","href":"Nekoyume.Model.Stat.IStats.html","topicHref":"Nekoyume.Model.Stat.IStats.html","topicUid":"Nekoyume.Model.Stat.IStats"},{"name":"StatMap","href":"Nekoyume.Model.Stat.StatMap.html","topicHref":"Nekoyume.Model.Stat.StatMap.html","topicUid":"Nekoyume.Model.Stat.StatMap"},{"name":"StatModifier","href":"Nekoyume.Model.Stat.StatModifier.html","topicHref":"Nekoyume.Model.Stat.StatModifier.html","topicUid":"Nekoyume.Model.Stat.StatModifier"},{"name":"StatModifier.OperationType","href":"Nekoyume.Model.Stat.StatModifier.OperationType.html","topicHref":"Nekoyume.Model.Stat.StatModifier.OperationType.html","topicUid":"Nekoyume.Model.Stat.StatModifier.OperationType"},{"name":"StatType","href":"Nekoyume.Model.Stat.StatType.html","topicHref":"Nekoyume.Model.Stat.StatType.html","topicUid":"Nekoyume.Model.Stat.StatType"},{"name":"StatTypeComparer","href":"Nekoyume.Model.Stat.StatTypeComparer.html","topicHref":"Nekoyume.Model.Stat.StatTypeComparer.html","topicUid":"Nekoyume.Model.Stat.StatTypeComparer"},{"name":"StatTypeExtension","href":"Nekoyume.Model.Stat.StatTypeExtension.html","topicHref":"Nekoyume.Model.Stat.StatTypeExtension.html","topicUid":"Nekoyume.Model.Stat.StatTypeExtension"},{"name":"Stats","href":"Nekoyume.Model.Stat.Stats.html","topicHref":"Nekoyume.Model.Stat.Stats.html","topicUid":"Nekoyume.Model.Stat.Stats"},{"name":"StatsMap","href":"Nekoyume.Model.Stat.StatsMap.html","topicHref":"Nekoyume.Model.Stat.StatsMap.html","topicUid":"Nekoyume.Model.Stat.StatsMap"}]},{"name":"Nekoyume.Model.State","href":"Nekoyume.Model.State.html","topicHref":"Nekoyume.Model.State.html","topicUid":"Nekoyume.Model.State","items":[{"name":"ActivatedAccountsState","href":"Nekoyume.Model.State.ActivatedAccountsState.html","topicHref":"Nekoyume.Model.State.ActivatedAccountsState.html","topicUid":"Nekoyume.Model.State.ActivatedAccountsState"},{"name":"AdminState","href":"Nekoyume.Model.State.AdminState.html","topicHref":"Nekoyume.Model.State.AdminState.html","topicUid":"Nekoyume.Model.State.AdminState"},{"name":"AgentState","href":"Nekoyume.Model.State.AgentState.html","topicHref":"Nekoyume.Model.State.AgentState.html","topicUid":"Nekoyume.Model.State.AgentState"},{"name":"AllCombinationSlotState","href":"Nekoyume.Model.State.AllCombinationSlotState.html","topicHref":"Nekoyume.Model.State.AllCombinationSlotState.html","topicUid":"Nekoyume.Model.State.AllCombinationSlotState"},{"name":"AllRuneState","href":"Nekoyume.Model.State.AllRuneState.html","topicHref":"Nekoyume.Model.State.AllRuneState.html","topicUid":"Nekoyume.Model.State.AllRuneState"},{"name":"ArenaAvatarState","href":"Nekoyume.Model.State.ArenaAvatarState.html","topicHref":"Nekoyume.Model.State.ArenaAvatarState.html","topicUid":"Nekoyume.Model.State.ArenaAvatarState"},{"name":"ArenaInfo","href":"Nekoyume.Model.State.ArenaInfo.html","topicHref":"Nekoyume.Model.State.ArenaInfo.html","topicUid":"Nekoyume.Model.State.ArenaInfo"},{"name":"ArenaInfo.Record","href":"Nekoyume.Model.State.ArenaInfo.Record.html","topicHref":"Nekoyume.Model.State.ArenaInfo.Record.html","topicUid":"Nekoyume.Model.State.ArenaInfo.Record"},{"name":"AuthorizedMinersState","href":"Nekoyume.Model.State.AuthorizedMinersState.html","topicHref":"Nekoyume.Model.State.AuthorizedMinersState.html","topicUid":"Nekoyume.Model.State.AuthorizedMinersState"},{"name":"AvatarState","href":"Nekoyume.Model.State.AvatarState.html","topicHref":"Nekoyume.Model.State.AvatarState.html","topicUid":"Nekoyume.Model.State.AvatarState"},{"name":"CollectionState","href":"Nekoyume.Model.State.CollectionState.html","topicHref":"Nekoyume.Model.State.CollectionState.html","topicUid":"Nekoyume.Model.State.CollectionState"},{"name":"CombinationSlotState","href":"Nekoyume.Model.State.CombinationSlotState.html","topicHref":"Nekoyume.Model.State.CombinationSlotState.html","topicUid":"Nekoyume.Model.State.CombinationSlotState"},{"name":"CreditsState","href":"Nekoyume.Model.State.CreditsState.html","topicHref":"Nekoyume.Model.State.CreditsState.html","topicUid":"Nekoyume.Model.State.CreditsState"},{"name":"CrystalCostState","href":"Nekoyume.Model.State.CrystalCostState.html","topicHref":"Nekoyume.Model.State.CrystalCostState.html","topicUid":"Nekoyume.Model.State.CrystalCostState"},{"name":"CrystalRandomSkillState","href":"Nekoyume.Model.State.CrystalRandomSkillState.html","topicHref":"Nekoyume.Model.State.CrystalRandomSkillState.html","topicUid":"Nekoyume.Model.State.CrystalRandomSkillState"},{"name":"DuplicateRedeemException","href":"Nekoyume.Model.State.DuplicateRedeemException.html","topicHref":"Nekoyume.Model.State.DuplicateRedeemException.html","topicUid":"Nekoyume.Model.State.DuplicateRedeemException"},{"name":"FailedToUnregisterInShopStateException","href":"Nekoyume.Model.State.FailedToUnregisterInShopStateException.html","topicHref":"Nekoyume.Model.State.FailedToUnregisterInShopStateException.html","topicUid":"Nekoyume.Model.State.FailedToUnregisterInShopStateException"},{"name":"GameConfigState","href":"Nekoyume.Model.State.GameConfigState.html","topicHref":"Nekoyume.Model.State.GameConfigState.html","topicUid":"Nekoyume.Model.State.GameConfigState"},{"name":"GoldBalanceState","href":"Nekoyume.Model.State.GoldBalanceState.html","topicHref":"Nekoyume.Model.State.GoldBalanceState.html","topicUid":"Nekoyume.Model.State.GoldBalanceState"},{"name":"GoldCurrencyState","href":"Nekoyume.Model.State.GoldCurrencyState.html","topicHref":"Nekoyume.Model.State.GoldCurrencyState.html","topicUid":"Nekoyume.Model.State.GoldCurrencyState"},{"name":"HammerPointState","href":"Nekoyume.Model.State.HammerPointState.html","topicHref":"Nekoyume.Model.State.HammerPointState.html","topicUid":"Nekoyume.Model.State.HammerPointState"},{"name":"IState","href":"Nekoyume.Model.State.IState.html","topicHref":"Nekoyume.Model.State.IState.html","topicUid":"Nekoyume.Model.State.IState"},{"name":"InvalidRedeemCodeException","href":"Nekoyume.Model.State.InvalidRedeemCodeException.html","topicHref":"Nekoyume.Model.State.InvalidRedeemCodeException.html","topicUid":"Nekoyume.Model.State.InvalidRedeemCodeException"},{"name":"ItemSlotState","href":"Nekoyume.Model.State.ItemSlotState.html","topicHref":"Nekoyume.Model.State.ItemSlotState.html","topicUid":"Nekoyume.Model.State.ItemSlotState"},{"name":"LazyState","href":"Nekoyume.Model.State.LazyState-2.html","topicHref":"Nekoyume.Model.State.LazyState-2.html","topicUid":"Nekoyume.Model.State.LazyState`2"},{"name":"LegacyStakeState","href":"Nekoyume.Model.State.LegacyStakeState.html","topicHref":"Nekoyume.Model.State.LegacyStakeState.html","topicUid":"Nekoyume.Model.State.LegacyStakeState"},{"name":"LegacyStakeState.StakeAchievements","href":"Nekoyume.Model.State.LegacyStakeState.StakeAchievements.html","topicHref":"Nekoyume.Model.State.LegacyStakeState.StakeAchievements.html","topicUid":"Nekoyume.Model.State.LegacyStakeState.StakeAchievements"},{"name":"MarketState","href":"Nekoyume.Model.State.MarketState.html","topicHref":"Nekoyume.Model.State.MarketState.html","topicUid":"Nekoyume.Model.State.MarketState"},{"name":"MonsterCollectionResult","href":"Nekoyume.Model.State.MonsterCollectionResult.html","topicHref":"Nekoyume.Model.State.MonsterCollectionResult.html","topicUid":"Nekoyume.Model.State.MonsterCollectionResult"},{"name":"MonsterCollectionState","href":"Nekoyume.Model.State.MonsterCollectionState.html","topicHref":"Nekoyume.Model.State.MonsterCollectionState.html","topicUid":"Nekoyume.Model.State.MonsterCollectionState"},{"name":"MonsterCollectionState0","href":"Nekoyume.Model.State.MonsterCollectionState0.html","topicHref":"Nekoyume.Model.State.MonsterCollectionState0.html","topicUid":"Nekoyume.Model.State.MonsterCollectionState0"},{"name":"PendingActivationState","href":"Nekoyume.Model.State.PendingActivationState.html","topicHref":"Nekoyume.Model.State.PendingActivationState.html","topicUid":"Nekoyume.Model.State.PendingActivationState"},{"name":"PetState","href":"Nekoyume.Model.State.PetState.html","topicHref":"Nekoyume.Model.State.PetState.html","topicUid":"Nekoyume.Model.State.PetState"},{"name":"RaiderState","href":"Nekoyume.Model.State.RaiderState.html","topicHref":"Nekoyume.Model.State.RaiderState.html","topicUid":"Nekoyume.Model.State.RaiderState"},{"name":"RankingInfo","href":"Nekoyume.Model.State.RankingInfo.html","topicHref":"Nekoyume.Model.State.RankingInfo.html","topicUid":"Nekoyume.Model.State.RankingInfo"},{"name":"RankingMapState","href":"Nekoyume.Model.State.RankingMapState.html","topicHref":"Nekoyume.Model.State.RankingMapState.html","topicUid":"Nekoyume.Model.State.RankingMapState"},{"name":"RankingState","href":"Nekoyume.Model.State.RankingState.html","topicHref":"Nekoyume.Model.State.RankingState.html","topicUid":"Nekoyume.Model.State.RankingState"},{"name":"RankingState0","href":"Nekoyume.Model.State.RankingState0.html","topicHref":"Nekoyume.Model.State.RankingState0.html","topicUid":"Nekoyume.Model.State.RankingState0"},{"name":"RankingState1","href":"Nekoyume.Model.State.RankingState1.html","topicHref":"Nekoyume.Model.State.RankingState1.html","topicUid":"Nekoyume.Model.State.RankingState1"},{"name":"RedeemCodeState","href":"Nekoyume.Model.State.RedeemCodeState.html","topicHref":"Nekoyume.Model.State.RedeemCodeState.html","topicUid":"Nekoyume.Model.State.RedeemCodeState"},{"name":"RedeemCodeState.Reward","href":"Nekoyume.Model.State.RedeemCodeState.Reward.html","topicHref":"Nekoyume.Model.State.RedeemCodeState.Reward.html","topicUid":"Nekoyume.Model.State.RedeemCodeState.Reward"},{"name":"RuneSlotState","href":"Nekoyume.Model.State.RuneSlotState.html","topicHref":"Nekoyume.Model.State.RuneSlotState.html","topicUid":"Nekoyume.Model.State.RuneSlotState"},{"name":"RuneState","href":"Nekoyume.Model.State.RuneState.html","topicHref":"Nekoyume.Model.State.RuneState.html","topicUid":"Nekoyume.Model.State.RuneState"},{"name":"ShardedShopState","href":"Nekoyume.Model.State.ShardedShopState.html","topicHref":"Nekoyume.Model.State.ShardedShopState.html","topicUid":"Nekoyume.Model.State.ShardedShopState"},{"name":"ShardedShopStateV2","href":"Nekoyume.Model.State.ShardedShopStateV2.html","topicHref":"Nekoyume.Model.State.ShardedShopStateV2.html","topicUid":"Nekoyume.Model.State.ShardedShopStateV2"},{"name":"ShopState","href":"Nekoyume.Model.State.ShopState.html","topicHref":"Nekoyume.Model.State.ShopState.html","topicUid":"Nekoyume.Model.State.ShopState"},{"name":"ShopStateAlreadyContainsException","href":"Nekoyume.Model.State.ShopStateAlreadyContainsException.html","topicHref":"Nekoyume.Model.State.ShopStateAlreadyContainsException.html","topicUid":"Nekoyume.Model.State.ShopStateAlreadyContainsException"},{"name":"StakeRewardCalculator","href":"Nekoyume.Model.State.StakeRewardCalculator.html","topicHref":"Nekoyume.Model.State.StakeRewardCalculator.html","topicUid":"Nekoyume.Model.State.StakeRewardCalculator"},{"name":"State","href":"Nekoyume.Model.State.State.html","topicHref":"Nekoyume.Model.State.State.html","topicUid":"Nekoyume.Model.State.State"},{"name":"StateExtensions","href":"Nekoyume.Model.State.StateExtensions.html","topicHref":"Nekoyume.Model.State.StateExtensions.html","topicUid":"Nekoyume.Model.State.StateExtensions"},{"name":"StateExtensions.IValueTryParseDelegate","href":"Nekoyume.Model.State.StateExtensions.IValueTryParseDelegate-1.html","topicHref":"Nekoyume.Model.State.StateExtensions.IValueTryParseDelegate-1.html","topicUid":"Nekoyume.Model.State.StateExtensions.IValueTryParseDelegate`1"},{"name":"WeeklyArenaState","href":"Nekoyume.Model.State.WeeklyArenaState.html","topicHref":"Nekoyume.Model.State.WeeklyArenaState.html","topicUid":"Nekoyume.Model.State.WeeklyArenaState"},{"name":"WorldBossKillRewardRecord","href":"Nekoyume.Model.State.WorldBossKillRewardRecord.html","topicHref":"Nekoyume.Model.State.WorldBossKillRewardRecord.html","topicUid":"Nekoyume.Model.State.WorldBossKillRewardRecord"},{"name":"WorldBossState","href":"Nekoyume.Model.State.WorldBossState.html","topicHref":"Nekoyume.Model.State.WorldBossState.html","topicUid":"Nekoyume.Model.State.WorldBossState"}]},{"name":"Nekoyume.Module","href":"Nekoyume.Module.html","topicHref":"Nekoyume.Module.html","topicUid":"Nekoyume.Module","items":[{"name":"ActionPointModule","href":"Nekoyume.Module.ActionPointModule.html","topicHref":"Nekoyume.Module.ActionPointModule.html","topicUid":"Nekoyume.Module.ActionPointModule"},{"name":"AdventureBossModule","href":"Nekoyume.Module.AdventureBossModule.html","topicHref":"Nekoyume.Module.AdventureBossModule.html","topicUid":"Nekoyume.Module.AdventureBossModule"},{"name":"AgentModule","href":"Nekoyume.Module.AgentModule.html","topicHref":"Nekoyume.Module.AgentModule.html","topicUid":"Nekoyume.Module.AgentModule"},{"name":"ArenaModule","href":"Nekoyume.Module.ArenaModule.html","topicHref":"Nekoyume.Module.ArenaModule.html","topicUid":"Nekoyume.Module.ArenaModule"},{"name":"AvatarModule","href":"Nekoyume.Module.AvatarModule.html","topicHref":"Nekoyume.Module.AvatarModule.html","topicUid":"Nekoyume.Module.AvatarModule"},{"name":"CollectionModule","href":"Nekoyume.Module.CollectionModule.html","topicHref":"Nekoyume.Module.CollectionModule.html","topicUid":"Nekoyume.Module.CollectionModule"},{"name":"CombinationSlotStateModule","href":"Nekoyume.Module.CombinationSlotStateModule.html","topicHref":"Nekoyume.Module.CombinationSlotStateModule.html","topicUid":"Nekoyume.Module.CombinationSlotStateModule"},{"name":"DailyRewardModule","href":"Nekoyume.Module.DailyRewardModule.html","topicHref":"Nekoyume.Module.DailyRewardModule.html","topicUid":"Nekoyume.Module.DailyRewardModule"},{"name":"GiftModule","href":"Nekoyume.Module.GiftModule.html","topicHref":"Nekoyume.Module.GiftModule.html","topicUid":"Nekoyume.Module.GiftModule"},{"name":"LegacyModule","href":"Nekoyume.Module.LegacyModule.html","topicHref":"Nekoyume.Module.LegacyModule.html","topicUid":"Nekoyume.Module.LegacyModule"},{"name":"RelationshipModule","href":"Nekoyume.Module.RelationshipModule.html","topicHref":"Nekoyume.Module.RelationshipModule.html","topicUid":"Nekoyume.Module.RelationshipModule"},{"name":"RuneStateModule","href":"Nekoyume.Module.RuneStateModule.html","topicHref":"Nekoyume.Module.RuneStateModule.html","topicUid":"Nekoyume.Module.RuneStateModule"},{"name":"StateResolver","href":"Nekoyume.Module.StateResolver.html","topicHref":"Nekoyume.Module.StateResolver.html","topicUid":"Nekoyume.Module.StateResolver"}]},{"name":"Nekoyume.Module.CombinationSlot","href":"Nekoyume.Module.CombinationSlot.html","topicHref":"Nekoyume.Module.CombinationSlot.html","topicUid":"Nekoyume.Module.CombinationSlot","items":[{"name":"CombinationSlotNotFoundException","href":"Nekoyume.Module.CombinationSlot.CombinationSlotNotFoundException.html","topicHref":"Nekoyume.Module.CombinationSlot.CombinationSlotNotFoundException.html","topicUid":"Nekoyume.Module.CombinationSlot.CombinationSlotNotFoundException"},{"name":"DuplicatedCombinationSlotIndexException","href":"Nekoyume.Module.CombinationSlot.DuplicatedCombinationSlotIndexException.html","topicHref":"Nekoyume.Module.CombinationSlot.DuplicatedCombinationSlotIndexException.html","topicUid":"Nekoyume.Module.CombinationSlot.DuplicatedCombinationSlotIndexException"}]},{"name":"Nekoyume.Module.Guild","href":"Nekoyume.Module.Guild.html","topicHref":"Nekoyume.Module.Guild.html","topicUid":"Nekoyume.Module.Guild","items":[{"name":"GuildBanModule","href":"Nekoyume.Module.Guild.GuildBanModule.html","topicHref":"Nekoyume.Module.Guild.GuildBanModule.html","topicUid":"Nekoyume.Module.Guild.GuildBanModule"},{"name":"GuildDelegateeModule","href":"Nekoyume.Module.Guild.GuildDelegateeModule.html","topicHref":"Nekoyume.Module.Guild.GuildDelegateeModule.html","topicUid":"Nekoyume.Module.Guild.GuildDelegateeModule"},{"name":"GuildMemberCounterModule","href":"Nekoyume.Module.Guild.GuildMemberCounterModule.html","topicHref":"Nekoyume.Module.Guild.GuildMemberCounterModule.html","topicUid":"Nekoyume.Module.Guild.GuildMemberCounterModule"},{"name":"GuildModule","href":"Nekoyume.Module.Guild.GuildModule.html","topicHref":"Nekoyume.Module.Guild.GuildModule.html","topicUid":"Nekoyume.Module.Guild.GuildModule"},{"name":"GuildParticipantModule","href":"Nekoyume.Module.Guild.GuildParticipantModule.html","topicHref":"Nekoyume.Module.Guild.GuildParticipantModule.html","topicUid":"Nekoyume.Module.Guild.GuildParticipantModule"}]},{"name":"Nekoyume.Module.ValidatorDelegation","href":"Nekoyume.Module.ValidatorDelegation.html","topicHref":"Nekoyume.Module.ValidatorDelegation.html","topicUid":"Nekoyume.Module.ValidatorDelegation","items":[{"name":"AbstainHistoryModule","href":"Nekoyume.Module.ValidatorDelegation.AbstainHistoryModule.html","topicHref":"Nekoyume.Module.ValidatorDelegation.AbstainHistoryModule.html","topicUid":"Nekoyume.Module.ValidatorDelegation.AbstainHistoryModule"},{"name":"ValidatorDelegateeModule","href":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegateeModule.html","topicHref":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegateeModule.html","topicUid":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegateeModule"},{"name":"ValidatorDelegatorModule","href":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegatorModule.html","topicHref":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegatorModule.html","topicUid":"Nekoyume.Module.ValidatorDelegation.ValidatorDelegatorModule"},{"name":"ValidatorListModule","href":"Nekoyume.Module.ValidatorDelegation.ValidatorListModule.html","topicHref":"Nekoyume.Module.ValidatorDelegation.ValidatorListModule.html","topicUid":"Nekoyume.Module.ValidatorDelegation.ValidatorListModule"}]},{"name":"Nekoyume.TableData","href":"Nekoyume.TableData.html","topicHref":"Nekoyume.TableData.html","topicUid":"Nekoyume.TableData","items":[{"name":"ActionBuffSheet","href":"Nekoyume.TableData.ActionBuffSheet.html","topicHref":"Nekoyume.TableData.ActionBuffSheet.html","topicUid":"Nekoyume.TableData.ActionBuffSheet"},{"name":"ActionBuffSheet.Row","href":"Nekoyume.TableData.ActionBuffSheet.Row.html","topicHref":"Nekoyume.TableData.ActionBuffSheet.Row.html","topicUid":"Nekoyume.TableData.ActionBuffSheet.Row"},{"name":"ArenaSheet","href":"Nekoyume.TableData.ArenaSheet.html","topicHref":"Nekoyume.TableData.ArenaSheet.html","topicUid":"Nekoyume.TableData.ArenaSheet"},{"name":"ArenaSheet.RoundData","href":"Nekoyume.TableData.ArenaSheet.RoundData.html","topicHref":"Nekoyume.TableData.ArenaSheet.RoundData.html","topicUid":"Nekoyume.TableData.ArenaSheet.RoundData"},{"name":"ArenaSheet.Row","href":"Nekoyume.TableData.ArenaSheet.Row.html","topicHref":"Nekoyume.TableData.ArenaSheet.Row.html","topicUid":"Nekoyume.TableData.ArenaSheet.Row"},{"name":"ArenaSimulatorSheets","href":"Nekoyume.TableData.ArenaSimulatorSheets.html","topicHref":"Nekoyume.TableData.ArenaSimulatorSheets.html","topicUid":"Nekoyume.TableData.ArenaSimulatorSheets"},{"name":"ArenaSimulatorSheetsV1","href":"Nekoyume.TableData.ArenaSimulatorSheetsV1.html","topicHref":"Nekoyume.TableData.ArenaSimulatorSheetsV1.html","topicUid":"Nekoyume.TableData.ArenaSimulatorSheetsV1"},{"name":"ArenaSimulatorSheetsV100291","href":"Nekoyume.TableData.ArenaSimulatorSheetsV100291.html","topicHref":"Nekoyume.TableData.ArenaSimulatorSheetsV100291.html","topicUid":"Nekoyume.TableData.ArenaSimulatorSheetsV100291"},{"name":"AvatarSheets","href":"Nekoyume.TableData.AvatarSheets.html","topicHref":"Nekoyume.TableData.AvatarSheets.html","topicUid":"Nekoyume.TableData.AvatarSheets"},{"name":"BuffLimitSheet","href":"Nekoyume.TableData.BuffLimitSheet.html","topicHref":"Nekoyume.TableData.BuffLimitSheet.html","topicUid":"Nekoyume.TableData.BuffLimitSheet"},{"name":"BuffLimitSheet.Row","href":"Nekoyume.TableData.BuffLimitSheet.Row.html","topicHref":"Nekoyume.TableData.BuffLimitSheet.Row.html","topicUid":"Nekoyume.TableData.BuffLimitSheet.Row"},{"name":"BuffLinkSheet","href":"Nekoyume.TableData.BuffLinkSheet.html","topicHref":"Nekoyume.TableData.BuffLinkSheet.html","topicUid":"Nekoyume.TableData.BuffLinkSheet"},{"name":"BuffLinkSheet.Row","href":"Nekoyume.TableData.BuffLinkSheet.Row.html","topicHref":"Nekoyume.TableData.BuffLinkSheet.Row.html","topicUid":"Nekoyume.TableData.BuffLinkSheet.Row"},{"name":"BuffSheet","href":"Nekoyume.TableData.BuffSheet.html","topicHref":"Nekoyume.TableData.BuffSheet.html","topicUid":"Nekoyume.TableData.BuffSheet"},{"name":"BuffSheet.Row","href":"Nekoyume.TableData.BuffSheet.Row.html","topicHref":"Nekoyume.TableData.BuffSheet.Row.html","topicUid":"Nekoyume.TableData.BuffSheet.Row"},{"name":"CharacterLevelSheet","href":"Nekoyume.TableData.CharacterLevelSheet.html","topicHref":"Nekoyume.TableData.CharacterLevelSheet.html","topicUid":"Nekoyume.TableData.CharacterLevelSheet"},{"name":"CharacterLevelSheet.Row","href":"Nekoyume.TableData.CharacterLevelSheet.Row.html","topicHref":"Nekoyume.TableData.CharacterLevelSheet.Row.html","topicUid":"Nekoyume.TableData.CharacterLevelSheet.Row"},{"name":"CharacterSheet","href":"Nekoyume.TableData.CharacterSheet.html","topicHref":"Nekoyume.TableData.CharacterSheet.html","topicUid":"Nekoyume.TableData.CharacterSheet"},{"name":"CharacterSheet.Row","href":"Nekoyume.TableData.CharacterSheet.Row.html","topicHref":"Nekoyume.TableData.CharacterSheet.Row.html","topicUid":"Nekoyume.TableData.CharacterSheet.Row"},{"name":"CharacterSheetExtension","href":"Nekoyume.TableData.CharacterSheetExtension.html","topicHref":"Nekoyume.TableData.CharacterSheetExtension.html","topicUid":"Nekoyume.TableData.CharacterSheetExtension"},{"name":"ClaimableGiftsSheet","href":"Nekoyume.TableData.ClaimableGiftsSheet.html","topicHref":"Nekoyume.TableData.ClaimableGiftsSheet.html","topicUid":"Nekoyume.TableData.ClaimableGiftsSheet"},{"name":"ClaimableGiftsSheet.Row","href":"Nekoyume.TableData.ClaimableGiftsSheet.Row.html","topicHref":"Nekoyume.TableData.ClaimableGiftsSheet.Row.html","topicUid":"Nekoyume.TableData.ClaimableGiftsSheet.Row"},{"name":"CollectQuestSheet","href":"Nekoyume.TableData.CollectQuestSheet.html","topicHref":"Nekoyume.TableData.CollectQuestSheet.html","topicUid":"Nekoyume.TableData.CollectQuestSheet"},{"name":"CollectQuestSheet.Row","href":"Nekoyume.TableData.CollectQuestSheet.Row.html","topicHref":"Nekoyume.TableData.CollectQuestSheet.Row.html","topicUid":"Nekoyume.TableData.CollectQuestSheet.Row"},{"name":"CollectionSheet","href":"Nekoyume.TableData.CollectionSheet.html","topicHref":"Nekoyume.TableData.CollectionSheet.html","topicUid":"Nekoyume.TableData.CollectionSheet"},{"name":"CollectionSheet.RequiredMaterial","href":"Nekoyume.TableData.CollectionSheet.RequiredMaterial.html","topicHref":"Nekoyume.TableData.CollectionSheet.RequiredMaterial.html","topicUid":"Nekoyume.TableData.CollectionSheet.RequiredMaterial"},{"name":"CollectionSheet.Row","href":"Nekoyume.TableData.CollectionSheet.Row.html","topicHref":"Nekoyume.TableData.CollectionSheet.Row.html","topicUid":"Nekoyume.TableData.CollectionSheet.Row"},{"name":"CombinationEquipmentQuestSheet","href":"Nekoyume.TableData.CombinationEquipmentQuestSheet.html","topicHref":"Nekoyume.TableData.CombinationEquipmentQuestSheet.html","topicUid":"Nekoyume.TableData.CombinationEquipmentQuestSheet"},{"name":"CombinationEquipmentQuestSheet.Row","href":"Nekoyume.TableData.CombinationEquipmentQuestSheet.Row.html","topicHref":"Nekoyume.TableData.CombinationEquipmentQuestSheet.Row.html","topicUid":"Nekoyume.TableData.CombinationEquipmentQuestSheet.Row"},{"name":"CombinationQuestSheet","href":"Nekoyume.TableData.CombinationQuestSheet.html","topicHref":"Nekoyume.TableData.CombinationQuestSheet.html","topicUid":"Nekoyume.TableData.CombinationQuestSheet"},{"name":"CombinationQuestSheet.Row","href":"Nekoyume.TableData.CombinationQuestSheet.Row.html","topicHref":"Nekoyume.TableData.CombinationQuestSheet.Row.html","topicUid":"Nekoyume.TableData.CombinationQuestSheet.Row"},{"name":"ConsumableItemRecipeSheet","href":"Nekoyume.TableData.ConsumableItemRecipeSheet.html","topicHref":"Nekoyume.TableData.ConsumableItemRecipeSheet.html","topicUid":"Nekoyume.TableData.ConsumableItemRecipeSheet"},{"name":"ConsumableItemRecipeSheet.Row","href":"Nekoyume.TableData.ConsumableItemRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.ConsumableItemRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.ConsumableItemRecipeSheet.Row"},{"name":"ConsumableItemSheet","href":"Nekoyume.TableData.ConsumableItemSheet.html","topicHref":"Nekoyume.TableData.ConsumableItemSheet.html","topicUid":"Nekoyume.TableData.ConsumableItemSheet"},{"name":"ConsumableItemSheet.Row","href":"Nekoyume.TableData.ConsumableItemSheet.Row.html","topicHref":"Nekoyume.TableData.ConsumableItemSheet.Row.html","topicUid":"Nekoyume.TableData.ConsumableItemSheet.Row"},{"name":"CostumeItemSheet","href":"Nekoyume.TableData.CostumeItemSheet.html","topicHref":"Nekoyume.TableData.CostumeItemSheet.html","topicUid":"Nekoyume.TableData.CostumeItemSheet"},{"name":"CostumeItemSheet.Row","href":"Nekoyume.TableData.CostumeItemSheet.Row.html","topicHref":"Nekoyume.TableData.CostumeItemSheet.Row.html","topicUid":"Nekoyume.TableData.CostumeItemSheet.Row"},{"name":"CostumeStatSheet","href":"Nekoyume.TableData.CostumeStatSheet.html","topicHref":"Nekoyume.TableData.CostumeStatSheet.html","topicUid":"Nekoyume.TableData.CostumeStatSheet"},{"name":"CostumeStatSheet.Row","href":"Nekoyume.TableData.CostumeStatSheet.Row.html","topicHref":"Nekoyume.TableData.CostumeStatSheet.Row.html","topicUid":"Nekoyume.TableData.CostumeStatSheet.Row"},{"name":"CreateAvatarFavSheet","href":"Nekoyume.TableData.CreateAvatarFavSheet.html","topicHref":"Nekoyume.TableData.CreateAvatarFavSheet.html","topicUid":"Nekoyume.TableData.CreateAvatarFavSheet"},{"name":"CreateAvatarFavSheet.Row","href":"Nekoyume.TableData.CreateAvatarFavSheet.Row.html","topicHref":"Nekoyume.TableData.CreateAvatarFavSheet.Row.html","topicUid":"Nekoyume.TableData.CreateAvatarFavSheet.Row"},{"name":"CreateAvatarFavSheet.Target","href":"Nekoyume.TableData.CreateAvatarFavSheet.Target.html","topicHref":"Nekoyume.TableData.CreateAvatarFavSheet.Target.html","topicUid":"Nekoyume.TableData.CreateAvatarFavSheet.Target"},{"name":"CreateAvatarItemSheet","href":"Nekoyume.TableData.CreateAvatarItemSheet.html","topicHref":"Nekoyume.TableData.CreateAvatarItemSheet.html","topicUid":"Nekoyume.TableData.CreateAvatarItemSheet"},{"name":"CreateAvatarItemSheet.Row","href":"Nekoyume.TableData.CreateAvatarItemSheet.Row.html","topicHref":"Nekoyume.TableData.CreateAvatarItemSheet.Row.html","topicUid":"Nekoyume.TableData.CreateAvatarItemSheet.Row"},{"name":"EnemySkillSheet","href":"Nekoyume.TableData.EnemySkillSheet.html","topicHref":"Nekoyume.TableData.EnemySkillSheet.html","topicUid":"Nekoyume.TableData.EnemySkillSheet"},{"name":"EnemySkillSheet.Row","href":"Nekoyume.TableData.EnemySkillSheet.Row.html","topicHref":"Nekoyume.TableData.EnemySkillSheet.Row.html","topicUid":"Nekoyume.TableData.EnemySkillSheet.Row"},{"name":"EnhancementCostSheet","href":"Nekoyume.TableData.EnhancementCostSheet.html","topicHref":"Nekoyume.TableData.EnhancementCostSheet.html","topicUid":"Nekoyume.TableData.EnhancementCostSheet"},{"name":"EnhancementCostSheet.Row","href":"Nekoyume.TableData.EnhancementCostSheet.Row.html","topicHref":"Nekoyume.TableData.EnhancementCostSheet.Row.html","topicUid":"Nekoyume.TableData.EnhancementCostSheet.Row"},{"name":"EnhancementCostSheetV2","href":"Nekoyume.TableData.EnhancementCostSheetV2.html","topicHref":"Nekoyume.TableData.EnhancementCostSheetV2.html","topicUid":"Nekoyume.TableData.EnhancementCostSheetV2"},{"name":"EnhancementCostSheetV2.Row","href":"Nekoyume.TableData.EnhancementCostSheetV2.Row.html","topicHref":"Nekoyume.TableData.EnhancementCostSheetV2.Row.html","topicUid":"Nekoyume.TableData.EnhancementCostSheetV2.Row"},{"name":"EnhancementCostSheetV3","href":"Nekoyume.TableData.EnhancementCostSheetV3.html","topicHref":"Nekoyume.TableData.EnhancementCostSheetV3.html","topicUid":"Nekoyume.TableData.EnhancementCostSheetV3"},{"name":"EnhancementCostSheetV3.Row","href":"Nekoyume.TableData.EnhancementCostSheetV3.Row.html","topicHref":"Nekoyume.TableData.EnhancementCostSheetV3.Row.html","topicUid":"Nekoyume.TableData.EnhancementCostSheetV3.Row"},{"name":"EquipmentItemOptionSheet","href":"Nekoyume.TableData.EquipmentItemOptionSheet.html","topicHref":"Nekoyume.TableData.EquipmentItemOptionSheet.html","topicUid":"Nekoyume.TableData.EquipmentItemOptionSheet"},{"name":"EquipmentItemOptionSheet.Row","href":"Nekoyume.TableData.EquipmentItemOptionSheet.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemOptionSheet.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemOptionSheet.Row"},{"name":"EquipmentItemRecipeSheet","href":"Nekoyume.TableData.EquipmentItemRecipeSheet.html","topicHref":"Nekoyume.TableData.EquipmentItemRecipeSheet.html","topicUid":"Nekoyume.TableData.EquipmentItemRecipeSheet"},{"name":"EquipmentItemRecipeSheet.Row","href":"Nekoyume.TableData.EquipmentItemRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemRecipeSheet.Row"},{"name":"EquipmentItemSetEffectSheet","href":"Nekoyume.TableData.EquipmentItemSetEffectSheet.html","topicHref":"Nekoyume.TableData.EquipmentItemSetEffectSheet.html","topicUid":"Nekoyume.TableData.EquipmentItemSetEffectSheet"},{"name":"EquipmentItemSetEffectSheet.Row","href":"Nekoyume.TableData.EquipmentItemSetEffectSheet.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemSetEffectSheet.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemSetEffectSheet.Row"},{"name":"EquipmentItemSheet","href":"Nekoyume.TableData.EquipmentItemSheet.html","topicHref":"Nekoyume.TableData.EquipmentItemSheet.html","topicUid":"Nekoyume.TableData.EquipmentItemSheet"},{"name":"EquipmentItemSheet.Row","href":"Nekoyume.TableData.EquipmentItemSheet.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemSheet.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemSheet.Row"},{"name":"EquipmentItemSubRecipeSheet","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheet"},{"name":"EquipmentItemSubRecipeSheet.MaterialInfo","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.MaterialInfo.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.MaterialInfo.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.MaterialInfo"},{"name":"EquipmentItemSubRecipeSheet.OptionInfo","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.OptionInfo.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.OptionInfo.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.OptionInfo"},{"name":"EquipmentItemSubRecipeSheet.Row","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheet.Row"},{"name":"EquipmentItemSubRecipeSheetV2","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2"},{"name":"EquipmentItemSubRecipeSheetV2.OptionInfo","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.OptionInfo.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.OptionInfo.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.OptionInfo"},{"name":"EquipmentItemSubRecipeSheetV2.Row","href":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.Row.html","topicHref":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.Row.html","topicUid":"Nekoyume.TableData.EquipmentItemSubRecipeSheetV2.Row"},{"name":"GameConfigSheet","href":"Nekoyume.TableData.GameConfigSheet.html","topicHref":"Nekoyume.TableData.GameConfigSheet.html","topicUid":"Nekoyume.TableData.GameConfigSheet"},{"name":"GameConfigSheet.Row","href":"Nekoyume.TableData.GameConfigSheet.Row.html","topicHref":"Nekoyume.TableData.GameConfigSheet.Row.html","topicUid":"Nekoyume.TableData.GameConfigSheet.Row"},{"name":"GeneralQuestSheet","href":"Nekoyume.TableData.GeneralQuestSheet.html","topicHref":"Nekoyume.TableData.GeneralQuestSheet.html","topicUid":"Nekoyume.TableData.GeneralQuestSheet"},{"name":"GeneralQuestSheet.Row","href":"Nekoyume.TableData.GeneralQuestSheet.Row.html","topicHref":"Nekoyume.TableData.GeneralQuestSheet.Row.html","topicUid":"Nekoyume.TableData.GeneralQuestSheet.Row"},{"name":"GoldQuestSheet","href":"Nekoyume.TableData.GoldQuestSheet.html","topicHref":"Nekoyume.TableData.GoldQuestSheet.html","topicUid":"Nekoyume.TableData.GoldQuestSheet"},{"name":"GoldQuestSheet.Row","href":"Nekoyume.TableData.GoldQuestSheet.Row.html","topicHref":"Nekoyume.TableData.GoldQuestSheet.Row.html","topicUid":"Nekoyume.TableData.GoldQuestSheet.Row"},{"name":"ISheet","href":"Nekoyume.TableData.ISheet.html","topicHref":"Nekoyume.TableData.ISheet.html","topicUid":"Nekoyume.TableData.ISheet"},{"name":"IStakeRewardRow","href":"Nekoyume.TableData.IStakeRewardRow.html","topicHref":"Nekoyume.TableData.IStakeRewardRow.html","topicUid":"Nekoyume.TableData.IStakeRewardRow"},{"name":"IStakeRewardSheet","href":"Nekoyume.TableData.IStakeRewardSheet.html","topicHref":"Nekoyume.TableData.IStakeRewardSheet.html","topicUid":"Nekoyume.TableData.IStakeRewardSheet"},{"name":"IWorldBossRewardRow","href":"Nekoyume.TableData.IWorldBossRewardRow.html","topicHref":"Nekoyume.TableData.IWorldBossRewardRow.html","topicUid":"Nekoyume.TableData.IWorldBossRewardRow"},{"name":"IWorldBossRewardSheet","href":"Nekoyume.TableData.IWorldBossRewardSheet.html","topicHref":"Nekoyume.TableData.IWorldBossRewardSheet.html","topicUid":"Nekoyume.TableData.IWorldBossRewardSheet"},{"name":"ItemConfigForGradeSheet","href":"Nekoyume.TableData.ItemConfigForGradeSheet.html","topicHref":"Nekoyume.TableData.ItemConfigForGradeSheet.html","topicUid":"Nekoyume.TableData.ItemConfigForGradeSheet"},{"name":"ItemConfigForGradeSheet.Row","href":"Nekoyume.TableData.ItemConfigForGradeSheet.Row.html","topicHref":"Nekoyume.TableData.ItemConfigForGradeSheet.Row.html","topicUid":"Nekoyume.TableData.ItemConfigForGradeSheet.Row"},{"name":"ItemEnhancementQuestSheet","href":"Nekoyume.TableData.ItemEnhancementQuestSheet.html","topicHref":"Nekoyume.TableData.ItemEnhancementQuestSheet.html","topicUid":"Nekoyume.TableData.ItemEnhancementQuestSheet"},{"name":"ItemEnhancementQuestSheet.Row","href":"Nekoyume.TableData.ItemEnhancementQuestSheet.Row.html","topicHref":"Nekoyume.TableData.ItemEnhancementQuestSheet.Row.html","topicUid":"Nekoyume.TableData.ItemEnhancementQuestSheet.Row"},{"name":"ItemGradeQuestSheet","href":"Nekoyume.TableData.ItemGradeQuestSheet.html","topicHref":"Nekoyume.TableData.ItemGradeQuestSheet.html","topicUid":"Nekoyume.TableData.ItemGradeQuestSheet"},{"name":"ItemGradeQuestSheet.Row","href":"Nekoyume.TableData.ItemGradeQuestSheet.Row.html","topicHref":"Nekoyume.TableData.ItemGradeQuestSheet.Row.html","topicUid":"Nekoyume.TableData.ItemGradeQuestSheet.Row"},{"name":"ItemRequirementSheet","href":"Nekoyume.TableData.ItemRequirementSheet.html","topicHref":"Nekoyume.TableData.ItemRequirementSheet.html","topicUid":"Nekoyume.TableData.ItemRequirementSheet"},{"name":"ItemRequirementSheet.Row","href":"Nekoyume.TableData.ItemRequirementSheet.Row.html","topicHref":"Nekoyume.TableData.ItemRequirementSheet.Row.html","topicUid":"Nekoyume.TableData.ItemRequirementSheet.Row"},{"name":"ItemSheet","href":"Nekoyume.TableData.ItemSheet.html","topicHref":"Nekoyume.TableData.ItemSheet.html","topicUid":"Nekoyume.TableData.ItemSheet"},{"name":"ItemSheet.Row","href":"Nekoyume.TableData.ItemSheet.Row.html","topicHref":"Nekoyume.TableData.ItemSheet.Row.html","topicUid":"Nekoyume.TableData.ItemSheet.Row"},{"name":"ItemSheet.RowBase","href":"Nekoyume.TableData.ItemSheet.RowBase.html","topicHref":"Nekoyume.TableData.ItemSheet.RowBase.html","topicUid":"Nekoyume.TableData.ItemSheet.RowBase"},{"name":"ItemTypeCollectQuestSheet","href":"Nekoyume.TableData.ItemTypeCollectQuestSheet.html","topicHref":"Nekoyume.TableData.ItemTypeCollectQuestSheet.html","topicUid":"Nekoyume.TableData.ItemTypeCollectQuestSheet"},{"name":"ItemTypeCollectQuestSheet.Row","href":"Nekoyume.TableData.ItemTypeCollectQuestSheet.Row.html","topicHref":"Nekoyume.TableData.ItemTypeCollectQuestSheet.Row.html","topicUid":"Nekoyume.TableData.ItemTypeCollectQuestSheet.Row"},{"name":"MaterialItemSheet","href":"Nekoyume.TableData.MaterialItemSheet.html","topicHref":"Nekoyume.TableData.MaterialItemSheet.html","topicUid":"Nekoyume.TableData.MaterialItemSheet"},{"name":"MaterialItemSheet.Row","href":"Nekoyume.TableData.MaterialItemSheet.Row.html","topicHref":"Nekoyume.TableData.MaterialItemSheet.Row.html","topicUid":"Nekoyume.TableData.MaterialItemSheet.Row"},{"name":"MimisbrunnrSheet","href":"Nekoyume.TableData.MimisbrunnrSheet.html","topicHref":"Nekoyume.TableData.MimisbrunnrSheet.html","topicUid":"Nekoyume.TableData.MimisbrunnrSheet"},{"name":"MimisbrunnrSheet.Row","href":"Nekoyume.TableData.MimisbrunnrSheet.Row.html","topicHref":"Nekoyume.TableData.MimisbrunnrSheet.Row.html","topicUid":"Nekoyume.TableData.MimisbrunnrSheet.Row"},{"name":"MonsterCollectionRewardSheet","href":"Nekoyume.TableData.MonsterCollectionRewardSheet.html","topicHref":"Nekoyume.TableData.MonsterCollectionRewardSheet.html","topicUid":"Nekoyume.TableData.MonsterCollectionRewardSheet"},{"name":"MonsterCollectionRewardSheet.RewardInfo","href":"Nekoyume.TableData.MonsterCollectionRewardSheet.RewardInfo.html","topicHref":"Nekoyume.TableData.MonsterCollectionRewardSheet.RewardInfo.html","topicUid":"Nekoyume.TableData.MonsterCollectionRewardSheet.RewardInfo"},{"name":"MonsterCollectionRewardSheet.Row","href":"Nekoyume.TableData.MonsterCollectionRewardSheet.Row.html","topicHref":"Nekoyume.TableData.MonsterCollectionRewardSheet.Row.html","topicUid":"Nekoyume.TableData.MonsterCollectionRewardSheet.Row"},{"name":"MonsterCollectionSheet","href":"Nekoyume.TableData.MonsterCollectionSheet.html","topicHref":"Nekoyume.TableData.MonsterCollectionSheet.html","topicUid":"Nekoyume.TableData.MonsterCollectionSheet"},{"name":"MonsterCollectionSheet.Row","href":"Nekoyume.TableData.MonsterCollectionSheet.Row.html","topicHref":"Nekoyume.TableData.MonsterCollectionSheet.Row.html","topicUid":"Nekoyume.TableData.MonsterCollectionSheet.Row"},{"name":"MonsterQuestSheet","href":"Nekoyume.TableData.MonsterQuestSheet.html","topicHref":"Nekoyume.TableData.MonsterQuestSheet.html","topicUid":"Nekoyume.TableData.MonsterQuestSheet"},{"name":"MonsterQuestSheet.Row","href":"Nekoyume.TableData.MonsterQuestSheet.Row.html","topicHref":"Nekoyume.TableData.MonsterQuestSheet.Row.html","topicUid":"Nekoyume.TableData.MonsterQuestSheet.Row"},{"name":"PetCostSheet","href":"Nekoyume.TableData.PetCostSheet.html","topicHref":"Nekoyume.TableData.PetCostSheet.html","topicUid":"Nekoyume.TableData.PetCostSheet"},{"name":"PetCostSheet.PetCostData","href":"Nekoyume.TableData.PetCostSheet.PetCostData.html","topicHref":"Nekoyume.TableData.PetCostSheet.PetCostData.html","topicUid":"Nekoyume.TableData.PetCostSheet.PetCostData"},{"name":"PetCostSheet.Row","href":"Nekoyume.TableData.PetCostSheet.Row.html","topicHref":"Nekoyume.TableData.PetCostSheet.Row.html","topicUid":"Nekoyume.TableData.PetCostSheet.Row"},{"name":"PetSheet","href":"Nekoyume.TableData.PetSheet.html","topicHref":"Nekoyume.TableData.PetSheet.html","topicUid":"Nekoyume.TableData.PetSheet"},{"name":"PetSheet.Row","href":"Nekoyume.TableData.PetSheet.Row.html","topicHref":"Nekoyume.TableData.PetSheet.Row.html","topicUid":"Nekoyume.TableData.PetSheet.Row"},{"name":"QuestItemRewardSheet","href":"Nekoyume.TableData.QuestItemRewardSheet.html","topicHref":"Nekoyume.TableData.QuestItemRewardSheet.html","topicUid":"Nekoyume.TableData.QuestItemRewardSheet"},{"name":"QuestItemRewardSheet.Row","href":"Nekoyume.TableData.QuestItemRewardSheet.Row.html","topicHref":"Nekoyume.TableData.QuestItemRewardSheet.Row.html","topicUid":"Nekoyume.TableData.QuestItemRewardSheet.Row"},{"name":"QuestRewardSheet","href":"Nekoyume.TableData.QuestRewardSheet.html","topicHref":"Nekoyume.TableData.QuestRewardSheet.html","topicUid":"Nekoyume.TableData.QuestRewardSheet"},{"name":"QuestRewardSheet.Row","href":"Nekoyume.TableData.QuestRewardSheet.Row.html","topicHref":"Nekoyume.TableData.QuestRewardSheet.Row.html","topicUid":"Nekoyume.TableData.QuestRewardSheet.Row"},{"name":"QuestSheet","href":"Nekoyume.TableData.QuestSheet.html","topicHref":"Nekoyume.TableData.QuestSheet.html","topicUid":"Nekoyume.TableData.QuestSheet"},{"name":"QuestSheet.Row","href":"Nekoyume.TableData.QuestSheet.Row.html","topicHref":"Nekoyume.TableData.QuestSheet.Row.html","topicUid":"Nekoyume.TableData.QuestSheet.Row"},{"name":"RaidSimulatorSheets","href":"Nekoyume.TableData.RaidSimulatorSheets.html","topicHref":"Nekoyume.TableData.RaidSimulatorSheets.html","topicUid":"Nekoyume.TableData.RaidSimulatorSheets"},{"name":"RaidSimulatorSheetsV1","href":"Nekoyume.TableData.RaidSimulatorSheetsV1.html","topicHref":"Nekoyume.TableData.RaidSimulatorSheetsV1.html","topicUid":"Nekoyume.TableData.RaidSimulatorSheetsV1"},{"name":"RankingSimulatorSheets","href":"Nekoyume.TableData.RankingSimulatorSheets.html","topicHref":"Nekoyume.TableData.RankingSimulatorSheets.html","topicUid":"Nekoyume.TableData.RankingSimulatorSheets"},{"name":"RankingSimulatorSheetsV1","href":"Nekoyume.TableData.RankingSimulatorSheetsV1.html","topicHref":"Nekoyume.TableData.RankingSimulatorSheetsV1.html","topicUid":"Nekoyume.TableData.RankingSimulatorSheetsV1"},{"name":"RankingSimulatorSheetsV100291","href":"Nekoyume.TableData.RankingSimulatorSheetsV100291.html","topicHref":"Nekoyume.TableData.RankingSimulatorSheetsV100291.html","topicUid":"Nekoyume.TableData.RankingSimulatorSheetsV100291"},{"name":"RedeemCodeListSheet","href":"Nekoyume.TableData.RedeemCodeListSheet.html","topicHref":"Nekoyume.TableData.RedeemCodeListSheet.html","topicUid":"Nekoyume.TableData.RedeemCodeListSheet"},{"name":"RedeemCodeListSheet.Row","href":"Nekoyume.TableData.RedeemCodeListSheet.Row.html","topicHref":"Nekoyume.TableData.RedeemCodeListSheet.Row.html","topicUid":"Nekoyume.TableData.RedeemCodeListSheet.Row"},{"name":"RedeemRewardSheet","href":"Nekoyume.TableData.RedeemRewardSheet.html","topicHref":"Nekoyume.TableData.RedeemRewardSheet.html","topicUid":"Nekoyume.TableData.RedeemRewardSheet"},{"name":"RedeemRewardSheet.RewardInfo","href":"Nekoyume.TableData.RedeemRewardSheet.RewardInfo.html","topicHref":"Nekoyume.TableData.RedeemRewardSheet.RewardInfo.html","topicUid":"Nekoyume.TableData.RedeemRewardSheet.RewardInfo"},{"name":"RedeemRewardSheet.Row","href":"Nekoyume.TableData.RedeemRewardSheet.Row.html","topicHref":"Nekoyume.TableData.RedeemRewardSheet.Row.html","topicUid":"Nekoyume.TableData.RedeemRewardSheet.Row"},{"name":"RewardType","href":"Nekoyume.TableData.RewardType.html","topicHref":"Nekoyume.TableData.RewardType.html","topicUid":"Nekoyume.TableData.RewardType"},{"name":"RuneCostSheet","href":"Nekoyume.TableData.RuneCostSheet.html","topicHref":"Nekoyume.TableData.RuneCostSheet.html","topicUid":"Nekoyume.TableData.RuneCostSheet"},{"name":"RuneCostSheet.Row","href":"Nekoyume.TableData.RuneCostSheet.Row.html","topicHref":"Nekoyume.TableData.RuneCostSheet.Row.html","topicUid":"Nekoyume.TableData.RuneCostSheet.Row"},{"name":"RuneCostSheet.RuneCostData","href":"Nekoyume.TableData.RuneCostSheet.RuneCostData.html","topicHref":"Nekoyume.TableData.RuneCostSheet.RuneCostData.html","topicUid":"Nekoyume.TableData.RuneCostSheet.RuneCostData"},{"name":"RuneOptionSheet","href":"Nekoyume.TableData.RuneOptionSheet.html","topicHref":"Nekoyume.TableData.RuneOptionSheet.html","topicUid":"Nekoyume.TableData.RuneOptionSheet"},{"name":"RuneOptionSheet.Row","href":"Nekoyume.TableData.RuneOptionSheet.Row.html","topicHref":"Nekoyume.TableData.RuneOptionSheet.Row.html","topicUid":"Nekoyume.TableData.RuneOptionSheet.Row"},{"name":"RuneOptionSheet.Row.RuneOptionInfo","href":"Nekoyume.TableData.RuneOptionSheet.Row.RuneOptionInfo.html","topicHref":"Nekoyume.TableData.RuneOptionSheet.Row.RuneOptionInfo.html","topicUid":"Nekoyume.TableData.RuneOptionSheet.Row.RuneOptionInfo"},{"name":"RuneSheet","href":"Nekoyume.TableData.RuneSheet.html","topicHref":"Nekoyume.TableData.RuneSheet.html","topicUid":"Nekoyume.TableData.RuneSheet"},{"name":"RuneSheet.Row","href":"Nekoyume.TableData.RuneSheet.Row.html","topicHref":"Nekoyume.TableData.RuneSheet.Row.html","topicUid":"Nekoyume.TableData.RuneSheet.Row"},{"name":"RuneWeightSheet","href":"Nekoyume.TableData.RuneWeightSheet.html","topicHref":"Nekoyume.TableData.RuneWeightSheet.html","topicUid":"Nekoyume.TableData.RuneWeightSheet"},{"name":"RuneWeightSheet.Row","href":"Nekoyume.TableData.RuneWeightSheet.Row.html","topicHref":"Nekoyume.TableData.RuneWeightSheet.Row.html","topicUid":"Nekoyume.TableData.RuneWeightSheet.Row"},{"name":"RuneWeightSheet.RuneInfo","href":"Nekoyume.TableData.RuneWeightSheet.RuneInfo.html","topicHref":"Nekoyume.TableData.RuneWeightSheet.RuneInfo.html","topicUid":"Nekoyume.TableData.RuneWeightSheet.RuneInfo"},{"name":"SetEffectExtension","href":"Nekoyume.TableData.SetEffectExtension.html","topicHref":"Nekoyume.TableData.SetEffectExtension.html","topicUid":"Nekoyume.TableData.SetEffectExtension"},{"name":"SheetRowColumnException","href":"Nekoyume.TableData.SheetRowColumnException.html","topicHref":"Nekoyume.TableData.SheetRowColumnException.html","topicUid":"Nekoyume.TableData.SheetRowColumnException"},{"name":"SheetRowNotFoundException","href":"Nekoyume.TableData.SheetRowNotFoundException.html","topicHref":"Nekoyume.TableData.SheetRowNotFoundException.html","topicUid":"Nekoyume.TableData.SheetRowNotFoundException"},{"name":"SheetRowValidateException","href":"Nekoyume.TableData.SheetRowValidateException.html","topicHref":"Nekoyume.TableData.SheetRowValidateException.html","topicUid":"Nekoyume.TableData.SheetRowValidateException"},{"name":"SheetRow","href":"Nekoyume.TableData.SheetRow-1.html","topicHref":"Nekoyume.TableData.SheetRow-1.html","topicUid":"Nekoyume.TableData.SheetRow`1"},{"name":"Sheet","href":"Nekoyume.TableData.Sheet-2.html","topicHref":"Nekoyume.TableData.Sheet-2.html","topicUid":"Nekoyume.TableData.Sheet`2"},{"name":"SimulatorSheets","href":"Nekoyume.TableData.SimulatorSheets.html","topicHref":"Nekoyume.TableData.SimulatorSheets.html","topicUid":"Nekoyume.TableData.SimulatorSheets"},{"name":"SimulatorSheetsV1","href":"Nekoyume.TableData.SimulatorSheetsV1.html","topicHref":"Nekoyume.TableData.SimulatorSheetsV1.html","topicUid":"Nekoyume.TableData.SimulatorSheetsV1"},{"name":"SimulatorSheetsV100291","href":"Nekoyume.TableData.SimulatorSheetsV100291.html","topicHref":"Nekoyume.TableData.SimulatorSheetsV100291.html","topicUid":"Nekoyume.TableData.SimulatorSheetsV100291"},{"name":"SkillActionBuffSheet","href":"Nekoyume.TableData.SkillActionBuffSheet.html","topicHref":"Nekoyume.TableData.SkillActionBuffSheet.html","topicUid":"Nekoyume.TableData.SkillActionBuffSheet"},{"name":"SkillActionBuffSheet.Row","href":"Nekoyume.TableData.SkillActionBuffSheet.Row.html","topicHref":"Nekoyume.TableData.SkillActionBuffSheet.Row.html","topicUid":"Nekoyume.TableData.SkillActionBuffSheet.Row"},{"name":"SkillBuffSheet","href":"Nekoyume.TableData.SkillBuffSheet.html","topicHref":"Nekoyume.TableData.SkillBuffSheet.html","topicUid":"Nekoyume.TableData.SkillBuffSheet"},{"name":"SkillBuffSheet.Row","href":"Nekoyume.TableData.SkillBuffSheet.Row.html","topicHref":"Nekoyume.TableData.SkillBuffSheet.Row.html","topicUid":"Nekoyume.TableData.SkillBuffSheet.Row"},{"name":"SkillSheet","href":"Nekoyume.TableData.SkillSheet.html","topicHref":"Nekoyume.TableData.SkillSheet.html","topicUid":"Nekoyume.TableData.SkillSheet"},{"name":"SkillSheet.Row","href":"Nekoyume.TableData.SkillSheet.Row.html","topicHref":"Nekoyume.TableData.SkillSheet.Row.html","topicUid":"Nekoyume.TableData.SkillSheet.Row"},{"name":"StageDialogSheet","href":"Nekoyume.TableData.StageDialogSheet.html","topicHref":"Nekoyume.TableData.StageDialogSheet.html","topicUid":"Nekoyume.TableData.StageDialogSheet"},{"name":"StageDialogSheet.Row","href":"Nekoyume.TableData.StageDialogSheet.Row.html","topicHref":"Nekoyume.TableData.StageDialogSheet.Row.html","topicUid":"Nekoyume.TableData.StageDialogSheet.Row"},{"name":"StageSheet","href":"Nekoyume.TableData.StageSheet.html","topicHref":"Nekoyume.TableData.StageSheet.html","topicUid":"Nekoyume.TableData.StageSheet"},{"name":"StageSheet.RewardData","href":"Nekoyume.TableData.StageSheet.RewardData.html","topicHref":"Nekoyume.TableData.StageSheet.RewardData.html","topicUid":"Nekoyume.TableData.StageSheet.RewardData"},{"name":"StageSheet.Row","href":"Nekoyume.TableData.StageSheet.Row.html","topicHref":"Nekoyume.TableData.StageSheet.Row.html","topicUid":"Nekoyume.TableData.StageSheet.Row"},{"name":"StageSimulatorSheets","href":"Nekoyume.TableData.StageSimulatorSheets.html","topicHref":"Nekoyume.TableData.StageSimulatorSheets.html","topicUid":"Nekoyume.TableData.StageSimulatorSheets"},{"name":"StageSimulatorSheetsV1","href":"Nekoyume.TableData.StageSimulatorSheetsV1.html","topicHref":"Nekoyume.TableData.StageSimulatorSheetsV1.html","topicUid":"Nekoyume.TableData.StageSimulatorSheetsV1"},{"name":"StageSimulatorSheetsV100291","href":"Nekoyume.TableData.StageSimulatorSheetsV100291.html","topicHref":"Nekoyume.TableData.StageSimulatorSheetsV100291.html","topicUid":"Nekoyume.TableData.StageSimulatorSheetsV100291"},{"name":"StageWaveSheet","href":"Nekoyume.TableData.StageWaveSheet.html","topicHref":"Nekoyume.TableData.StageWaveSheet.html","topicUid":"Nekoyume.TableData.StageWaveSheet"},{"name":"StageWaveSheet.MonsterData","href":"Nekoyume.TableData.StageWaveSheet.MonsterData.html","topicHref":"Nekoyume.TableData.StageWaveSheet.MonsterData.html","topicUid":"Nekoyume.TableData.StageWaveSheet.MonsterData"},{"name":"StageWaveSheet.Row","href":"Nekoyume.TableData.StageWaveSheet.Row.html","topicHref":"Nekoyume.TableData.StageWaveSheet.Row.html","topicUid":"Nekoyume.TableData.StageWaveSheet.Row"},{"name":"StageWaveSheet.WaveData","href":"Nekoyume.TableData.StageWaveSheet.WaveData.html","topicHref":"Nekoyume.TableData.StageWaveSheet.WaveData.html","topicUid":"Nekoyume.TableData.StageWaveSheet.WaveData"},{"name":"StakeAchievementRewardSheet","href":"Nekoyume.TableData.StakeAchievementRewardSheet.html","topicHref":"Nekoyume.TableData.StakeAchievementRewardSheet.html","topicUid":"Nekoyume.TableData.StakeAchievementRewardSheet"},{"name":"StakeAchievementRewardSheet.RewardInfo","href":"Nekoyume.TableData.StakeAchievementRewardSheet.RewardInfo.html","topicHref":"Nekoyume.TableData.StakeAchievementRewardSheet.RewardInfo.html","topicUid":"Nekoyume.TableData.StakeAchievementRewardSheet.RewardInfo"},{"name":"StakeAchievementRewardSheet.Row","href":"Nekoyume.TableData.StakeAchievementRewardSheet.Row.html","topicHref":"Nekoyume.TableData.StakeAchievementRewardSheet.Row.html","topicUid":"Nekoyume.TableData.StakeAchievementRewardSheet.Row"},{"name":"StakeAchievementRewardSheet.Step","href":"Nekoyume.TableData.StakeAchievementRewardSheet.Step.html","topicHref":"Nekoyume.TableData.StakeAchievementRewardSheet.Step.html","topicUid":"Nekoyume.TableData.StakeAchievementRewardSheet.Step"},{"name":"StakeActionPointCoefficientSheet","href":"Nekoyume.TableData.StakeActionPointCoefficientSheet.html","topicHref":"Nekoyume.TableData.StakeActionPointCoefficientSheet.html","topicUid":"Nekoyume.TableData.StakeActionPointCoefficientSheet"},{"name":"StakeActionPointCoefficientSheet.Row","href":"Nekoyume.TableData.StakeActionPointCoefficientSheet.Row.html","topicHref":"Nekoyume.TableData.StakeActionPointCoefficientSheet.Row.html","topicUid":"Nekoyume.TableData.StakeActionPointCoefficientSheet.Row"},{"name":"StakeRegularFixedRewardSheet","href":"Nekoyume.TableData.StakeRegularFixedRewardSheet.html","topicHref":"Nekoyume.TableData.StakeRegularFixedRewardSheet.html","topicUid":"Nekoyume.TableData.StakeRegularFixedRewardSheet"},{"name":"StakeRegularFixedRewardSheet.RewardInfo","href":"Nekoyume.TableData.StakeRegularFixedRewardSheet.RewardInfo.html","topicHref":"Nekoyume.TableData.StakeRegularFixedRewardSheet.RewardInfo.html","topicUid":"Nekoyume.TableData.StakeRegularFixedRewardSheet.RewardInfo"},{"name":"StakeRegularFixedRewardSheet.Row","href":"Nekoyume.TableData.StakeRegularFixedRewardSheet.Row.html","topicHref":"Nekoyume.TableData.StakeRegularFixedRewardSheet.Row.html","topicUid":"Nekoyume.TableData.StakeRegularFixedRewardSheet.Row"},{"name":"StakeRegularRewardSheet","href":"Nekoyume.TableData.StakeRegularRewardSheet.html","topicHref":"Nekoyume.TableData.StakeRegularRewardSheet.html","topicUid":"Nekoyume.TableData.StakeRegularRewardSheet"},{"name":"StakeRegularRewardSheet.RewardInfo","href":"Nekoyume.TableData.StakeRegularRewardSheet.RewardInfo.html","topicHref":"Nekoyume.TableData.StakeRegularRewardSheet.RewardInfo.html","topicUid":"Nekoyume.TableData.StakeRegularRewardSheet.RewardInfo"},{"name":"StakeRegularRewardSheet.Row","href":"Nekoyume.TableData.StakeRegularRewardSheet.Row.html","topicHref":"Nekoyume.TableData.StakeRegularRewardSheet.Row.html","topicUid":"Nekoyume.TableData.StakeRegularRewardSheet.Row"},{"name":"StakeRegularRewardSheet.StakeRewardType","href":"Nekoyume.TableData.StakeRegularRewardSheet.StakeRewardType.html","topicHref":"Nekoyume.TableData.StakeRegularRewardSheet.StakeRewardType.html","topicUid":"Nekoyume.TableData.StakeRegularRewardSheet.StakeRewardType"},{"name":"StatBuffSheet","href":"Nekoyume.TableData.StatBuffSheet.html","topicHref":"Nekoyume.TableData.StatBuffSheet.html","topicUid":"Nekoyume.TableData.StatBuffSheet"},{"name":"StatBuffSheet.Row","href":"Nekoyume.TableData.StatBuffSheet.Row.html","topicHref":"Nekoyume.TableData.StatBuffSheet.Row.html","topicUid":"Nekoyume.TableData.StatBuffSheet.Row"},{"name":"SweepRequiredCPSheet","href":"Nekoyume.TableData.SweepRequiredCPSheet.html","topicHref":"Nekoyume.TableData.SweepRequiredCPSheet.html","topicUid":"Nekoyume.TableData.SweepRequiredCPSheet"},{"name":"SweepRequiredCPSheet.Row","href":"Nekoyume.TableData.SweepRequiredCPSheet.Row.html","topicHref":"Nekoyume.TableData.SweepRequiredCPSheet.Row.html","topicUid":"Nekoyume.TableData.SweepRequiredCPSheet.Row"},{"name":"SynthesizeSheet","href":"Nekoyume.TableData.SynthesizeSheet.html","topicHref":"Nekoyume.TableData.SynthesizeSheet.html","topicUid":"Nekoyume.TableData.SynthesizeSheet"},{"name":"SynthesizeSheet.Row","href":"Nekoyume.TableData.SynthesizeSheet.Row.html","topicHref":"Nekoyume.TableData.SynthesizeSheet.Row.html","topicUid":"Nekoyume.TableData.SynthesizeSheet.Row"},{"name":"SynthesizeSheet.SynthesizeData","href":"Nekoyume.TableData.SynthesizeSheet.SynthesizeData.html","topicHref":"Nekoyume.TableData.SynthesizeSheet.SynthesizeData.html","topicUid":"Nekoyume.TableData.SynthesizeSheet.SynthesizeData"},{"name":"SynthesizeWeightSheet","href":"Nekoyume.TableData.SynthesizeWeightSheet.html","topicHref":"Nekoyume.TableData.SynthesizeWeightSheet.html","topicUid":"Nekoyume.TableData.SynthesizeWeightSheet"},{"name":"SynthesizeWeightSheet.Row","href":"Nekoyume.TableData.SynthesizeWeightSheet.Row.html","topicHref":"Nekoyume.TableData.SynthesizeWeightSheet.Row.html","topicUid":"Nekoyume.TableData.SynthesizeWeightSheet.Row"},{"name":"TableExtensions","href":"Nekoyume.TableData.TableExtensions.html","topicHref":"Nekoyume.TableData.TableExtensions.html","topicUid":"Nekoyume.TableData.TableExtensions"},{"name":"TradeQuestSheet","href":"Nekoyume.TableData.TradeQuestSheet.html","topicHref":"Nekoyume.TableData.TradeQuestSheet.html","topicUid":"Nekoyume.TableData.TradeQuestSheet"},{"name":"TradeQuestSheet.Row","href":"Nekoyume.TableData.TradeQuestSheet.Row.html","topicHref":"Nekoyume.TableData.TradeQuestSheet.Row.html","topicUid":"Nekoyume.TableData.TradeQuestSheet.Row"},{"name":"UnlockCombinationSlotCostSheet","href":"Nekoyume.TableData.UnlockCombinationSlotCostSheet.html","topicHref":"Nekoyume.TableData.UnlockCombinationSlotCostSheet.html","topicUid":"Nekoyume.TableData.UnlockCombinationSlotCostSheet"},{"name":"UnlockCombinationSlotCostSheet.Row","href":"Nekoyume.TableData.UnlockCombinationSlotCostSheet.Row.html","topicHref":"Nekoyume.TableData.UnlockCombinationSlotCostSheet.Row.html","topicUid":"Nekoyume.TableData.UnlockCombinationSlotCostSheet.Row"},{"name":"WeeklyArenaRewardSheet","href":"Nekoyume.TableData.WeeklyArenaRewardSheet.html","topicHref":"Nekoyume.TableData.WeeklyArenaRewardSheet.html","topicUid":"Nekoyume.TableData.WeeklyArenaRewardSheet"},{"name":"WeeklyArenaRewardSheet.RewardData","href":"Nekoyume.TableData.WeeklyArenaRewardSheet.RewardData.html","topicHref":"Nekoyume.TableData.WeeklyArenaRewardSheet.RewardData.html","topicUid":"Nekoyume.TableData.WeeklyArenaRewardSheet.RewardData"},{"name":"WeeklyArenaRewardSheet.Row","href":"Nekoyume.TableData.WeeklyArenaRewardSheet.Row.html","topicHref":"Nekoyume.TableData.WeeklyArenaRewardSheet.Row.html","topicUid":"Nekoyume.TableData.WeeklyArenaRewardSheet.Row"},{"name":"WorldBossActionPatternSheet","href":"Nekoyume.TableData.WorldBossActionPatternSheet.html","topicHref":"Nekoyume.TableData.WorldBossActionPatternSheet.html","topicUid":"Nekoyume.TableData.WorldBossActionPatternSheet"},{"name":"WorldBossActionPatternSheet.ActionPatternData","href":"Nekoyume.TableData.WorldBossActionPatternSheet.ActionPatternData.html","topicHref":"Nekoyume.TableData.WorldBossActionPatternSheet.ActionPatternData.html","topicUid":"Nekoyume.TableData.WorldBossActionPatternSheet.ActionPatternData"},{"name":"WorldBossActionPatternSheet.Row","href":"Nekoyume.TableData.WorldBossActionPatternSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossActionPatternSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossActionPatternSheet.Row"},{"name":"WorldBossBattleRewardSheet","href":"Nekoyume.TableData.WorldBossBattleRewardSheet.html","topicHref":"Nekoyume.TableData.WorldBossBattleRewardSheet.html","topicUid":"Nekoyume.TableData.WorldBossBattleRewardSheet"},{"name":"WorldBossBattleRewardSheet.Row","href":"Nekoyume.TableData.WorldBossBattleRewardSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossBattleRewardSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossBattleRewardSheet.Row"},{"name":"WorldBossCharacterSheet","href":"Nekoyume.TableData.WorldBossCharacterSheet.html","topicHref":"Nekoyume.TableData.WorldBossCharacterSheet.html","topicUid":"Nekoyume.TableData.WorldBossCharacterSheet"},{"name":"WorldBossCharacterSheet.Row","href":"Nekoyume.TableData.WorldBossCharacterSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossCharacterSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossCharacterSheet.Row"},{"name":"WorldBossCharacterSheet.WaveStatData","href":"Nekoyume.TableData.WorldBossCharacterSheet.WaveStatData.html","topicHref":"Nekoyume.TableData.WorldBossCharacterSheet.WaveStatData.html","topicUid":"Nekoyume.TableData.WorldBossCharacterSheet.WaveStatData"},{"name":"WorldBossGlobalHpSheet","href":"Nekoyume.TableData.WorldBossGlobalHpSheet.html","topicHref":"Nekoyume.TableData.WorldBossGlobalHpSheet.html","topicUid":"Nekoyume.TableData.WorldBossGlobalHpSheet"},{"name":"WorldBossGlobalHpSheet.Row","href":"Nekoyume.TableData.WorldBossGlobalHpSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossGlobalHpSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossGlobalHpSheet.Row"},{"name":"WorldBossKillRewardSheet","href":"Nekoyume.TableData.WorldBossKillRewardSheet.html","topicHref":"Nekoyume.TableData.WorldBossKillRewardSheet.html","topicUid":"Nekoyume.TableData.WorldBossKillRewardSheet"},{"name":"WorldBossKillRewardSheet.Row","href":"Nekoyume.TableData.WorldBossKillRewardSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossKillRewardSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossKillRewardSheet.Row"},{"name":"WorldBossListSheet","href":"Nekoyume.TableData.WorldBossListSheet.html","topicHref":"Nekoyume.TableData.WorldBossListSheet.html","topicUid":"Nekoyume.TableData.WorldBossListSheet"},{"name":"WorldBossListSheet.Row","href":"Nekoyume.TableData.WorldBossListSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossListSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossListSheet.Row"},{"name":"WorldBossRankRewardSheet","href":"Nekoyume.TableData.WorldBossRankRewardSheet.html","topicHref":"Nekoyume.TableData.WorldBossRankRewardSheet.html","topicUid":"Nekoyume.TableData.WorldBossRankRewardSheet"},{"name":"WorldBossRankRewardSheet.Row","href":"Nekoyume.TableData.WorldBossRankRewardSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossRankRewardSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossRankRewardSheet.Row"},{"name":"WorldBossRankingRewardSheet","href":"Nekoyume.TableData.WorldBossRankingRewardSheet.html","topicHref":"Nekoyume.TableData.WorldBossRankingRewardSheet.html","topicUid":"Nekoyume.TableData.WorldBossRankingRewardSheet"},{"name":"WorldBossRankingRewardSheet.Row","href":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row.html","topicHref":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row.html","topicUid":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row"},{"name":"WorldBossRankingRewardSheet.Row.RuneInfo","href":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row.RuneInfo.html","topicHref":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row.RuneInfo.html","topicUid":"Nekoyume.TableData.WorldBossRankingRewardSheet.Row.RuneInfo"},{"name":"WorldBossStatSheetExtension","href":"Nekoyume.TableData.WorldBossStatSheetExtension.html","topicHref":"Nekoyume.TableData.WorldBossStatSheetExtension.html","topicUid":"Nekoyume.TableData.WorldBossStatSheetExtension"},{"name":"WorldQuestSheet","href":"Nekoyume.TableData.WorldQuestSheet.html","topicHref":"Nekoyume.TableData.WorldQuestSheet.html","topicUid":"Nekoyume.TableData.WorldQuestSheet"},{"name":"WorldQuestSheet.Row","href":"Nekoyume.TableData.WorldQuestSheet.Row.html","topicHref":"Nekoyume.TableData.WorldQuestSheet.Row.html","topicUid":"Nekoyume.TableData.WorldQuestSheet.Row"},{"name":"WorldSheet","href":"Nekoyume.TableData.WorldSheet.html","topicHref":"Nekoyume.TableData.WorldSheet.html","topicUid":"Nekoyume.TableData.WorldSheet"},{"name":"WorldSheet.Row","href":"Nekoyume.TableData.WorldSheet.Row.html","topicHref":"Nekoyume.TableData.WorldSheet.Row.html","topicUid":"Nekoyume.TableData.WorldSheet.Row"},{"name":"WorldUnlockSheet","href":"Nekoyume.TableData.WorldUnlockSheet.html","topicHref":"Nekoyume.TableData.WorldUnlockSheet.html","topicUid":"Nekoyume.TableData.WorldUnlockSheet"},{"name":"WorldUnlockSheet.Row","href":"Nekoyume.TableData.WorldUnlockSheet.Row.html","topicHref":"Nekoyume.TableData.WorldUnlockSheet.Row.html","topicUid":"Nekoyume.TableData.WorldUnlockSheet.Row"}]},{"name":"Nekoyume.TableData.AdventureBoss","href":"Nekoyume.TableData.AdventureBoss.html","topicHref":"Nekoyume.TableData.AdventureBoss.html","topicUid":"Nekoyume.TableData.AdventureBoss","items":[{"name":"AdventureBossContributionRewardSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet"},{"name":"AdventureBossContributionRewardSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossContributionRewardSheet.Row"},{"name":"AdventureBossFloorFirstRewardSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet"},{"name":"AdventureBossFloorFirstRewardSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorFirstRewardSheet.Row"},{"name":"AdventureBossFloorPointSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet"},{"name":"AdventureBossFloorPointSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorPointSheet.Row"},{"name":"AdventureBossFloorSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet"},{"name":"AdventureBossFloorSheet.RewardData","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.RewardData.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.RewardData.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.RewardData"},{"name":"AdventureBossFloorSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorSheet.Row"},{"name":"AdventureBossFloorWaveSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet"},{"name":"AdventureBossFloorWaveSheet.MonsterData","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.MonsterData.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.MonsterData.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.MonsterData"},{"name":"AdventureBossFloorWaveSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.Row"},{"name":"AdventureBossFloorWaveSheet.WaveData","href":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.WaveData.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.WaveData.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossFloorWaveSheet.WaveData"},{"name":"AdventureBossNcgRewardRatioSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet"},{"name":"AdventureBossNcgRewardRatioSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossNcgRewardRatioSheet.Row"},{"name":"AdventureBossSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet"},{"name":"AdventureBossSheet.RewardAmountData","href":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardAmountData.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardAmountData.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardAmountData"},{"name":"AdventureBossSheet.RewardRatioData","href":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardRatioData.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardRatioData.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.RewardRatioData"},{"name":"AdventureBossSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossSheet.Row"},{"name":"AdventureBossUnlockFloorCostSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet"},{"name":"AdventureBossUnlockFloorCostSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossUnlockFloorCostSheet.Row"},{"name":"AdventureBossWantedRewardSheet","href":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet"},{"name":"AdventureBossWantedRewardSheet.Row","href":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet.Row.html","topicHref":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet.Row.html","topicUid":"Nekoyume.TableData.AdventureBoss.AdventureBossWantedRewardSheet.Row"}]},{"name":"Nekoyume.TableData.Crystal","href":"Nekoyume.TableData.Crystal.html","topicHref":"Nekoyume.TableData.Crystal.html","topicUid":"Nekoyume.TableData.Crystal","items":[{"name":"CrystalEquipmentGrindingSheet","href":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet"},{"name":"CrystalEquipmentGrindingSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalEquipmentGrindingSheet.Row"},{"name":"CrystalFluctuationSheet","href":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet"},{"name":"CrystalFluctuationSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.Row"},{"name":"CrystalFluctuationSheet.ServiceType","href":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.ServiceType.html","topicHref":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.ServiceType.html","topicUid":"Nekoyume.TableData.Crystal.CrystalFluctuationSheet.ServiceType"},{"name":"CrystalHammerPointSheet","href":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet"},{"name":"CrystalHammerPointSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalHammerPointSheet.Row"},{"name":"CrystalMaterialCostSheet","href":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet"},{"name":"CrystalMaterialCostSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalMaterialCostSheet.Row"},{"name":"CrystalMonsterCollectionMultiplierSheet","href":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet"},{"name":"CrystalMonsterCollectionMultiplierSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalMonsterCollectionMultiplierSheet.Row"},{"name":"CrystalRandomBuffSheet","href":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet"},{"name":"CrystalRandomBuffSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row"},{"name":"CrystalRandomBuffSheet.Row.BuffRank","href":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row.BuffRank.html","topicHref":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row.BuffRank.html","topicUid":"Nekoyume.TableData.Crystal.CrystalRandomBuffSheet.Row.BuffRank"},{"name":"CrystalStageBuffGachaSheet","href":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet.html","topicHref":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet.html","topicUid":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet"},{"name":"CrystalStageBuffGachaSheet.Row","href":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet.Row.html","topicHref":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet.Row.html","topicUid":"Nekoyume.TableData.Crystal.CrystalStageBuffGachaSheet.Row"}]},{"name":"Nekoyume.TableData.CustomEquipmentCraft","href":"Nekoyume.TableData.CustomEquipmentCraft.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft","items":[{"name":"CustomEquipmentCraftIconSheet","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet"},{"name":"CustomEquipmentCraftIconSheet.Row","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet.Row.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet.Row.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftIconSheet.Row"},{"name":"CustomEquipmentCraftOptionSheet","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet"},{"name":"CustomEquipmentCraftOptionSheet.Row","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.Row.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.Row.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.Row"},{"name":"CustomEquipmentCraftOptionSheet.SubStat","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.SubStat.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.SubStat.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftOptionSheet.SubStat"},{"name":"CustomEquipmentCraftRecipeSheet","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet"},{"name":"CustomEquipmentCraftRecipeSheet.Row","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSheet.Row"},{"name":"CustomEquipmentCraftRecipeSkillSheet","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet"},{"name":"CustomEquipmentCraftRecipeSkillSheet.Row","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet.Row.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet.Row.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRecipeSkillSheet.Row"},{"name":"CustomEquipmentCraftRelationshipSheet","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet"},{"name":"CustomEquipmentCraftRelationshipSheet.CpGroup","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.CpGroup.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.CpGroup.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.CpGroup"},{"name":"CustomEquipmentCraftRelationshipSheet.MaterialCost","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.MaterialCost.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.MaterialCost.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.MaterialCost"},{"name":"CustomEquipmentCraftRelationshipSheet.Row","href":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.Row.html","topicHref":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.Row.html","topicUid":"Nekoyume.TableData.CustomEquipmentCraft.CustomEquipmentCraftRelationshipSheet.Row"}]},{"name":"Nekoyume.TableData.Event","href":"Nekoyume.TableData.Event.html","topicHref":"Nekoyume.TableData.Event.html","topicUid":"Nekoyume.TableData.Event","items":[{"name":"EventConsumableItemRecipeSheet","href":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet.html","topicHref":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet.html","topicUid":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet"},{"name":"EventConsumableItemRecipeSheet.Row","href":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventConsumableItemRecipeSheet.Row"},{"name":"EventDungeonSheet","href":"Nekoyume.TableData.Event.EventDungeonSheet.html","topicHref":"Nekoyume.TableData.Event.EventDungeonSheet.html","topicUid":"Nekoyume.TableData.Event.EventDungeonSheet"},{"name":"EventDungeonSheet.Row","href":"Nekoyume.TableData.Event.EventDungeonSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventDungeonSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventDungeonSheet.Row"},{"name":"EventDungeonStageSheet","href":"Nekoyume.TableData.Event.EventDungeonStageSheet.html","topicHref":"Nekoyume.TableData.Event.EventDungeonStageSheet.html","topicUid":"Nekoyume.TableData.Event.EventDungeonStageSheet"},{"name":"EventDungeonStageSheet.Row","href":"Nekoyume.TableData.Event.EventDungeonStageSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventDungeonStageSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventDungeonStageSheet.Row"},{"name":"EventDungeonStageWaveSheet","href":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet.html","topicHref":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet.html","topicUid":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet"},{"name":"EventDungeonStageWaveSheet.Row","href":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventDungeonStageWaveSheet.Row"},{"name":"EventMaterialItemRecipeSheet","href":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet.html","topicHref":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet.html","topicUid":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet"},{"name":"EventMaterialItemRecipeSheet.Row","href":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventMaterialItemRecipeSheet.Row"},{"name":"EventScheduleSheet","href":"Nekoyume.TableData.Event.EventScheduleSheet.html","topicHref":"Nekoyume.TableData.Event.EventScheduleSheet.html","topicUid":"Nekoyume.TableData.Event.EventScheduleSheet"},{"name":"EventScheduleSheet.Row","href":"Nekoyume.TableData.Event.EventScheduleSheet.Row.html","topicHref":"Nekoyume.TableData.Event.EventScheduleSheet.Row.html","topicUid":"Nekoyume.TableData.Event.EventScheduleSheet.Row"}]},{"name":"Nekoyume.TableData.Garages","href":"Nekoyume.TableData.Garages.html","topicHref":"Nekoyume.TableData.Garages.html","topicUid":"Nekoyume.TableData.Garages","items":[{"name":"LoadIntoMyGaragesCostSheet","href":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet.html","topicHref":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet.html","topicUid":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet"},{"name":"LoadIntoMyGaragesCostSheet.Row","href":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet.Row.html","topicHref":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet.Row.html","topicUid":"Nekoyume.TableData.Garages.LoadIntoMyGaragesCostSheet.Row"}]},{"name":"Nekoyume.TableData.GrandFinale","href":"Nekoyume.TableData.GrandFinale.html","topicHref":"Nekoyume.TableData.GrandFinale.html","topicUid":"Nekoyume.TableData.GrandFinale","items":[{"name":"GrandFinaleParticipantsSheet","href":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet.html","topicHref":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet.html","topicUid":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet"},{"name":"GrandFinaleParticipantsSheet.Row","href":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet.Row.html","topicHref":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet.Row.html","topicUid":"Nekoyume.TableData.GrandFinale.GrandFinaleParticipantsSheet.Row"},{"name":"GrandFinaleScheduleSheet","href":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet.html","topicHref":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet.html","topicUid":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet"},{"name":"GrandFinaleScheduleSheet.Row","href":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet.Row.html","topicHref":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet.Row.html","topicUid":"Nekoyume.TableData.GrandFinale.GrandFinaleScheduleSheet.Row"}]},{"name":"Nekoyume.TableData.Pet","href":"Nekoyume.TableData.Pet.html","topicHref":"Nekoyume.TableData.Pet.html","topicUid":"Nekoyume.TableData.Pet","items":[{"name":"PetOptionSheet","href":"Nekoyume.TableData.Pet.PetOptionSheet.html","topicHref":"Nekoyume.TableData.Pet.PetOptionSheet.html","topicUid":"Nekoyume.TableData.Pet.PetOptionSheet"},{"name":"PetOptionSheet.Row","href":"Nekoyume.TableData.Pet.PetOptionSheet.Row.html","topicHref":"Nekoyume.TableData.Pet.PetOptionSheet.Row.html","topicUid":"Nekoyume.TableData.Pet.PetOptionSheet.Row"},{"name":"PetOptionSheet.Row.PetOptionInfo","href":"Nekoyume.TableData.Pet.PetOptionSheet.Row.PetOptionInfo.html","topicHref":"Nekoyume.TableData.Pet.PetOptionSheet.Row.PetOptionInfo.html","topicUid":"Nekoyume.TableData.Pet.PetOptionSheet.Row.PetOptionInfo"}]},{"name":"Nekoyume.TableData.Rune","href":"Nekoyume.TableData.Rune.html","topicHref":"Nekoyume.TableData.Rune.html","topicUid":"Nekoyume.TableData.Rune","items":[{"name":"RuneLevelBonusSheet","href":"Nekoyume.TableData.Rune.RuneLevelBonusSheet.html","topicHref":"Nekoyume.TableData.Rune.RuneLevelBonusSheet.html","topicUid":"Nekoyume.TableData.Rune.RuneLevelBonusSheet"},{"name":"RuneLevelBonusSheet.Row","href":"Nekoyume.TableData.Rune.RuneLevelBonusSheet.Row.html","topicHref":"Nekoyume.TableData.Rune.RuneLevelBonusSheet.Row.html","topicUid":"Nekoyume.TableData.Rune.RuneLevelBonusSheet.Row"},{"name":"RuneListSheet","href":"Nekoyume.TableData.Rune.RuneListSheet.html","topicHref":"Nekoyume.TableData.Rune.RuneListSheet.html","topicUid":"Nekoyume.TableData.Rune.RuneListSheet"},{"name":"RuneListSheet.Row","href":"Nekoyume.TableData.Rune.RuneListSheet.Row.html","topicHref":"Nekoyume.TableData.Rune.RuneListSheet.Row.html","topicUid":"Nekoyume.TableData.Rune.RuneListSheet.Row"}]},{"name":"Nekoyume.TableData.Stake","href":"Nekoyume.TableData.Stake.html","topicHref":"Nekoyume.TableData.Stake.html","topicUid":"Nekoyume.TableData.Stake","items":[{"name":"StakePolicySheet","href":"Nekoyume.TableData.Stake.StakePolicySheet.html","topicHref":"Nekoyume.TableData.Stake.StakePolicySheet.html","topicUid":"Nekoyume.TableData.Stake.StakePolicySheet"},{"name":"StakePolicySheet.Row","href":"Nekoyume.TableData.Stake.StakePolicySheet.Row.html","topicHref":"Nekoyume.TableData.Stake.StakePolicySheet.Row.html","topicUid":"Nekoyume.TableData.Stake.StakePolicySheet.Row"}]},{"name":"Nekoyume.TableData.Summon","href":"Nekoyume.TableData.Summon.html","topicHref":"Nekoyume.TableData.Summon.html","topicUid":"Nekoyume.TableData.Summon","items":[{"name":"CostumeSummonSheet","href":"Nekoyume.TableData.Summon.CostumeSummonSheet.html","topicHref":"Nekoyume.TableData.Summon.CostumeSummonSheet.html","topicUid":"Nekoyume.TableData.Summon.CostumeSummonSheet"},{"name":"EquipmentSummonSheet","href":"Nekoyume.TableData.Summon.EquipmentSummonSheet.html","topicHref":"Nekoyume.TableData.Summon.EquipmentSummonSheet.html","topicUid":"Nekoyume.TableData.Summon.EquipmentSummonSheet"},{"name":"RuneSummonSheet","href":"Nekoyume.TableData.Summon.RuneSummonSheet.html","topicHref":"Nekoyume.TableData.Summon.RuneSummonSheet.html","topicUid":"Nekoyume.TableData.Summon.RuneSummonSheet"},{"name":"SummonSheet","href":"Nekoyume.TableData.Summon.SummonSheet.html","topicHref":"Nekoyume.TableData.Summon.SummonSheet.html","topicUid":"Nekoyume.TableData.Summon.SummonSheet"},{"name":"SummonSheet.Row","href":"Nekoyume.TableData.Summon.SummonSheet.Row.html","topicHref":"Nekoyume.TableData.Summon.SummonSheet.Row.html","topicUid":"Nekoyume.TableData.Summon.SummonSheet.Row"}]},{"name":"Nekoyume.TypedAddress","href":"Nekoyume.TypedAddress.html","topicHref":"Nekoyume.TypedAddress.html","topicUid":"Nekoyume.TypedAddress","items":[{"name":"AgentAddress","href":"Nekoyume.TypedAddress.AgentAddress.html","topicHref":"Nekoyume.TypedAddress.AgentAddress.html","topicUid":"Nekoyume.TypedAddress.AgentAddress"},{"name":"GuildAddress","href":"Nekoyume.TypedAddress.GuildAddress.html","topicHref":"Nekoyume.TypedAddress.GuildAddress.html","topicUid":"Nekoyume.TypedAddress.GuildAddress"},{"name":"PledgeAddress","href":"Nekoyume.TypedAddress.PledgeAddress.html","topicHref":"Nekoyume.TypedAddress.PledgeAddress.html","topicUid":"Nekoyume.TypedAddress.PledgeAddress"}]},{"name":"Nekoyume.ValidatorDelegation","href":"Nekoyume.ValidatorDelegation.html","topicHref":"Nekoyume.ValidatorDelegation.html","topicUid":"Nekoyume.ValidatorDelegation","items":[{"name":"AbstainHistory","href":"Nekoyume.ValidatorDelegation.AbstainHistory.html","topicHref":"Nekoyume.ValidatorDelegation.AbstainHistory.html","topicUid":"Nekoyume.ValidatorDelegation.AbstainHistory"},{"name":"ProposerInfo","href":"Nekoyume.ValidatorDelegation.ProposerInfo.html","topicHref":"Nekoyume.ValidatorDelegation.ProposerInfo.html","topicUid":"Nekoyume.ValidatorDelegation.ProposerInfo"},{"name":"ValidatorComparer","href":"Nekoyume.ValidatorDelegation.ValidatorComparer.html","topicHref":"Nekoyume.ValidatorDelegation.ValidatorComparer.html","topicUid":"Nekoyume.ValidatorDelegation.ValidatorComparer"},{"name":"ValidatorDelegatee","href":"Nekoyume.ValidatorDelegation.ValidatorDelegatee.html","topicHref":"Nekoyume.ValidatorDelegation.ValidatorDelegatee.html","topicUid":"Nekoyume.ValidatorDelegation.ValidatorDelegatee"},{"name":"ValidatorDelegator","href":"Nekoyume.ValidatorDelegation.ValidatorDelegator.html","topicHref":"Nekoyume.ValidatorDelegation.ValidatorDelegator.html","topicUid":"Nekoyume.ValidatorDelegation.ValidatorDelegator"},{"name":"ValidatorList","href":"Nekoyume.ValidatorDelegation.ValidatorList.html","topicHref":"Nekoyume.ValidatorDelegation.ValidatorList.html","topicUid":"Nekoyume.ValidatorDelegation.ValidatorList"},{"name":"ValidatorRepository","href":"Nekoyume.ValidatorDelegation.ValidatorRepository.html","topicHref":"Nekoyume.ValidatorDelegation.ValidatorRepository.html","topicUid":"Nekoyume.ValidatorDelegation.ValidatorRepository"}]}],"memberLayout":"SamePage","pdf":true} diff --git a/refactor/remove-migration-actions/api/toc.pdf b/refactor/remove-migration-actions/api/toc.pdf index 2ee08ba77b..7162e16a50 100644 Binary files a/refactor/remove-migration-actions/api/toc.pdf and b/refactor/remove-migration-actions/api/toc.pdf differ diff --git a/refactor/remove-migration-actions/articles/currencies/toc.pdf b/refactor/remove-migration-actions/articles/currencies/toc.pdf index f905daf0b3..e166f5e9d7 100644 Binary files a/refactor/remove-migration-actions/articles/currencies/toc.pdf and b/refactor/remove-migration-actions/articles/currencies/toc.pdf differ diff --git a/refactor/remove-migration-actions/articles/system/avatar/toc.pdf b/refactor/remove-migration-actions/articles/system/avatar/toc.pdf index c84e8ad7a2..84a959f863 100644 Binary files a/refactor/remove-migration-actions/articles/system/avatar/toc.pdf and b/refactor/remove-migration-actions/articles/system/avatar/toc.pdf differ diff --git a/refactor/remove-migration-actions/articles/system/toc.pdf b/refactor/remove-migration-actions/articles/system/toc.pdf index b79956059e..183026c2dd 100644 Binary files a/refactor/remove-migration-actions/articles/system/toc.pdf and b/refactor/remove-migration-actions/articles/system/toc.pdf differ diff --git a/refactor/remove-migration-actions/articles/toc.pdf b/refactor/remove-migration-actions/articles/toc.pdf index 91d4c28c06..71cecb5d32 100644 Binary files a/refactor/remove-migration-actions/articles/toc.pdf and b/refactor/remove-migration-actions/articles/toc.pdf differ diff --git a/refactor/remove-migration-actions/contributing/documentation/toc.pdf b/refactor/remove-migration-actions/contributing/documentation/toc.pdf index a69745e6b1..2615093687 100644 Binary files a/refactor/remove-migration-actions/contributing/documentation/toc.pdf and b/refactor/remove-migration-actions/contributing/documentation/toc.pdf differ diff --git a/refactor/remove-migration-actions/contributing/toc.pdf b/refactor/remove-migration-actions/contributing/toc.pdf index 39207c15c7..fb338d2a27 100644 Binary files a/refactor/remove-migration-actions/contributing/toc.pdf and b/refactor/remove-migration-actions/contributing/toc.pdf differ diff --git a/refactor/remove-migration-actions/index.json b/refactor/remove-migration-actions/index.json index 7e11cbcdc0..8d2120dd0a 100644 --- a/refactor/remove-migration-actions/index.json +++ b/refactor/remove-migration-actions/index.json @@ -77,7 +77,7 @@ "api/Nekoyume.Action.ActionBase.html": { "href": "api/Nekoyume.Action.ActionBase.html", "title": "Class ActionBase | Lib9c", - "keywords": "Class ActionBase Namespace Nekoyume.Action Assembly Lib9c.dll [Serializable] public abstract class ActionBase : IAction Inheritance object ActionBase Implements IAction Derived ApprovePledge BurnAsset CreatePendingActivation CreatePendingActivations CreatePledge CustomEquipmentCraft EndPledge GameAction BanGuildMember ClaimGuildReward ClaimReward JoinGuild MakeGuild MigrateDelegationHeight MoveGuild QuitGuild RemoveGuild UnbanGuildMember IssueToken IssueTokensFromGarage MigrateAgentAvatar MigrateFee MigrateMonsterCollection MintAssets PrepareRewardAssets RequestPledge RetrieveAvatarAssets RewardGold SecureMiningReward TransferAsset TransferAssets AllocateGuildReward AllocateReward ClaimValidatorRewardSelf DelegateValidator Mortgage PromoteValidator RecordProposer Refund ReleaseValidatorUnbondings Reward SetValidatorCommission SlashValidator UndelegateValidator UnjailValidator UpdateValidators ValidatorSetOperate Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Properties PlainValue public abstract IValue PlainValue { get; } Property Value IValue Methods CheckObsolete(long, IActionContext) protected void CheckObsolete(long obsoleteIndex, IActionContext ctx) Parameters obsoleteIndex long ctx IActionContext CheckPermission(IActionContext) protected void CheckPermission(IActionContext ctx) Parameters ctx IActionContext Execute(IActionContext) public abstract IWorld Execute(IActionContext context) Parameters context IActionContext Returns IWorld GetSignerAndOtherAddressesHex(IActionContext, params Address[]) returns \"[Signer Address, AvatarState Address, ...]\" protected string GetSignerAndOtherAddressesHex(IActionContext ctx, params Address[] addresses) Parameters ctx IActionContext addresses Address[] Returns string LoadPlainValue(IValue) public abstract void LoadPlainValue(IValue plainValue) Parameters plainValue IValue TryGetAdminState(IActionContext, out AdminState) protected bool TryGetAdminState(IActionContext ctx, out AdminState state) Parameters ctx IActionContext state AdminState Returns bool" + "keywords": "Class ActionBase Namespace Nekoyume.Action Assembly Lib9c.dll [Serializable] public abstract class ActionBase : IAction Inheritance object ActionBase Implements IAction Derived ApprovePledge BurnAsset CreatePendingActivation CreatePendingActivations CreatePledge CustomEquipmentCraft EndPledge GameAction BanGuildMember ClaimGuildReward ClaimReward JoinGuild MakeGuild MigrateDelegationHeight MigratePlanetariumValidator MoveGuild QuitGuild RemoveGuild UnbanGuildMember IssueToken IssueTokensFromGarage MigrateAgentAvatar MigrateFee MigrateMonsterCollection MintAssets PrepareRewardAssets RequestPledge RetrieveAvatarAssets RewardGold SecureMiningReward TransferAsset TransferAssets AllocateGuildReward AllocateReward ClaimValidatorRewardSelf DelegateValidator Mortgage PromoteValidator RecordProposer Refund ReleaseValidatorUnbondings Reward SetValidatorCommission SlashValidator UndelegateValidator UnjailValidator UpdateValidators ValidatorSetOperate Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Properties PlainValue public abstract IValue PlainValue { get; } Property Value IValue Methods CheckObsolete(long, IActionContext) protected void CheckObsolete(long obsoleteIndex, IActionContext ctx) Parameters obsoleteIndex long ctx IActionContext CheckPermission(IActionContext) protected void CheckPermission(IActionContext ctx) Parameters ctx IActionContext Execute(IActionContext) public abstract IWorld Execute(IActionContext context) Parameters context IActionContext Returns IWorld GetSignerAndOtherAddressesHex(IActionContext, params Address[]) returns \"[Signer Address, AvatarState Address, ...]\" protected string GetSignerAndOtherAddressesHex(IActionContext ctx, params Address[] addresses) Parameters ctx IActionContext addresses Address[] Returns string LoadPlainValue(IValue) public abstract void LoadPlainValue(IValue plainValue) Parameters plainValue IValue TryGetAdminState(IActionContext, out AdminState) protected bool TryGetAdminState(IActionContext ctx, out AdminState state) Parameters ctx IActionContext state AdminState Returns bool" }, "api/Nekoyume.Action.ActionContextExtensions.html": { "href": "api/Nekoyume.Action.ActionContextExtensions.html", @@ -749,10 +749,15 @@ "title": "Class MigrateDelegationHeight | Lib9c", "keywords": "Class MigrateDelegationHeight Namespace Nekoyume.Action.Guild.Migration Assembly Lib9c.dll An action to migrate the delegation height. This action triggers the migration of the delegation height. [ActionType(\"migrate_delegation_height\")] public class MigrateDelegationHeight : ActionBase, IAction Inheritance object ActionBase MigrateDelegationHeight Implements IAction Inherited Members ActionBase.GetSignerAndOtherAddressesHex(IActionContext, params Address[]) ActionBase.TryGetAdminState(IActionContext, out AdminState) ActionBase.CheckPermission(IActionContext) ActionBase.CheckObsolete(long, IActionContext) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Constructors MigrateDelegationHeight() public MigrateDelegationHeight() MigrateDelegationHeight(long) public MigrateDelegationHeight(long height) Parameters height long Fields TypeIdentifier public const string TypeIdentifier = \"migrate_delegation_height\" Field Value string Properties Height public long Height { get; } Property Value long PlainValue public override IValue PlainValue { get; } Property Value IValue Methods Execute(IActionContext) public override IWorld Execute(IActionContext context) Parameters context IActionContext Returns IWorld LoadPlainValue(IValue) public override void LoadPlainValue(IValue plainValue) Parameters plainValue IValue" }, + "api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html": { + "href": "api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html", + "title": "Class MigratePlanetariumValidator | Lib9c", + "keywords": "Class MigratePlanetariumValidator Namespace Nekoyume.Action.Guild.Migration Assembly Lib9c.dll An action to migrate the planetarium validator. With this migration, planetarium validator is now active, and bonded FAVs are moved to active address. [ActionType(\"migrate_planetarium_validator\")] public class MigratePlanetariumValidator : ActionBase, IAction Inheritance object ActionBase MigratePlanetariumValidator Implements IAction Inherited Members ActionBase.GetSignerAndOtherAddressesHex(IActionContext, params Address[]) ActionBase.TryGetAdminState(IActionContext, out AdminState) ActionBase.CheckPermission(IActionContext) ActionBase.CheckObsolete(long, IActionContext) object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Constructors MigratePlanetariumValidator() public MigratePlanetariumValidator() Fields TypeIdentifier public const string TypeIdentifier = \"migrate_planetarium_validator\" Field Value string Properties PlainValue public override IValue PlainValue { get; } Property Value IValue Methods Execute(IActionContext) public override IWorld Execute(IActionContext context) Parameters context IActionContext Returns IWorld LoadPlainValue(IValue) public override void LoadPlainValue(IValue plainValue) Parameters plainValue IValue" + }, "api/Nekoyume.Action.Guild.Migration.html": { "href": "api/Nekoyume.Action.Guild.Migration.html", "title": "Namespace Nekoyume.Action.Guild.Migration | Lib9c", - "keywords": "Namespace Nekoyume.Action.Guild.Migration Classes MigrateDelegationHeight An action to migrate the delegation height. This action triggers the migration of the delegation height." + "keywords": "Namespace Nekoyume.Action.Guild.Migration Classes MigrateDelegationHeight An action to migrate the delegation height. This action triggers the migration of the delegation height. MigratePlanetariumValidator An action to migrate the planetarium validator. With this migration, planetarium validator is now active, and bonded FAVs are moved to active address." }, "api/Nekoyume.Action.Guild.MoveGuild.html": { "href": "api/Nekoyume.Action.Guild.MoveGuild.html", diff --git a/refactor/remove-migration-actions/manifest.json b/refactor/remove-migration-actions/manifest.json index b43d7e9759..602baa739d 100644 --- a/refactor/remove-migration-actions/manifest.json +++ b/refactor/remove-migration-actions/manifest.json @@ -1510,6 +1510,16 @@ }, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.yml", + "output": { + ".html": { + "relative_path": "api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html" + } + }, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/Nekoyume.Action.Guild.Migration.yml", diff --git a/refactor/remove-migration-actions/toc.pdf b/refactor/remove-migration-actions/toc.pdf index 6e4b6412d3..e04aacd48c 100644 Binary files a/refactor/remove-migration-actions/toc.pdf and b/refactor/remove-migration-actions/toc.pdf differ diff --git a/refactor/remove-migration-actions/xrefmap.yml b/refactor/remove-migration-actions/xrefmap.yml index 620eb0dfd5..4696aac42e 100644 --- a/refactor/remove-migration-actions/xrefmap.yml +++ b/refactor/remove-migration-actions/xrefmap.yml @@ -11480,6 +11480,76 @@ references: commentId: F:Nekoyume.Action.Guild.Migration.MigrateDelegationHeight.TypeIdentifier fullName: Nekoyume.Action.Guild.Migration.MigrateDelegationHeight.TypeIdentifier nameWithType: MigrateDelegationHeight.TypeIdentifier +- uid: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator + name: MigratePlanetariumValidator + href: api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html + commentId: T:Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator + fullName: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator + nameWithType: MigratePlanetariumValidator +- uid: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.#ctor + name: MigratePlanetariumValidator() + href: api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html#Nekoyume_Action_Guild_Migration_MigratePlanetariumValidator__ctor + commentId: M:Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.#ctor + name.vb: New() + fullName: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.MigratePlanetariumValidator() + fullName.vb: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.New() + nameWithType: MigratePlanetariumValidator.MigratePlanetariumValidator() + nameWithType.vb: MigratePlanetariumValidator.New() +- uid: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.#ctor* + name: MigratePlanetariumValidator + href: api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html#Nekoyume_Action_Guild_Migration_MigratePlanetariumValidator__ctor_ + commentId: Overload:Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.#ctor + isSpec: "True" + name.vb: New + fullName: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.MigratePlanetariumValidator + fullName.vb: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.New + nameWithType: MigratePlanetariumValidator.MigratePlanetariumValidator + nameWithType.vb: MigratePlanetariumValidator.New +- uid: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.Execute(Libplanet.Action.IActionContext) + name: Execute(IActionContext) + href: api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html#Nekoyume_Action_Guild_Migration_MigratePlanetariumValidator_Execute_Libplanet_Action_IActionContext_ + commentId: M:Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.Execute(Libplanet.Action.IActionContext) + fullName: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.Execute(Libplanet.Action.IActionContext) + nameWithType: MigratePlanetariumValidator.Execute(IActionContext) +- uid: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.Execute* + name: Execute + href: api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html#Nekoyume_Action_Guild_Migration_MigratePlanetariumValidator_Execute_ + commentId: Overload:Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.Execute + isSpec: "True" + fullName: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.Execute + nameWithType: MigratePlanetariumValidator.Execute +- uid: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.LoadPlainValue(Bencodex.Types.IValue) + name: LoadPlainValue(IValue) + href: api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html#Nekoyume_Action_Guild_Migration_MigratePlanetariumValidator_LoadPlainValue_Bencodex_Types_IValue_ + commentId: M:Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.LoadPlainValue(Bencodex.Types.IValue) + fullName: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.LoadPlainValue(Bencodex.Types.IValue) + nameWithType: MigratePlanetariumValidator.LoadPlainValue(IValue) +- uid: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.LoadPlainValue* + name: LoadPlainValue + href: api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html#Nekoyume_Action_Guild_Migration_MigratePlanetariumValidator_LoadPlainValue_ + commentId: Overload:Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.LoadPlainValue + isSpec: "True" + fullName: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.LoadPlainValue + nameWithType: MigratePlanetariumValidator.LoadPlainValue +- uid: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.PlainValue + name: PlainValue + href: api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html#Nekoyume_Action_Guild_Migration_MigratePlanetariumValidator_PlainValue + commentId: P:Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.PlainValue + fullName: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.PlainValue + nameWithType: MigratePlanetariumValidator.PlainValue +- uid: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.PlainValue* + name: PlainValue + href: api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html#Nekoyume_Action_Guild_Migration_MigratePlanetariumValidator_PlainValue_ + commentId: Overload:Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.PlainValue + isSpec: "True" + fullName: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.PlainValue + nameWithType: MigratePlanetariumValidator.PlainValue +- uid: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.TypeIdentifier + name: TypeIdentifier + href: api/Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.html#Nekoyume_Action_Guild_Migration_MigratePlanetariumValidator_TypeIdentifier + commentId: F:Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.TypeIdentifier + fullName: Nekoyume.Action.Guild.Migration.MigratePlanetariumValidator.TypeIdentifier + nameWithType: MigratePlanetariumValidator.TypeIdentifier - uid: Nekoyume.Action.Guild.MoveGuild name: MoveGuild href: api/Nekoyume.Action.Guild.MoveGuild.html