//konstruktor public Game1() { graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; S = new Spelare1(SpelareSkottPos); }