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