C# 클래스 smb3rr.Randomizer

파일 보기 프로젝트 열기: CujoIHSV/SMB3RR 1 사용 예제들

공개 메소드들

메소드 설명
CreateRom ( ) : string
Randomizer ( string oldRomPath_, List levelTree ) : System
Randomizer ( string oldRomPath_, string fullSeed ) : System

비공개 메소드들

메소드 설명
ExtractLevelFlags ( IEnumerable levelTree ) : bool?[]
GenerateFullSeed ( bool longSeed ) : string
Randomizer ( ) : System
SeparateFullSeed ( string fullSeed ) : void

메소드 상세

CreateRom() 공개 메소드

public CreateRom ( ) : string
리턴 string

Randomizer() 공개 메소드

public Randomizer ( string oldRomPath_, List levelTree ) : System
oldRomPath_ string
levelTree List
리턴 System

Randomizer() 공개 메소드

public Randomizer ( string oldRomPath_, string fullSeed ) : System
oldRomPath_ string
fullSeed string
리턴 System