Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Footmark.cs
Go to the documentation of this file.
1public class Footmark
2{
3 public Point pos = new Point();
4
5 public int remaining;
6
7 public int tile;
8}
int remaining
Definition: Footmark.cs:5
int tile
Definition: Footmark.cs:7
Point pos
Definition: Footmark.cs:3
Definition: Point.cs:9