C# Class Beyond_Beyaan.FleetGroup

Datei anzeigen Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method Description
FleetGroup ( List fleets ) : System.Collections.Generic
SelectFleet ( int whichFleet ) : void
SplitFleet ( Empire empire ) : void

Method Details

FleetGroup() public method

public FleetGroup ( List fleets ) : System.Collections.Generic
fleets List
return System.Collections.Generic

SelectFleet() public method

public SelectFleet ( int whichFleet ) : void
whichFleet int
return void

SplitFleet() public method

public SplitFleet ( Empire empire ) : void
empire Empire
return void