remove obsolete script
This commit is contained in:
parent
10a216b289
commit
ac5a2a2aec
|
@ -1,13 +0,0 @@
|
||||||
using Godot;
|
|
||||||
using System;
|
|
||||||
|
|
||||||
public class SelectionMode : Mode
|
|
||||||
{
|
|
||||||
protected override void OnDisabled()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void OnEnabled()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue