BubbleAnimatable GetBubbleAnimatable()
 {
     if (this.bubbleAnimatable == null)
     {
         this.bubbleAnimatable = GetComponent <BubbleAnimatable> ();
     }
     return(this.bubbleAnimatable);
 }
 void Awake()
 {
     this.bubbleAnimatable = GetComponent <BubbleAnimatable> ();
 }