diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2023-02-08 18:34:25 +0100 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2023-02-08 18:35:06 +0100 |
| commit | d6bb13fff8d2aa484dbb2c117ee0fd7dee0738f1 (patch) | |
| tree | c0614252f03d60f308cf2aeb7daa95acd586e084 /Scripts/Game/Command.cs | |
| parent | 6073d57a53c1dccc8f389257ac9524d52eb065c7 (diff) | |
| download | texty-d6bb13fff8d2aa484dbb2c117ee0fd7dee0738f1.tar.xz texty-d6bb13fff8d2aa484dbb2c117ee0fd7dee0738f1.zip | |
godot: upgrade to 4.0-beta17
Diffstat (limited to 'Scripts/Game/Command.cs')
| -rw-r--r-- | Scripts/Game/Command.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/Game/Command.cs b/Scripts/Game/Command.cs index 56d80a7..364f29a 100644 --- a/Scripts/Game/Command.cs +++ b/Scripts/Game/Command.cs @@ -7,7 +7,7 @@ public enum CommandType Look } -public partial class Command : Object +public partial class Command : GodotObject { public Command() { |
