C# Class InventoriesSample.Dummy.DummyMasters

Show file Open project: ufcpp/UfcppSample

Public Properties

Property Type Description
UnitMasters UnitMaster>.IReadOnlyDictionary

Public Methods

Method Description
GetRandomLeader ( ) : UnitMaster
GetRandomServant ( ) : UnitMaster

Private Methods

Method Description
GetRandom ( IReadOnlyList list ) : UnitMaster

Method Details

GetRandomLeader() public method

public GetRandomLeader ( ) : UnitMaster
return UnitMaster

GetRandomServant() public method

public GetRandomServant ( ) : UnitMaster
return UnitMaster

Property Details

UnitMasters public static property

public static IReadOnlyDictionary UnitMasters
return UnitMaster>.IReadOnlyDictionary