fix: Fixes broken chair (#1356)

This commit is contained in:
Kamron Batman 2023-02-27 09:01:50 -08:00 committed by GitHub
parent 8e3facc57b
commit 0150e1a994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -17,7 +17,7 @@ jobs:
- name: Setup .NET 7 - name: Setup .NET 7
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 7.0.101 dotnet-version: 7.0.201
- name: Install NGBV - name: Install NGBV
uses: dotnet/nbgv@master uses: dotnet/nbgv@master
id: nbgv id: nbgv

View file

@ -13,7 +13,8 @@ public partial class BrokenFallenChairComponent : AddonComponent
public override int LabelNumber => 1076264; // Broken Fallen Chair public override int LabelNumber => 1076264; // Broken Fallen Chair
} }
public class BrokenFallenChairAddon : BaseAddon [SerializationGenerator(0)]
public partial class BrokenFallenChairAddon : BaseAddon
{ {
[Constructible] [Constructible]
public BrokenFallenChairAddon() public BrokenFallenChairAddon()

View file

@ -0,0 +1,4 @@
{
"version": 0,
"type": "Server.Items.BrokenFallenChairAddon"
}