C# Class HoloXPLOR.Models.HoloTable.ShipLoadout

Mostrar archivo Open project: dolkensp/HoloXPLOR Class Usage Examples

Public Methods

Method Description
ShipLoadout ( DetailModel model ) : System
ShipLoadout ( String targetShip ) : System
_Flatten ( IEnumerable items ) : IEnumerable
_Flatten ( IEnumerable items ) : IEnumerable

Private Methods

Method Description
_Flatten ( IEnumerable parts ) : IEnumerable

Method Details

ShipLoadout() public method

public ShipLoadout ( DetailModel model ) : System
model DetailModel
return System

ShipLoadout() public method

public ShipLoadout ( String targetShip ) : System
targetShip String
return System

_Flatten() public method

public _Flatten ( IEnumerable items ) : IEnumerable
items IEnumerable
return IEnumerable

_Flatten() public method

public _Flatten ( IEnumerable items ) : IEnumerable
items IEnumerable
return IEnumerable