namespace GameLogic.Combat.CombatGuide { public class GuideBasic { public void Update() { ProUpdate(); } protected virtual void ProUpdate() { } } }