示例#1
0
 public UISmokeEditWindow OpenSmokeEditor(ModuleWaterfallSmoke toEdit)
 {
     if (smokeEditWindow != null)
     {
     }
     else
     {
         smokeEditWindow = new UISmokeEditWindow(toEdit, true);
     }
     return(smokeEditWindow);
 }