From 8475f168ef89905846bc4c7822f99e7bc66200af Mon Sep 17 00:00:00 2001 From: Christopher Date: Mon, 26 Sep 2016 16:31:05 +0100 Subject: [PATCH] static FungusPrefs class --- Assets/Fungus/Thirdparty/FungusLua/Scripts/Utils/FungusPrefs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Utils/FungusPrefs.cs b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Utils/FungusPrefs.cs index b44e3ec1..d3743052 100644 --- a/Assets/Fungus/Thirdparty/FungusLua/Scripts/Utils/FungusPrefs.cs +++ b/Assets/Fungus/Thirdparty/FungusLua/Scripts/Utils/FungusPrefs.cs @@ -9,7 +9,7 @@ namespace Fungus /// Wrapper class for PlayerPrefs that adds the concept of multiple save slots. /// Save slots allow you to store multiple player save profiles. /// - public class FungusPrefs + public static class FungusPrefs { /// /// Deletes all saved values for all slots.