C# Класс DotManager, verthex

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DotManager ( ) : System.Collections
GetDot ( Section, sc ) : Dot,
NextTurn ( ) : void
RegisterDot ( Section, sc, int damage ) : void
RemoveDot ( Section, sc ) : void

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

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

public DotManager ( ) : System.Collections
Результат System.Collections

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

public GetDot ( Section, sc ) : Dot,
sc Section,
Результат Dot,

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

public NextTurn ( ) : void
Результат void

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

public RegisterDot ( Section, sc, int damage ) : void
sc Section,
damage int
Результат void

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

public RemoveDot ( Section, sc ) : void
sc Section,
Результат void