9 lines
113 B
C#
9 lines
113 B
C#
|
namespace RoR2.Navigation;
|
||
|
|
||
|
internal struct BlockMapCell
|
||
|
{
|
||
|
public int itemStartIndex;
|
||
|
|
||
|
public int itemCount;
|
||
|
}
|