示例#1
0
 private void OnEnable()
 {
     gameplayEvent.RegisterListener(this);
 }
示例#2
0
    public void Initialize(GameplayEventStandard newTurnEvent)
    {
        newTurnEvent.RegisterListener(this);

        BuildCombatActionEffects();
    }