C# Class Dices.DiceManager

Show file Open project: Kursledare/Mookieraw

Public Methods

Method Description
DiceManager ( ) : System.Collections.Generic
RollAll ( ) : int

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

Method Details

DiceManager() public method

public DiceManager ( ) : System.Collections.Generic
return System.Collections.Generic

RollAll() public method

Rolls all the dice held by the manager. This is a barebones version that will likely change.
public RollAll ( ) : int
return int