From 51ad9434bb2118ad4d5dd796d047415c76e99ccc Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 8 Feb 2017 15:51:22 -0500 Subject: Shop work. - Shop Editor implemented. - Shop List implemented. - Shops are now a way to earn Codepoints. --- ShiftOS_TheReturn/SaveSystem.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ShiftOS_TheReturn/SaveSystem.cs') diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs index 6ab6b1b..7107c7b 100644 --- a/ShiftOS_TheReturn/SaveSystem.cs +++ b/ShiftOS_TheReturn/SaveSystem.cs @@ -318,4 +318,9 @@ namespace ShiftOS.Engine } public delegate void TextSentEventHandler(string text); + + public class DeveloperAttribute : Attribute + { + + } } -- cgit v1.2.3