12 lines
221 B
C#
12 lines
221 B
C#
namespace DDD
|
|
{
|
|
public class RestaurantHud : BaseUi
|
|
{
|
|
protected override void OnCreatedInitialize()
|
|
{
|
|
base.OnCreatedInitialize();
|
|
|
|
OpenPanel();
|
|
}
|
|
}
|
|
} |