Compare commits
3 Commits
653b4ab0b8
...
62416307ef
Author | SHA1 | Date | |
---|---|---|---|
62416307ef | |||
7d8d80350b | |||
b65ce58684 |
13
half-earth/scripts/interaction_modes/SelectionMode.cs
Normal file
13
half-earth/scripts/interaction_modes/SelectionMode.cs
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
using Godot;
|
||||||
|
using System;
|
||||||
|
|
||||||
|
public class SelectionMode : Mode
|
||||||
|
{
|
||||||
|
protected override void OnDisabled()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void OnEnabled()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user