C# 클래스 LKCamelot.script.item.AuctionItem

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

공개 프로퍼티들

프로퍼티 타입 설명
agoldprice long
buyerSerial int
flags int
goldprice ulong
item Item
sellerSerial int
state aucState

공개 메소드들

메소드 설명
AuctionItem ( Item item, ulong goldprice, int flags, long agoldprice ) : System

메소드 상세

AuctionItem() 공개 메소드

public AuctionItem ( Item item, ulong goldprice, int flags, long agoldprice ) : System
item Item
goldprice ulong
flags int
agoldprice long
리턴 System

프로퍼티 상세

agoldprice 공개적으로 프로퍼티

public long agoldprice
리턴 long

buyerSerial 공개적으로 프로퍼티

public int buyerSerial
리턴 int

flags 공개적으로 프로퍼티

public int flags
리턴 int

goldprice 공개적으로 프로퍼티

public ulong goldprice
리턴 ulong

item 공개적으로 프로퍼티

public Item item
리턴 Item

sellerSerial 공개적으로 프로퍼티

public int sellerSerial
리턴 int

state 공개적으로 프로퍼티

public aucState state
리턴 aucState