movement and dialogue system
This commit is contained in:
parent
977e666577
commit
1590b5faa6
123 changed files with 62825 additions and 355 deletions
5
Assets/Scripts/Entity/Enemy.cs
Normal file
5
Assets/Scripts/Entity/Enemy.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
using UnityEngine;
|
||||
|
||||
public class Enemy : CombatEntity
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue