using System; using UnityEngine.Playables; [Serializable] public class BuffAttackBehaviour : PlayableBehaviour { public override void OnPlayableCreate (Playable playable) { } }