-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProgressionSystem.uplugin
45 lines (45 loc) · 982 Bytes
/
ProgressionSystem.uplugin
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
45
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Progression System",
"Description": "Game feature that implements progression system on the project.",
"Category": "Game Features",
"CreatedBy": "Yevhenii Selivanov & Valerii Rotermel",
"CreatedByURL": "https://github.com/JanSeliv/Bomber",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "mailto:[email protected]",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "ProgressionSystemRuntime",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"ExplicitlyLoaded": true,
"BuiltInInitialFeatureState": "Registered",
"Plugins": [
{
"Name": "MyEditorUtils",
"Enabled": true
},
{
"Name": "PoolManager",
"Enabled": true
},
{
"Name": "MetaCheatManager",
"Enabled": true
},
{
"Name": "SettingsWidgetConstructor",
"Enabled": true
}
]
}