C# Class AutoBoss.TimerObj

Mostra file Open project: WhiteXZ/AutoBoss

Public Properties

Property Type Description
count int
maxCount int>.Dictionary
type BattleType

Public Methods

Method Description
TimerObj ( int c, BattleType t ) : System.Collections.Generic

Method Details

TimerObj() public method

public TimerObj ( int c, BattleType t ) : System.Collections.Generic
c int
t BattleType
return System.Collections.Generic

Property Details

count public_oe property

public int count
return int

maxCount public_oe property

public Dictionary maxCount
return int>.Dictionary

type public_oe property

public BattleType type
return BattleType