7 lines
61 B
C#
7 lines
61 B
C#
|
namespace RoR2;
|
||
|
|
||
|
public enum GameModeIndex
|
||
|
{
|
||
|
Invalid = -1
|
||
|
}
|