mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-18 16:30:32 +00:00
cd98f86005
- License file and initial readme file. - Plugin and module base configuration. - Repository configuration.
23 lines
410 B
Plaintext
23 lines
410 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 1,
|
|
"VersionName": "1.0",
|
|
"FriendlyName": "ImGui",
|
|
"Description": "",
|
|
"Category": "Debug",
|
|
"CreatedBy": "",
|
|
"CreatedByURL": "",
|
|
"DocsURL": "",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "",
|
|
"CanContainContent": true,
|
|
"IsBetaVersion": false,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "ImGui",
|
|
"Type": "RuntimeNoCommandlet",
|
|
"LoadingPhase": "PreDefault"
|
|
}
|
|
]
|
|
} |