Ejemplo n.º 1
0
 public WMOEditDescriptor(WMOFile file, UI.Dialogs.WMOEditor editor)
 {
     mEditor = editor;
     mFile   = file;
 }
Ejemplo n.º 2
0
 public void OnGameInitialized()
 {
     toolStripStatusLabel1.Text = "Used path: " + Game.GameManager.GamePath;
     Game.GameManager.GraphicsThread.OnFrame += new Game.VideoThread.FrameRenderDelegate(UpdateLogic);
     WMOEditor = new Dialogs.WMOEditor();
 }