mirror of
https://github.com/digital-jellyfish/Virtu.git
synced 2024-11-28 07:49:22 +00:00
4 lines
214 B
C#
4 lines
214 B
C#
|
using System.Diagnostics.CodeAnalysis;
|
||
|
|
||
|
[assembly: SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "Jellyfish.Library.FrameRateCounter.#frameRateControl")]
|