static void Main(string[] args) { RockPaperScissors.RockPaperScissorsGame game = new RockPaperScissors.RockPaperScissorsGame(); game.Play(); }
static void Main(string[] args) { // Namespace.Class ObjectName = new Namespace.Class() RockPaperScissors.RockPaperScissorsGame game = new RockPaperScissors.RockPaperScissorsGame(); game.Play(); }