first commit

This commit is contained in:
2025-07-03 19:02:47 +02:00
parent e32143bba7
commit 8d8d6f0103
324 changed files with 6415 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1.0",
"FriendlyName": "CommonTime",
"Description": "Provides an editor view for editing DateTime and Timespan values.",
"Category": "Editor",
"CreatedBy": "MrRobinOfficial",
"CreatedByURL": "https://github.com/MrRobinOfficial",
"DocsURL": "https://github.com/MrRobinOfficial/Unreal-CommonTime",
"MarketplaceURL": "",
"SupportURL": "https://github.com/MrRobinOfficial/Unreal-CommonTime/issues",
"CanContainContent": true,
"Installed": true,
"Modules": [
{
"Name": "CommonTime",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
]
}