8 lines
139 B
C#
8 lines
139 B
C#
using UnityEngine;
|
|
|
|
public class Character
|
|
{
|
|
public string CharacterCode { get; set; }
|
|
public string CharacterType { get; set; }
|
|
}
|