mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +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>
|
/// </summary>
|
||||||
internal class TexWidget : IDataWindowWidget
|
internal class TexWidget : IDataWindowWidget
|
||||||
{
|
{
|
||||||
|
// TODO: move tracking implementation to PluginStats where applicable,
|
||||||
|
// and show stats over there instead of TexWidget.
|
||||||
private static readonly Dictionary<
|
private static readonly Dictionary<
|
||||||
DrawBlameTableColumnUserId,
|
DrawBlameTableColumnUserId,
|
||||||
Func<TextureManager.IBlameableDalamudTextureWrap, IComparable>> DrawBlameTableColumnColumnComparers = new()
|
Func<TextureManager.IBlameableDalamudTextureWrap, IComparable>> DrawBlameTableColumnColumnComparers = new()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue