HPPH/HPPH/PixelHelper.cs
2024-07-06 00:04:07 +02:00

7 lines
118 B
C#

using System.Runtime.CompilerServices;
namespace HPPH;
[SkipLocalsInit]
public static partial class PixelHelper;