PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/tools/PhyreFly/src/PFGlobals.cs

https://bitbucket.org/drummertom999/phyreballs
C# | 18 lines | 16 code | 2 blank | 0 comment | 0 complexity | 049058a9f730f24374eb7c6e4b6975fd MD5 | raw file
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace PhyreFly
  6. {
  7. class PFGlobals
  8. {
  9. public static string PhyreEngineSDKRoot;
  10. public static string TextEditor = "notepad.exe";
  11. public static string AssetSpecFile = "PhyreAssetSpec.xml";
  12. public static MainForm MainWindow = null;
  13. public static string XmlFile;
  14. public static string XmlFileDir;
  15. }
  16. }