28 lines
438 B
Plaintext
28 lines
438 B
Plaintext
|
note
|
||
|
description: "[
|
||
|
An {AIR_UNIT} belonging to the Japanese player in VITP
|
||
|
]"
|
||
|
author: "Jimmy J. Johnson"
|
||
|
date: "3/15/24"
|
||
|
copyright: "Copyright (c) 2024, Jimmy J. Johnson"
|
||
|
license: "Eiffel Forum v2 (http://www.eiffel.com/licensing/forum.txt)"
|
||
|
|
||
|
deferred class
|
||
|
JAPANESE_AIR_UNIT
|
||
|
|
||
|
inherit
|
||
|
|
||
|
JAPANESE_UNIT
|
||
|
undefine
|
||
|
patrol_distance,
|
||
|
raid_distance,
|
||
|
arrival_location
|
||
|
end
|
||
|
|
||
|
AIR_UNIT
|
||
|
undefine
|
||
|
make
|
||
|
end
|
||
|
|
||
|
end
|