Implement Bombs
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Services.Interfaces {
|
||||
public interface IScoreService {
|
||||
event Action<int> OnScoreChanged;
|
||||
int Score { get; }
|
||||
void ScoreCheck(int value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user