public static void WriteTotemCategories() { var entries = ItemMgr.ReadTotemCategories(); WriteEnum("TotemCategory", " : uint", "Items", entries, cat => true, cat => cat.Value.Name, cat => cat.Value.Id.ToString()); }