nomoney4u
Trying to understand this abstract code (and use it elsewhere)
It seems that
protected TilemapVisualizer tilemapVisualizer = null;
, when making things abstract/protected/private, the variable tilemapVisualizer
was not null, but now that I made things public, this variable is Null and is not being set like before.12 replies