haxis/Plugins/SkillTree/SkillTree.uplugin

28 lines
782 B
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Skill Tree Plugin",
"Description": "A plugin to design the skill tree.",
"Category": "2D",
"CreatedBy": "Yoshi van Belkom",
"CreatedByURL": "http://www.farsquad.com/",
"DocsURL": "http://iamfromtheinternet.nl/wiki/index.php/Programming_Documentation",
"MarketplaceURL": "",
"SupportURL": "http://iamfromtheinternet.nl/wiki/index.php/Programming_Documentation",
"Modules": [
{
"Name": "SkillTree",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "SkillTreeEditor",
"Type": "Editor"
}
],
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"Installed": false
}