diff options
Diffstat (limited to 'ShiftOS_TheReturn/SaveSystem.cs')
| -rw-r--r-- | ShiftOS_TheReturn/SaveSystem.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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 + { + + } } |
