示例#1
0
 static void Main()
 {
     using (var program = new AllianceGame())
     {
         program.Run();
     }
 }
示例#2
0
        public ResourceCache(AllianceGame owner)
        {
            FontProvider.Register(this);
            ImageProvider.Register(this);

            Owner = owner;
            LoadContent();
        }