Example #1
0
 public static function init()
 {
     if (is_null(self::$game)) {
         self::$game = new self();
     }
     return self::$game;
 }