Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     if (!GetComponent <Decoupler>())
     {
         decoupler = Parent.GetComponent <Decoupler>();
         decoupler.kids.Add(gameObject);
     }
     //vessel = transform.root.GetComponent<Vessel>();
 }
Exemplo n.º 2
0
 public static void Postfix(int ___lastNoteId)
 {
     Decoupler.ReInitFCEffectMB(___lastNoteId);
 }