base structure

This commit is contained in:
redglow
2026-07-17 09:59:07 +02:00
parent e560a743fb
commit 96fffb2f9e
25 changed files with 466 additions and 55 deletions
-10
View File
@@ -5,16 +5,6 @@ namespace GodotHostTest.Interfaces;
/// </summary>
public interface IScore
{
/// <summary>
/// A target has been hit.
/// </summary>
void TargetHit();
/// <summary>
/// A target has timed out.
/// </summary>
void TargetTimedOut();
/// <summary>
/// The current score.
/// </summary>