Initial Commit

This commit is contained in:
Jordon Brooks 2023-06-06 01:53:11 +01:00
commit 47711e93b5
10 changed files with 855 additions and 0 deletions

24
HarmonyLinkUE.uplugin Normal file
View file

@ -0,0 +1,24 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "HarmonyLinkUE",
"Description": "",
"Category": "Other",
"CreatedBy": "Jordon Brooks",
"CreatedByURL": "https://jordongamedev.co.uk",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": true,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "HarmonyLinkUE",
"Type": "Runtime",
"LoadingPhase": "PreLoadingScreen"
}
]
}