Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MaskGenerationMethod.cs
Go to the documentation of this file.
2
4
5[UnsupportedOSPlatform("browser")]
6public abstract class MaskGenerationMethod
7{
8 public abstract byte[] GenerateMask(byte[] rgbSeed, int cbReturn);
9}
byte[] GenerateMask(byte[] rgbSeed, int cbReturn)