C# Класс AutoBoss.TimerObj

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
count int
maxCount int>.Dictionary
type BattleType

Открытые методы

Метод Описание
TimerObj ( int c, BattleType t ) : System.Collections.Generic

Описание методов

TimerObj() публичный Метод

public TimerObj ( int c, BattleType t ) : System.Collections.Generic
c int
t BattleType
Результат System.Collections.Generic

Описание свойств

count публичное свойство

public int count
Результат int

maxCount публичное свойство

public Dictionary maxCount
Результат int>.Dictionary

type публичное свойство

public BattleType type
Результат BattleType