diff options
| author | Michael <[email protected]> | 2017-02-08 15:51:22 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-08 15:51:22 -0500 |
| commit | 51ad9434bb2118ad4d5dd796d047415c76e99ccc (patch) | |
| tree | a0b770b4824e72b24968a0451378aa33ecdb7d85 /ShiftOS_TheReturn/SaveSystem.cs | |
| parent | a4b49ab68b4383e84ee200f47ea21ed1b4b22ffa (diff) | |
| download | shiftos_thereturn-51ad9434bb2118ad4d5dd796d047415c76e99ccc.tar.gz shiftos_thereturn-51ad9434bb2118ad4d5dd796d047415c76e99ccc.tar.bz2 shiftos_thereturn-51ad9434bb2118ad4d5dd796d047415c76e99ccc.zip | |
Shop work.
- Shop Editor implemented.
- Shop List implemented.
- Shops are now a way to earn Codepoints.
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 + { + + } } |
