C# 클래스 Smellyriver.TankInspector.Pro.Data.Tank.Scripting.LoaderBasicSkillScript

상속: Smellyriver.TankInspector.Pro.Data.Tank.Scripting.BasicSkillScript
파일 보기 프로젝트 열기: smellyriver/tank-inspector-pro

공개 메소드들

메소드 설명
LoaderBasicSkillScript ( Func levelGetter ) : System

보호된 메소드들

메소드 설명
Execute ( Smellyriver.TankInspector.Pro.Data.Tank.Scripting.ScriptingContext context, double level ) : void

메소드 상세

Execute() 보호된 메소드

protected Execute ( Smellyriver.TankInspector.Pro.Data.Tank.Scripting.ScriptingContext context, double level ) : void
context Smellyriver.TankInspector.Pro.Data.Tank.Scripting.ScriptingContext
level double
리턴 void

LoaderBasicSkillScript() 공개 메소드

public LoaderBasicSkillScript ( Func levelGetter ) : System
levelGetter Func
리턴 System