Initialize repo

This commit is contained in:
MrRobin
2023-10-28 02:46:42 +02:00
parent df5ab7bec8
commit 1a7c2f384b
10 changed files with 1100 additions and 0 deletions

25
CommonTime.uplugin Normal file
View File

@ -0,0 +1,25 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "CommonTime",
"Description": "",
"Category": "Editor",
"CreatedBy": "MrRobinOfficial",
"CreatedByURL": "https://github.com/MrRobinOfficial",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "CommonTime",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}