fix: Removes serial ctor that isnt needed (#1289)

This commit is contained in:
Kamron Batman 2022-11-28 23:48:46 -08:00 committed by GitHub
parent af29fa0243
commit 81839beedd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,10 +87,6 @@ public partial class SOS : Item
UpdateHue();
}
public SOS(Serial serial) : base(serial)
{
}
public override int LabelNumber
{
get