tile-types #15
|
@ -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