GameConfig.ts.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "sourceFile": "assets/scripts/Game/GameConfig.ts",
  3. "activeCommit": 0,
  4. "commits": [
  5. {
  6. "activePatchIndex": 6,
  7. "patches": [
  8. {
  9. "date": 1692767847383,
  10. "content": "Index: \n===================================================================\n--- \n+++ \n"
  11. },
  12. {
  13. "date": 1692767911757,
  14. "content": "Index: \n===================================================================\n--- \n+++ \n@@ -0,0 +1,9 @@\n+export class GameConfig {\r\n+ PlayerType: {\r\n+ Police: 1,\r\n+ TheMasses: 2,\r\n+ Thief: 3\r\n+ }\r\n+}\r\n+\r\n+\r\n"
  15. },
  16. {
  17. "date": 1692776575116,
  18. "content": "Index: \n===================================================================\n--- \n+++ \n@@ -0,0 +1,9 @@\n+export class GameConfig {\r\n+ public static PlayerType: {\r\n+ Police: 1,\r\n+ TheMasses: 2,\r\n+ Thief: 3\r\n+ }\r\n+}\r\n+\r\n+\r\n"
  19. },
  20. {
  21. "date": 1692776581266,
  22. "content": "Index: \n===================================================================\n--- \n+++ \n@@ -0,0 +1,9 @@\n+export class GameConfig {\r\n+ public static PlayerType = {\r\n+ Police: 1,\r\n+ TheMasses: 2,\r\n+ Thief: 3\r\n+ }\r\n+}\r\n+\r\n+\r\n"
  23. },
  24. {
  25. "date": 1692785713960,
  26. "content": "Index: \n===================================================================\n--- \n+++ \n@@ -0,0 +1,13 @@\n+export class GameConfig {\r\n+ public static PlayerType = {\r\n+ Police: 1,\r\n+ TheMasses: 2,\r\n+ Thief: 3\r\n+ }\r\n+\r\n+ public static gameSaveData = {\r\n+ \r\n+ }\r\n+}\r\n+\r\n+\r\n"
  27. },
  28. {
  29. "date": 1692785724191,
  30. "content": "Index: \n===================================================================\n--- \n+++ \n@@ -0,0 +1,15 @@\n+export class GameConfig {\r\n+ public static PlayerType = {\r\n+ Police: 1,\r\n+ TheMasses: 2,\r\n+ Thief: 3\r\n+ }\r\n+\r\n+ public static gameSaveData = {\r\n+ gender: 0,\r\n+ thiefDir: 0,\r\n+ theMassesDir: []\r\n+ }\r\n+}\r\n+\r\n+\r\n"
  31. },
  32. {
  33. "date": 1692787867738,
  34. "content": "Index: \n===================================================================\n--- \n+++ \n@@ -0,0 +1,20 @@\n+export class GameConfig {\r\n+ public static PlayerType = {\r\n+ Police: 1,\r\n+ TheMasses: 2,\r\n+ Thief: 3\r\n+ }\r\n+\r\n+ public static gameSaveData = {\r\n+ gender: 0,\r\n+ thiefDir: 0,\r\n+ theMassesDir: []\r\n+ }\r\n+\r\n+ public static selectType = {\r\n+ Success: 1,\r\n+ Failed: 2\r\n+ }\r\n+}\r\n+\r\n+\r\n"
  35. }
  36. ],
  37. "date": 1692767847383,
  38. "name": "Commit-0",
  39. "content": "export class GameConfig {\r\n \r\n}\r\n\r\n\r\n"
  40. }
  41. ]
  42. }