Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace FlappyBird.Core
|
||||
{
|
||||
public interface IPipePassedNotifier
|
||||
{
|
||||
event Action OnPipePassed;
|
||||
void NotifyPipePassed();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user