namespace DDD { public class RestaurantHud : BaseUi { protected override void OnCreatedInitialize() { base.OnCreatedInitialize(); OpenPanel(); } } }