forked from insert-coin/CloudyGamePlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCloudyGamePlugin.uplugin
39 lines (39 loc) · 1011 Bytes
/
CloudyGamePlugin.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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "CloudyGamePlugin",
"Description": "",
"Category": "Other",
"CreatedBy": "Insert Coin",
"CreatedByURL": "https://github.com/insert-coin/CloudyGamePlugin",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "https://github.com/insert-coin/CloudyGamePlugin",
"Modules":
[
{
"Name": "CloudyWebConnector",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "CloudyPlayerManager",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name" : "CloudyRemoteController",
"Type" : "Runtime"
},
{
"Name": "CloudyGameStateAPI",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
"Installed": false
}