namespace RPG.GameCore.Excel; public abstract class ExcelRow { public abstract uint Id { get; } }