Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using UnityEngine;
- using UnityEngine.Playables;
- using Skatebirb.Gameplay;
- namespace Skatebirb.Timeline
- {
- public class DialogBehaviour : PlayableBehaviour
- {
- public string dialogName;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment