C# 클래스 MM2Randomizer.Randomizers.RWeaponNames

상속: IRandomizer
파일 보기 프로젝트 열기: duckfist/MM2Random

공개 프로퍼티들

프로퍼티 타입 설명
MAX_CHARS int
offsetAtomicFire int
offsetLetters int

공개 메소드들

메소드 설명
RWeaponNames ( ) : System
Randomize ( Patch p, Random r ) : void

비공개 메소드들

메소드 설명
GetRandomName ( Random r ) : string

메소드 상세

RWeaponNames() 공개 메소드

public RWeaponNames ( ) : System
리턴 System

Randomize() 공개 메소드

public Randomize ( Patch p, Random r ) : void
p MM2Randomizer.Patcher.Patch
r System.Random
리턴 void

프로퍼티 상세

MAX_CHARS 공개적으로 정적으로 프로퍼티

public static int MAX_CHARS
리턴 int

offsetAtomicFire 공개적으로 정적으로 프로퍼티

public static int offsetAtomicFire
리턴 int

offsetLetters 공개적으로 정적으로 프로퍼티

public static int offsetLetters
리턴 int