Property Index
Index
The index of the tile to be changed.
[JsonProperty("index")]
public int Index { get; set; }
Property Value
Remarks
For example, a 3x3 area has the following tile indexes:
6 7 8
3 4 5
0 1 2
The index of the tile to be changed.
[JsonProperty("index")]
public int Index { get; set; }
For example, a 3x3 area has the following tile indexes:
6 7 8
3 4 5
0 1 2