C# 클래스 wServer.realm.entities.Merchants

상속: wServer.realm.entities.SellableObject
파일 보기 프로젝트 열기: C453/OryxKingdom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
prices Dictionary>
shopLists int[]>.Dictionary
store10List int[]
store1List int[]
store2List int[]
store3List int[]
store4List int[]
store5List int[]
store6List int[]
store7List int[]
store8List int[]
store9List int[]
trueMType int
truePrice CurrencyType>.Tuple

공개 메소드들

메소드 설명
Buy ( Player player ) : void
Merchants ( short objType ) : System

보호된 메소드들

메소드 설명
ExportStats ( object>.IDictionary stats ) : void
ImportStats ( StatsType stats, object val ) : void
TryDeduct ( Player player ) : bool

메소드 상세

Buy() 공개 메소드

public Buy ( Player player ) : void
player Player
리턴 void

ExportStats() 보호된 메소드

protected ExportStats ( object>.IDictionary stats ) : void
stats object>.IDictionary
리턴 void

ImportStats() 보호된 메소드

protected ImportStats ( StatsType stats, object val ) : void
stats StatsType
val object
리턴 void

Merchants() 공개 메소드

public Merchants ( short objType ) : System
objType short
리턴 System

TryDeduct() 보호된 메소드

protected TryDeduct ( Player player ) : bool
player Player
리턴 bool

프로퍼티 상세

prices 공개적으로 프로퍼티

public Dictionary> prices
리턴 Dictionary>

shopLists 공개적으로 프로퍼티

public Dictionary shopLists
리턴 int[]>.Dictionary

store10List 공개적으로 프로퍼티

public int[] store10List
리턴 int[]

store1List 공개적으로 프로퍼티

public int[] store1List
리턴 int[]

store2List 공개적으로 프로퍼티

public int[] store2List
리턴 int[]

store3List 공개적으로 프로퍼티

public int[] store3List
리턴 int[]

store4List 공개적으로 프로퍼티

public int[] store4List
리턴 int[]

store5List 공개적으로 프로퍼티

public int[] store5List
리턴 int[]

store6List 공개적으로 프로퍼티

public int[] store6List
리턴 int[]

store7List 공개적으로 프로퍼티

public int[] store7List
리턴 int[]

store8List 공개적으로 프로퍼티

public int[] store8List
리턴 int[]

store9List 공개적으로 프로퍼티

public int[] store9List
리턴 int[]

trueMType 공개적으로 프로퍼티

public int trueMType
리턴 int

truePrice 공개적으로 프로퍼티

public Tuple truePrice
리턴 CurrencyType>.Tuple