Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public static void RemoveAllRoutines(MyLib.MonoBehaviour behaviour)
  2. {
  3. MyLib.BehaviourData bdata;
  4. if (behaviourDict.TryGetValue(behaviour, out bdata))
  5. {
  6. bdata.routineList.Clear();
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement