to new git
This commit is contained in:
@ -7,12 +7,6 @@ public class Character
|
||||
|
||||
public Character()
|
||||
{
|
||||
Debug.Log("init");
|
||||
Condition = new CharacterCondition();
|
||||
}
|
||||
}
|
||||
|
||||
public interface ICharacter
|
||||
{
|
||||
Character GetCharacter { get; }
|
||||
}
|
Reference in New Issue
Block a user