chore: cleanup
This commit is contained in:
@@ -2,6 +2,9 @@ using R3;
|
||||
|
||||
namespace GodotHostTest.Interfaces;
|
||||
|
||||
/// <summary>
|
||||
/// An event bus that summarizes information from all <see cref="ITargetSpawner" />'s targets.
|
||||
/// </summary>
|
||||
public interface ITargetEventBus
|
||||
{
|
||||
/// <summary>
|
||||
@@ -15,8 +18,8 @@ public interface ITargetEventBus
|
||||
Observable<Unit> Hit { get; }
|
||||
|
||||
/// <summary>
|
||||
/// A new target spawner has been added.
|
||||
/// Callback method to invoke when a new target spawner has been added.
|
||||
/// </summary>
|
||||
/// <param name="targetSpawner"></param>
|
||||
/// <param name="targetSpawner">The new target spawner.</param>
|
||||
void NewTargetSpawner(ITargetSpawner targetSpawner);
|
||||
}
|
||||
Reference in New Issue
Block a user