Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3.  
  4. namespace Launcher.WesT
  5. {
  6. class Globals
  7. {
  8.  
  9. private Config Configs_ = null;
  10. public string URLL()
  11. {
  12. Configs_ = Config.GetConfigs();
  13. Configs_.LoadLocalConfig("config.wz", "21456");
  14. string SITE = Configs_.LINKUP;
  15.  
  16. return (SITE);
  17. }
  18.  
  19. public static string ServerURL = URLL();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement