using HC3.UI; namespace HC3; /// <summary> /// The entrance to the park /// </summary> public sealed class ParkEntrance : Component, IInspectable { Window IInspectable.Select() { ParkManagement.Show( true ); return null; } }