Пример #1
0
 internal new static void StaticInit()
 {
     s_closeup           = new GUI.CoreCloseup();
     s_closeup.isVisible = true;
     s_closeup.Initialize();
     s_closeup.LoadContent();
 }
Пример #2
0
 internal static new void StaticInit()
 {
     s_closeup = new GUI.CoreCloseup();
     s_closeup.isVisible = true;
     s_closeup.Initialize();
     s_closeup.LoadContent();
 }