diff options
Diffstat (limited to 'Scripts/Command.cs')
| -rw-r--r-- | Scripts/Command.cs | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Scripts/Command.cs b/Scripts/Command.cs deleted file mode 100644 index e784576..0000000 --- a/Scripts/Command.cs +++ /dev/null @@ -1,25 +0,0 @@ -using Godot; - -namespace Texty.Scripts -{ - public enum CommandType - { - Look - } - - public class Command : Object - { - public Command() - { - } - - public Command(CommandType type, string[] arguments) - { - RawArguments = arguments; - Type = type; - } - - public string[] RawArguments { get; } - public CommandType Type { get; } - } -}
\ No newline at end of file |
