Loading...
Searching...
No Matches
CityBuilderCore.IScoreModifier Interface Reference

Detailed Description

a modifier applied to the result of a score, is registered with IScoresCalculator

Inheritance diagram for CityBuilderCore.IScoreModifier:
CityBuilderCore.ScoreModifierHappening

Public Member Functions

int Modify (int value)
 modifies the score value
 

Properties

Score Score [get]
 the score this modifier applies to
 

Member Function Documentation

◆ Modify()

int CityBuilderCore.IScoreModifier.Modify ( int value)

modifies the score value

Parameters
valuevalue of the score
Returns
the modified value

Implemented in CityBuilderCore.ScoreModifierHappening.