From 9b4ea07d11eeba7fc5bda7d949a48402245243b2 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 9 Sep 2021 19:52:02 +0200 Subject: [PATCH] 0.16.1 --- CustomTable.cs | 2 -- ExampleMod.csproj | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CustomTable.cs b/CustomTable.cs index 2662227..61c0651 100644 --- a/CustomTable.cs +++ b/CustomTable.cs @@ -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] diff --git a/ExampleMod.csproj b/ExampleMod.csproj index a4799d6..841af43 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,7 +5,7 @@ - +