File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ namespace HexCore
77 [ Serializable ]
88 public struct Coordinate2D
99 {
10- public readonly int X , Y ;
11- public readonly OffsetTypes OffsetType ;
10+ public int X , Y ;
11+ public OffsetTypes OffsetType ;
1212
1313 public Coordinate3D To3D ( )
1414 {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace HexCore
77 [ Serializable ]
88 public struct Coordinate3D
99 {
10- public readonly int X , Y , Z ;
10+ public int X , Y , Z ;
1111
1212 public Coordinate2D To2D ( OffsetTypes offsetType )
1313 {
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <RootNamespace >HexCore</RootNamespace >
6- <Version >4.0.2 </Version >
6+ <Version >4.1.0 </Version >
77 <Authors >Anton Suprunchuk</Authors >
88 <Description >Yet another library to manage hexagonal grids. For docs and usage examples please see the GitHub repo.</Description >
99 <RepositoryType >Git</RepositoryType >
You can’t perform that action at this time.
0 commit comments