Initial Commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace FlappyBird.Core
|
||||
{
|
||||
public interface IGameStartNotifier
|
||||
{
|
||||
bool HasStarted { get; }
|
||||
event Action OnGameStarted;
|
||||
void NotifyGameStarted();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user