- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInteractionSystem.uplugin
More file actions
Latest commit
30 lines (30 loc) · 555 Bytes
/
Copy pathInteractionSystem.uplugin
File metadata and controls
30 lines (30 loc) · 555 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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "InteractionSystem",
"Description": "Interaction System",
"Category": "Other",
"CreatedBy": "JiRath",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "InteractionSystem",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
}
],
"Plugins": [
{
"Name": "GameplayBehaviors",
"Enabled": true
}
]
}