I would like to know if you have how to create a class, to store 2 variables, for example, a Vector2, where I would instantiate and use like this:
Vector2 tile;
int posX, posY;
posX = tile.x;
posY = tile.Y;
or something like that.
asked by
29.03.2014 / 07:17