mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add TODO for PluginStats
This commit is contained in:
parent
3f138c2600
commit
e2ea30c2fb
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue