fix: Updates schema generator to 2.6.4 (#1452)
This commit is contained in:
parent
09fc30546b
commit
455b11de9c
5 changed files with 12 additions and 12 deletions
|
|
@ -26,11 +26,9 @@ public partial class MobileMod
|
|||
[SerializableField(0)]
|
||||
private string _name;
|
||||
|
||||
public MobileMod(Mobile owner) => Owner = owner;
|
||||
|
||||
public MobileMod(Mobile owner, string name)
|
||||
public MobileMod(Mobile owner, string name = null)
|
||||
{
|
||||
Owner = owner;
|
||||
Name = name;
|
||||
_name = name;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
<PackageReference Include="Zlib.Bindings" Version="1.11.0" />
|
||||
|
||||
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.6.0" />
|
||||
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.6.2" />
|
||||
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.6.4" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AdditionalFiles Include="Migrations/*.v*.json" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue