public void Initialize(Vector2 windowSize, AnimatedSprite shipAnimation, ParticleEngine engineAnimation) { WindowSize = windowSize; ShipAnimation = shipAnimation; EngineAnimation = engineAnimation; Active = true; }