コード例 #1
0
ファイル: Core.cs プロジェクト: XZelnar/MicroWorld
 internal new static void StaticInit()
 {
     s_closeup           = new GUI.CoreCloseup();
     s_closeup.isVisible = true;
     s_closeup.Initialize();
     s_closeup.LoadContent();
 }
コード例 #2
0
ファイル: Core.cs プロジェクト: XZelnar/MicroWorld
 internal static new void StaticInit()
 {
     s_closeup = new GUI.CoreCloseup();
     s_closeup.isVisible = true;
     s_closeup.Initialize();
     s_closeup.LoadContent();
 }