...
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
public interface ICharacter
|
||||
using System;
|
||||
|
||||
public interface ICharacter
|
||||
{
|
||||
Character GetCharacter { get; }
|
||||
void ResetCharacter();
|
||||
event Action<bool> OnDeathEvent;
|
||||
}
|
Reference in New Issue
Block a user