public MapPlayer(MapScreen parent) { this.parent = parent; this.texture = Master.texCollection.texMapPlayer; }
public void Initialize(MapScreen parent, Game game) { this.parent = parent; this.game = game; }