From b285c74f6a0d1c2779b9002da8d392f1d3bce5d6 Mon Sep 17 00:00:00 2001 From: sonohoshi Date: Fri, 3 Nov 2023 13:30:14 +0900 Subject: [PATCH 1/3] bump lib9c to release/1.3.1 for release 62 --- Lib9c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib9c b/Lib9c index 538afeade..49f672609 160000 --- a/Lib9c +++ b/Lib9c @@ -1 +1 @@ -Subproject commit 538afeade5d409a97d709d58b7a521b3e1d76943 +Subproject commit 49f67260904ae9e57df242b3cf5265e9c697ab5d From e5210735e90ffdd958640ea3cde48e4d9103dbda Mon Sep 17 00:00:00 2001 From: sonohoshi Date: Fri, 3 Nov 2023 13:44:02 +0900 Subject: [PATCH 2/3] fix: warning disable CS0618 about CombinationSlotState.UnlockStage --- .../GraphTypes/States/CombinationSlotStateType.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NineChronicles.Headless/GraphTypes/States/CombinationSlotStateType.cs b/NineChronicles.Headless/GraphTypes/States/CombinationSlotStateType.cs index b6742f078..dbc19948c 100644 --- a/NineChronicles.Headless/GraphTypes/States/CombinationSlotStateType.cs +++ b/NineChronicles.Headless/GraphTypes/States/CombinationSlotStateType.cs @@ -16,10 +16,13 @@ public CombinationSlotStateType() nameof(CombinationSlotState.UnlockBlockIndex), description: "Block index at the combination slot can be usable.", resolve: context => context.Source.UnlockBlockIndex); +#pragma warning disable CS0618 Field>( - nameof(CombinationSlotState.UnlockStage), + nameof( + CombinationSlotState.UnlockStage), description: "Stage id at the combination slot unlock.", resolve: context => context.Source.UnlockStage); +#pragma warning restore CS0618 Field>( nameof(CombinationSlotState.StartBlockIndex), description: "Block index at the combination started.", From 057a95ddc46b4bbc241677f83e3c80f267d80a20 Mon Sep 17 00:00:00 2001 From: sonohoshi Date: Fri, 3 Nov 2023 17:48:59 +0900 Subject: [PATCH 3/3] buml lib9c to main --- Lib9c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib9c b/Lib9c index 49f672609..2cd67a880 160000 --- a/Lib9c +++ b/Lib9c @@ -1 +1 @@ -Subproject commit 49f67260904ae9e57df242b3cf5265e9c697ab5d +Subproject commit 2cd67a880d316eee55a59390a6c783683f55c2ca