Removed file again

This commit is contained in:
Pascal Serrarens 2024-12-05 09:24:01 +01:00
parent 2fb932c4cb
commit b16a561587

View File

@ -1,15 +0,0 @@
using Godot;
using System;
public partial class Messages : Node
{
// 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)
{
}
}