Variable Game.name

Declaration

class Game
{
  // ...
  string name;
  // ...
}