C# Class MM2Randomizer.Randomizers.RItemGet

Inheritance: IRandomizer
Datei anzeigen Open project: duckfist/MM2Random

Public Methods

Method Description
RItemGet ( ) : System
Randomize ( Patch patch, Random r ) : void

Shuffle which Robot Master awards Items 1, 2, and 3.

Method Details

RItemGet() public method

public RItemGet ( ) : System
return System

Randomize() public method

Shuffle which Robot Master awards Items 1, 2, and 3.
public Randomize ( Patch patch, Random r ) : void
patch MM2Randomizer.Patcher.Patch
r System.Random
return void