ReisenTasker/Assets/Scripts/Entity/Enemy.cs

5 lines
58 B
C#

using UnityEngine;
public class Enemy : CombatEntity
{
}