Remove blank methods
This commit is contained in:
parent
0d01de1a29
commit
eaf440bd03
|
@ -4,16 +4,6 @@ namespace KeepersCompound.TMV.UI;
|
||||||
|
|
||||||
public partial class AssetBrowser : Control
|
public partial class AssetBrowser : Control
|
||||||
{
|
{
|
||||||
// Called when the node enters the scene tree for the first time.
|
|
||||||
public override void _Ready()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
// Called every frame. 'delta' is the elapsed time since the previous frame.
|
|
||||||
public override void _Process(double delta)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public override void _ShortcutInput(InputEvent input)
|
public override void _ShortcutInput(InputEvent input)
|
||||||
{
|
{
|
||||||
if (input is InputEventKey keyEvent && keyEvent.Pressed)
|
if (input is InputEventKey keyEvent && keyEvent.Pressed)
|
||||||
|
|
Loading…
Reference in New Issue