/// <summary> /// <para>Calls the Shoot method from the controllable</para> /// </summary> protected void Shoot() { controllable.Shoot(); }