Add TODO for PluginStats

This commit is contained in:
Soreepeong 2024-06-05 00:13:16 +09:00
parent 3f138c2600
commit e2ea30c2fb

View file

@ -31,6 +31,8 @@ namespace Dalamud.Interface.Internal.Windows.Data.Widgets;
/// </summary>
internal class TexWidget : IDataWindowWidget
{
// TODO: move tracking implementation to PluginStats where applicable,
// and show stats over there instead of TexWidget.
private static readonly Dictionary<
DrawBlameTableColumnUserId,
Func<TextureManager.IBlameableDalamudTextureWrap, IComparable>> DrawBlameTableColumnColumnComparers = new()