Ejemplo n.º 1
0
 BubbleAnimatable GetBubbleAnimatable()
 {
     if (this.bubbleAnimatable == null)
     {
         this.bubbleAnimatable = GetComponent <BubbleAnimatable> ();
     }
     return(this.bubbleAnimatable);
 }
Ejemplo n.º 2
0
 void Awake()
 {
     this.bubbleAnimatable = GetComponent <BubbleAnimatable> ();
 }