// Use this for initialization
 void Start()
 {
     m = character.GetComponent <LBActionManager> ();
     t = gameObject.GetComponent <Text> ();
 }
 protected virtual void Start()
 {
     m = GetComponent <LBActionManager> ();
 }