Пример #1
0
 public static GameRunner Instance()
 {
     return(_instance ?? (_instance = new GameRunner()));
 }