Files
godot-host-test/Interfaces/ILevel.cs
T
2026-07-17 15:14:40 +02:00

5 lines
64 B
C#

namespace GodotHostTest.Interfaces;
public interface ILevel
{
}