Elin Decompiled Documentation EA 23.153 Nightly
Loading...
Searching...
No Matches
ConBrightnessOfLife.cs
Go to the documentation of this file.
2{
3 public override void OnStart()
4 {
5 (owner.ai as GoalCombat)?.TryAddAbility(6410);
6 }
7
8 public override void OnRemoved()
9 {
10 (owner.ai as GoalCombat)?.TryRemoveAbility(6410);
11 }
12}
override void OnStart()
override void OnRemoved()