make setFenceAssort and setFenceDiscountAssort public
This commit is contained in:
parent
285f65bb8d
commit
e591ea9e8f
@ -59,7 +59,7 @@ export class FenceService
|
|||||||
* Replace main fence assort with new assort
|
* Replace main fence assort with new assort
|
||||||
* @param assort New assorts to replace old with
|
* @param assort New assorts to replace old with
|
||||||
*/
|
*/
|
||||||
protected setFenceAssort(assort: ITraderAssort): void
|
public setFenceAssort(assort: ITraderAssort): void
|
||||||
{
|
{
|
||||||
this.fenceAssort = assort;
|
this.fenceAssort = assort;
|
||||||
}
|
}
|
||||||
@ -68,7 +68,7 @@ export class FenceService
|
|||||||
* Replace high rep level fence assort with new assort
|
* Replace high rep level fence assort with new assort
|
||||||
* @param assort New assorts to replace old with
|
* @param assort New assorts to replace old with
|
||||||
*/
|
*/
|
||||||
protected setFenceDiscountAssort(assort: ITraderAssort): void
|
public setFenceDiscountAssort(assort: ITraderAssort): void
|
||||||
{
|
{
|
||||||
this.fenceDiscountAssort = assort;
|
this.fenceDiscountAssort = assort;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user