UI fixes, add npc base class
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Assets.Scripts.Characters
|
||||
{
|
||||
public class Npc : BaseCharacter
|
||||
{
|
||||
private void Awake()
|
||||
{
|
||||
base.IntCharacter();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user