Advertisement
NomadicWarrior

Constant script

Apr 12th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. namespace AssemblyCSharp
  5. {
  6.  
  7. [System.Serializable]
  8. public class Constant
  9. {
  10. public string apiKey = "1434eaf1f44240d24163f72a9ed941f698c9eae00bb1c9aea78fdae678236332";
  11. public string secretKey = "8bb69087120d2f51ac2660520d7d7705ab6724e2dd8837eba27ef2b0b946e3a2";
  12. public string gameName = "Ya Umnee";
  13. public string userName;
  14. public string sessionId;
  15. public string emailId;
  16. public string dbName;
  17. public string password;
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement