123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "sourceFile": "assets/scripts/Game/GameConfig.ts",
- "activeCommit": 0,
- "commits": [
- {
- "activePatchIndex": 6,
- "patches": [
- {
- "date": 1692767847383,
- "content": "Index: \n===================================================================\n--- \n+++ \n"
- },
- {
- "date": 1692767911757,
- "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"
- },
- {
- "date": 1692776575116,
- "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"
- },
- {
- "date": 1692776581266,
- "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"
- },
- {
- "date": 1692785713960,
- "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"
- },
- {
- "date": 1692785724191,
- "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"
- },
- {
- "date": 1692787867738,
- "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"
- }
- ],
- "date": 1692767847383,
- "name": "Commit-0",
- "content": "export class GameConfig {\r\n \r\n}\r\n\r\n\r\n"
- }
- ]
- }
|