forked from FirstGearGames/FishNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFishNet.Runtime.asmdef
More file actions
41 lines (41 loc) · 1.14 KB
/
FishNet.Runtime.asmdef
File metadata and controls
41 lines (41 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "FishNet.Runtime",
"rootNamespace": "",
"references": [
"GUID:894a6cc6ed5cd2645bb542978cbed6a9",
"GUID:1d82bdf40e2465b44b34adf79595e74c",
"GUID:d8b63aba1907145bea998dd612889d6b",
"GUID:2665a8d13d1b3f18800f46e256720795",
"GUID:e0cd26848372d4e5c891c569017e11f1"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.veriorpies.parrelsync",
"expression": "1.2",
"define": "PARRELSYNC"
},
{
"name": "com.unity.mathematics",
"expression": "1.2.6",
"define": "UNITYMATHEMATICS"
},
{
"name": "com.unity.mathematics",
"expression": "1.3.1",
"define": "UNITYMATHEMATICS_131"
},
{
"name": "com.unity.mathematics",
"expression": "1.3.2",
"define": "UNITYMATHEMATICS_132"
}
],
"noEngineReferences": false
}