r2mods/ilspy_dump/ror2_csproj/RoR2.Navigation/BlockMapCell.cs

9 lines
113 B
C#

namespace RoR2.Navigation;
internal struct BlockMapCell
{
public int itemStartIndex;
public int itemCount;
}