using UnityEngine; public class Character { public string CharacterCode { get; set; } public string CharacterType { get; set; } }