1
0
Fork 0

Include alternativeItemId in codegen

master
Liza 2024-08-08 15:11:25 +02:00
parent 3f07ae797b
commit c287936b32
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 3 additions and 0 deletions

View File

@ -358,6 +358,9 @@ public static class RoslynShortcuts
SyntaxNodeList(
Assignment(nameof(GatheredItem.ItemId), gatheredItem.ItemId, emptyItem.ItemId)
.AsSyntaxNodeOrToken(),
Assignment(nameof(GatheredItem.AlternativeItemId), gatheredItem.AlternativeItemId,
emptyItem.AlternativeItemId)
.AsSyntaxNodeOrToken(),
Assignment(nameof(GatheredItem.ItemCount), gatheredItem.ItemCount,
emptyItem.ItemCount)
.AsSyntaxNodeOrToken(),