mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
.
This commit is contained in:
parent
80ab57e96d
commit
d1d369a56b
31 changed files with 1637 additions and 80 deletions
|
|
@ -44,6 +44,8 @@ public enum CustomizeIndex : byte
|
|||
|
||||
public static class CustomizationExtensions
|
||||
{
|
||||
public const int NumIndices = ((int)CustomizeIndex.FacePaintColor + 1);
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining | MethodImplOptions.AggressiveOptimization)]
|
||||
public static (int ByteIdx, byte Mask) ToByteAndMask(this CustomizeIndex index)
|
||||
=> index switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue