Moved ZoneGoal and ZoneGoalCoalition from Core to Functional

This commit is contained in:
FlightControl_Master
2017-10-06 13:08:47 +02:00
parent f2afd524ef
commit 5c56e75a60
6 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
--- **Core** -- Base class that models processes to capture a Zone for a Coalition, guarded by another Coalition.
--- **Functional** -- Base class that models processes to capture a Zone for a Coalition, guarded by another Coalition.
--
-- ====
--
@@ -15,7 +15,7 @@
do -- ZoneGoal
--- @type ZONE_CAPTURE_COALITION
-- @extends Core.ZoneGoalCoalition#ZONE_GOAL_COALITION
-- @extends Functional.ZoneGoalCoalition#ZONE_GOAL_COALITION
--- # ZONE_CAPTURE_COALITION class, extends @{ZoneGoalCoalition#ZONE_GOAL_COALITION}