13 lines
157 B
C#
Raw Normal View History

2026-05-06 15:07:56 +02:00
using System;
namespace DuloGames.UI
{
[Serializable]
public class UITalentInfo
{
public int ID;
public int spellEntry;
public int maxPoints;
}
}