5 lines
97 B
C#
5 lines
97 B
C#
public interface ICharacter
|
|
{
|
|
Character GetCharacter { get; }
|
|
void ResetCharacter();
|
|
} |