diff --git a/half-earth/scripts/interaction_modes/SelectionMode.cs b/half-earth/scripts/interaction_modes/SelectionMode.cs deleted file mode 100644 index 1cb617e..0000000 --- a/half-earth/scripts/interaction_modes/SelectionMode.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Godot; -using System; - -public class SelectionMode : Mode -{ - protected override void OnDisabled() - { - } - - protected override void OnEnabled() - { - } -}