public Coin(ContentManager content, Vector2 _position, string name) : base(content, _position, name) { animation = new CoinAnimation() { scale = 0.1f }; Position += new Vector2(21, 20); }
public void Awake() { Instance = this; }