Optimization and Documentation
This commit is contained in:
@@ -4,6 +4,6 @@ namespace Services.Interfaces {
|
||||
public interface IScoreService {
|
||||
event Action<int> OnScoreChanged;
|
||||
int Score { get; }
|
||||
void ScoreCheck(int value);
|
||||
void AddScore(int value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user