ReisenTasker/Assets/Scripts/Entity/NPC.cs

6 lines
52 B
C#

using UnityEngine;
public class NPC : Entity
{
}