7 lines
78 B
C#
7 lines
78 B
C#
|
namespace RoR2.Navigation;
|
||
|
|
||
|
internal enum BlockMapCellIndex
|
||
|
{
|
||
|
Invalid = -1
|
||
|
}
|