I have a struct like this:
public struct MapTile { public int bgAnimation; public int bgFrame; }
But when I loop over it with forea
Chance struct to Class
before:
after:
public Class MapTile { public int bgAnimation; public int bgFrame; }