mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-22 20:08:34 +01:00
0.16.1
This commit is contained in:
parent
ddbc173855
commit
9b4ea07d11
2 changed files with 1 additions and 3 deletions
|
@ -10,8 +10,6 @@ namespace ExampleMod {
|
||||||
// but it allows for additional functionalities as displayed in this example
|
// but it allows for additional functionalities as displayed in this example
|
||||||
public class CustomTable : Furniture {
|
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
|
// 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
|
// this means that you can add custom DataMember members to have them saved and loaded
|
||||||
[DataMember]
|
[DataMember]
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="TinyLifeApi" Version="0.16.0" />
|
<PackageReference Include="TinyLifeApi" Version="0.16.1" />
|
||||||
|
|
||||||
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.3" />
|
<PackageReference Include="ExtremelySimpleLogger" Version="1.2.3" />
|
||||||
<PackageReference Include="MLEM.Data" Version="5.0.0" />
|
<PackageReference Include="MLEM.Data" Version="5.0.0" />
|
||||||
|
|
Loading…
Reference in a new issue