C# Class SkillshopTrigger, Castle-Bashers

Inheritance: MonoBehaviour
Exibir arquivo Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
skillArray int[]
skillClassID int

Public Methods

Method Description
GetSkillList ( ) : List
OnTriggerEnter ( Collider other ) : void
Start ( ) : void

Method Details

GetSkillList() public method

public GetSkillList ( ) : List
return List

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Property Details

skillArray public_oe property

public int[] skillArray
return int[]

skillClassID public_oe property

public int skillClassID
return int