Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

29 lines
659 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "0.1",
"FriendlyName" : "Gameplay Graph",
"Description" : "A graph representation model and common graph alogrithms that can be used for gameplay.",
"Category": "Gameplay",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"ExplicitlyLoaded": true,
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"IsExperimentalVersion": true,
"Installed" : false,
"Modules": [
{
"Name": "GameplayGraph",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
]
}