Guest User

Untitled

a guest
May 19th, 2020
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. using UnityEngine;
  2. using UnityEngine.Playables;
  3. using Skatebirb.Gameplay;
  4.  
  5. namespace Skatebirb.Timeline
  6. {
  7. public class DialogBehaviour : PlayableBehaviour
  8. {
  9. public string dialogName;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment