C# 클래스 PotionGen, chrawl

파일 보기 프로젝트 열기: PentaHelix/chrawl

공개 프로퍼티들

프로퍼티 타입 설명
potionColors List

공개 메소드들

메소드 설명
GetColor ( string effect ) : Color
RandomColor ( ) : Color
RandomEffect ( ) : string
RandomShape ( ) : string
SetupPotions ( ) : void

메소드 상세

GetColor() 공개 정적인 메소드

public static GetColor ( string effect ) : Color
effect string
리턴 Color

RandomColor() 공개 정적인 메소드

public static RandomColor ( ) : Color
리턴 Color

RandomEffect() 공개 정적인 메소드

public static RandomEffect ( ) : string
리턴 string

RandomShape() 공개 정적인 메소드

public static RandomShape ( ) : string
리턴 string

SetupPotions() 공개 정적인 메소드

public static SetupPotions ( ) : void
리턴 void

프로퍼티 상세

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

public static List potionColors
리턴 List