C# Class hds.BuffSkill

Show file Open project: hdneo/mxo-hd

Public Properties

Property Type Description
animationList int[]
buffEndTime long
castDuration int

Public Methods

Method Description
BuffSkill ( int _cast, int _animationList ) : System

Method Details

BuffSkill() public method

public BuffSkill ( int _cast, int _animationList ) : System
_cast int
_animationList int
return System

Property Details

animationList public property

public int[] animationList
return int[]

buffEndTime public property

public long buffEndTime
return long

castDuration public property

public int castDuration
return int