コード例 #1
0
ファイル: Game.php プロジェクト: mbabenko21/likedimion-game
 public static function init()
 {
     if (is_null(self::$game)) {
         self::$game = new self();
     }
     return self::$game;
 }