protected void follow_me() { if (SQD != null) { SQD.FollowMe(); } }
public override void Draw() { if (SQD != null) { SQD.Draw(); } }