-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJoyCore.uplugin
More file actions
29 lines (29 loc) · 813 Bytes
/
JoyCore.uplugin
File metadata and controls
29 lines (29 loc) · 813 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "JoyCore",
"Description": "Plugin with generally-useful tools and utilities as well as functionality for creating and reacting to deep gameplay systems using data-driven events, rules, traits, and reactions.",
"Category": "Framework",
"CreatedBy": "Trent Polack",
"CreatedByURL": "https://trentpolack.com",
"DocsURL": "https://github.com/trentpolack/JoyCore",
"MarketplaceURL": "",
"SupportURL": "https://github.com/trentpolack/JoyCore",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "JoyCore",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "JoyCoreEditor",
"Type": "Editor",
"LoadingPhase": "Default"
}
]
}