This commit is contained in:
Ell 2021-09-09 19:52:02 +02:00
parent ddbc173855
commit 9b4ea07d11
2 changed files with 1 additions and 3 deletions

View file

@ -10,8 +10,6 @@ namespace ExampleMod {
// but it allows for additional functionalities as displayed in this example
public class CustomTable : Furniture {
private static readonly Random Random = new();
// anything whose base classes have the DataContract attribute automatically gets saved and loaded to and from disk
// this means that you can add custom DataMember members to have them saved and loaded
[DataMember]

View file

@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TinyLifeApi" Version="0.16.0" />
<PackageReference Include="TinyLifeApi" Version="0.16.1" />
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.3" />
<PackageReference Include="MLEM.Data" Version="5.0.0" />