init
This commit is contained in:
27
jj_vitp/Implementation/classes/units/allied_air_unit.e
Normal file
27
jj_vitp/Implementation/classes/units/allied_air_unit.e
Normal file
@@ -0,0 +1,27 @@
|
||||
note
|
||||
description: "[
|
||||
An {AIR_UNIT} belonging to the Allied player in VITP
|
||||
]"
|
||||
author: "Jimmy J. Johnson"
|
||||
date: "3/15/24"
|
||||
copyright: "Copyright (c) 2021, Jimmy J. Johnson"
|
||||
license: "Eiffel Forum v2 (http://www.eiffel.com/licensing/forum.txt)"
|
||||
|
||||
deferred class
|
||||
ALLIED_AIR_UNIT
|
||||
|
||||
inherit
|
||||
|
||||
ALLIED_UNIT
|
||||
undefine
|
||||
patrol_distance,
|
||||
raid_distance,
|
||||
arrival_location
|
||||
end
|
||||
|
||||
AIR_UNIT
|
||||
undefine
|
||||
make
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user