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