diff options
| -rw-r--r-- | Scripts/Location.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Scripts/Location.cs b/Scripts/Location.cs new file mode 100644 index 0000000..ab8543b --- /dev/null +++ b/Scripts/Location.cs @@ -0,0 +1,9 @@ +using Godot; + +namespace Texty.Scripts +{ + public class Location : Resource + { + [Export(PropertyHint.MultilineText)] public string FlavourText = string.Empty; + } +}
\ No newline at end of file |
