C# 클래스 ExampleMod.ExampleCustomCurrency

상속: CustomCurrencySingleCoin
파일 보기 프로젝트 열기: bluemagic123/tModLoader

공개 프로퍼티들

프로퍼티 타입 설명
ExampleCustomCurrencyTextColor Color

공개 메소드들

메소드 설명
ExampleCustomCurrency ( int coinItemID, long currencyCap ) : Microsoft.Xna.Framework
GetPriceText ( string lines, int &currentLine, int price ) : void

메소드 상세

ExampleCustomCurrency() 공개 메소드

public ExampleCustomCurrency ( int coinItemID, long currencyCap ) : Microsoft.Xna.Framework
coinItemID int
currencyCap long
리턴 Microsoft.Xna.Framework

GetPriceText() 공개 메소드

public GetPriceText ( string lines, int &currentLine, int price ) : void
lines string
currentLine int
price int
리턴 void

프로퍼티 상세

ExampleCustomCurrencyTextColor 공개적으로 프로퍼티

public Color ExampleCustomCurrencyTextColor
리턴 Color