C# Class GameEntities.RTS_Specific.RTSBuildingAI

Inheritance: AntUnitAI
Datei anzeigen Open project: DarrenHassan/GDM4242-GroupD

Private Properties

Property Type Description

Public Methods

Method Description
GetControlPanelTasks ( ) : List

Protected Methods

Method Description
DoTaskInternal ( AntUnitAI task ) : void
TickTasks ( ) : void

Method Details

DoTaskInternal() protected method

protected DoTaskInternal ( AntUnitAI task ) : void
task AntUnitAI
return void

GetControlPanelTasks() public method

public GetControlPanelTasks ( ) : List
return List

TickTasks() protected method

protected TickTasks ( ) : void
return void