base structure
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user