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

24 lines
485 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "State Graph",
"Description": "Generic state machine management class.",
"Category": "Other",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"EnabledByDefault": false,
"Modules": [
{
"Name": "StateGraph",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
},
{
"Name": "StateGraphManager",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit"
}
]
}