using System; namespace DuloGames.UI { [Serializable] public class UITalentInfo { public int ID; public int spellEntry; public int maxPoints; } }