enemy spawner
This commit is contained in:
8
Game/Scripts/Runtime/Abstractions/IClock.cs
Normal file
8
Game/Scripts/Runtime/Abstractions/IClock.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Game.Scripts.Runtime.Abstractions
|
||||
{
|
||||
public interface IClock
|
||||
{
|
||||
float Elapsed { get; }
|
||||
bool IsRunning { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user