Files

9 lines
92 B
C#

using System;
using UnityEngine;
[Serializable]
public class NpcCharacter : Character
{
}