C# Class DivineRightGame.Deity.BlessingManager

For handling blessings
Datei anzeigen Open project: Haedrian/Divine-Right

Public Methods

Method Description
GetAndApplyBlessing ( Actor actor, LogFeedback &logFeedback ) : void

Get a blessing for this particular actor, and apply it.

Method Details

GetAndApplyBlessing() public static method

Get a blessing for this particular actor, and apply it.
public static GetAndApplyBlessing ( Actor actor, LogFeedback &logFeedback ) : void
actor DRObjects.Actor
logFeedback DRObjects.GraphicsEngineObjects.LogFeedback
return void