示例#1
0
 public virtual void Start(Game game)
 {
     if (OwnedGames.Contains(game))
     {
         game.Start();
     }
 }