C# Класс Dices.DiceManager

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

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

Метод Описание
DiceManager ( ) : System.Collections.Generic
RollAll ( ) : int

Rolls all the dice held by the manager. This is a barebones version that will likely change.

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

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

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

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

Rolls all the dice held by the manager. This is a barebones version that will likely change.
public RollAll ( ) : int
Результат int