forked from getnamo/MassCommunitySample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMassCommunitySample.uplugin
More file actions
44 lines (43 loc) · 874 Bytes
/
MassCommunitySample.uplugin
File metadata and controls
44 lines (43 loc) · 874 Bytes
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
42
43
44
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.5",
"FriendlyName": "MassCommunitySample",
"Description": "A community sample for Mass! Documentation for Mass in the readme.",
"Category": "Other",
"CreatedBy": "",
"CreatedByURL": "https://github.com/Megafunk/MassSample",
"DocsURL": "https://github.com/Megafunk/MassSample/blob/main/README.md",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"EnabledByDefault": true,
"Installed": false,
"Modules": [
{
"Name": "MassCommunitySample",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "MassEntity",
"Enabled": true
},
{
"Name": "MassGameplay",
"Enabled": true
},
{
"Name": "MassAI",
"Enabled": true
},
{
"Name": "MassCrowd",
"Enabled": true
}
]
}