27 lines
393 B
Plaintext
27 lines
393 B
Plaintext
note
|
|
description: "[
|
|
A {LOCATION_WIDGET} used specifically for building land areas
|
|
that are not ports, such as Asia and Kamchatka.
|
|
]"
|
|
author: "Jimmy J. Johnson"
|
|
|
|
class
|
|
LAND_WIDGET
|
|
|
|
inherit
|
|
|
|
LOCATION_WIDGET
|
|
redefine
|
|
target_imp
|
|
end
|
|
|
|
create
|
|
default_create
|
|
|
|
feature {NONE} -- Implementation
|
|
|
|
target_imp: detachable LAND
|
|
-- Anchor for the `target' represented by Current
|
|
|
|
end
|