C# Class Smellyriver.TankInspector.Pro.Data.Tank.Scripting.LoaderBasicSkillScript

Inheritance: Smellyriver.TankInspector.Pro.Data.Tank.Scripting.BasicSkillScript
Afficher le fichier Open project: smellyriver/tank-inspector-pro

Méthodes publiques

Méthode Description
LoaderBasicSkillScript ( Func levelGetter ) : System

Méthodes protégées

Méthode Description
Execute ( Smellyriver.TankInspector.Pro.Data.Tank.Scripting.ScriptingContext context, double level ) : void

Method Details

Execute() protected méthode

protected Execute ( Smellyriver.TankInspector.Pro.Data.Tank.Scripting.ScriptingContext context, double level ) : void
context Smellyriver.TankInspector.Pro.Data.Tank.Scripting.ScriptingContext
level double
Résultat void

LoaderBasicSkillScript() public méthode

public LoaderBasicSkillScript ( Func levelGetter ) : System
levelGetter Func
Résultat System