C# Class HeavyGragas.Modes.ModeBase

Show file Open project: Enochen/EloBuddy

Protected Properties

Property Type Description
LastQThrow float

Public Methods

Method Description
Execute ( ) : void
ShouldBeExecuted ( ) : bool

Protected Methods

Method Description
CastE ( Obj_AI_Base target ) : bool
CastQ1 ( Vector3 pos ) : void

Method Details

CastE() protected method

protected CastE ( Obj_AI_Base target ) : bool
target Obj_AI_Base
return bool

CastQ1() protected method

protected CastQ1 ( Vector3 pos ) : void
pos Vector3
return void

Execute() public abstract method

public abstract Execute ( ) : void
return void

ShouldBeExecuted() public abstract method

public abstract ShouldBeExecuted ( ) : bool
return bool

Property Details

LastQThrow protected property

protected float LastQThrow
return float