mirror of
https://github.com/DarthAffe/HPPH.git
synced 2025-12-13 05:48:57 +00:00
7 lines
118 B
C#
7 lines
118 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
namespace HPPH;
|
|
|
|
[SkipLocalsInit]
|
|
public static partial class PixelHelper;
|