diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-11-26 10:08:44 +0100 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-11-26 10:08:44 +0100 |
| commit | d7eefa488135c477f39ea0953b032c7dcdad8bc7 (patch) | |
| tree | d9725b73b342ff3d9df4d800616dd010b48c7222 /Scripts/Location.cs | |
| parent | 8e8a58bac339aa06e860b977670f16c8b4eb30a8 (diff) | |
| download | texty-d7eefa488135c477f39ea0953b032c7dcdad8bc7.tar.xz texty-d7eefa488135c477f39ea0953b032c7dcdad8bc7.zip | |
scripts: perform code cleanup actions
Diffstat (limited to 'Scripts/Location.cs')
| -rw-r--r-- | Scripts/Location.cs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Scripts/Location.cs b/Scripts/Location.cs index aaca980..8cebcf1 100644 --- a/Scripts/Location.cs +++ b/Scripts/Location.cs @@ -1,9 +1,8 @@ using Godot; -namespace Texty.Scripts +namespace Texty.Scripts; + +public partial class Location : Resource { - public partial class Location : Resource - { - [Export(PropertyHint.MultilineText)] public string FlavourText = string.Empty; - } + [Export(PropertyHint.MultilineText)] public string FlavourText = string.Empty; }
\ No newline at end of file |
