Construct Ability System Component and Attribute Set
This commit is contained in:
@ -9,7 +9,8 @@
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"AdditionalDependencies": [
|
||||
"Engine"
|
||||
"Engine",
|
||||
"GameplayAbilities"
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -29,6 +30,10 @@
|
||||
{
|
||||
"Name": "RenderDocPlugin",
|
||||
"Enabled": false
|
||||
},
|
||||
{
|
||||
"Name": "GameplayAbilities",
|
||||
"Enabled": true
|
||||
}
|
||||
],
|
||||
"TargetPlatforms": [
|
||||
|
Reference in New Issue
Block a user