C# Class MM2Randomizer.Randomizers.Colors.RColors

Stage Color Palette Randomizer
Inheritance: IRandomizer
Afficher le fichier Open project: duckfist/MM2Random

Méthodes publiques

Свойство Type Description
MegaManColorAddressJ int
MegaManColorAddressU int

Private Properties

Свойство Type Description
RandomizeBossColors void
RandomizeStageColors void
RandomizeStageSelectColors void
RandomizeWeaponColors void

Méthodes publiques

Méthode Description
RColors ( ) : System
Randomize ( Patch p, Random r ) : void

Private Methods

Méthode Description
RandomizeBossColors ( Patch p, Random r ) : void
RandomizeStageColors ( Patch p, Random r ) : void
RandomizeStageSelectColors ( Patch p, Random r ) : void
RandomizeWeaponColors ( Patch p, Random r ) : void

Method Details

RColors() public méthode

public RColors ( ) : System
Résultat System

Randomize() public méthode

public Randomize ( Patch p, Random r ) : void
p MM2Randomizer.Patcher.Patch
r System.Random
Résultat void

Property Details

MegaManColorAddressJ public_oe static_oe property

public static int MegaManColorAddressJ
Résultat int

MegaManColorAddressU public_oe static_oe property

public static int MegaManColorAddressU
Résultat int