private void AddEmpty(string[] tokens) { Vector3 pos = StringToVector3(tokens[2]); var t = new EmptyTile(pos, tokens[4]); Tiles.Add(t); }