C# Class TargetedMeleeSkill

Inheritance: MeleeSkill
Datei anzeigen Open project: marouen-lamiri/Second-Soul

Protected Properties

Property Type Description
targetCharacter Character,

Public Methods

Method Description
rayCast ( ) : void

Protected Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

rayCast() public method

public rayCast ( ) : void
return void

Property Details

targetCharacter protected_oe property

protected Character, targetCharacter
return Character,