r2mods/ilspy_dump/ror2_csproj/RoR2/UnlockableIndex.cs

7 lines
60 B
C#

namespace RoR2;
public enum UnlockableIndex
{
None = -1
}