C# 클래스 Snowshoes.Common.SnagIt

파일 보기 프로젝트 열기: nuzayets/Snowshoes

공개 메소드들

메소드 설명
CheckItemSalvage ( Unit unit ) : bool
CheckItemSell ( Unit unit ) : bool
CheckItemSnag ( Unit unit ) : bool
CheckItemStash ( Unit i ) : bool
IdentifyAll ( ) : void
SalvageItems ( ) : void
SellItems ( ) : void
SnagItems ( ) : void
StashItems ( ) : void

메소드 상세

CheckItemSalvage() 공개 정적인 메소드

public static CheckItemSalvage ( Unit unit ) : bool
unit Unit
리턴 bool

CheckItemSell() 공개 정적인 메소드

public static CheckItemSell ( Unit unit ) : bool
unit Unit
리턴 bool

CheckItemSnag() 공개 정적인 메소드

public static CheckItemSnag ( Unit unit ) : bool
unit Unit
리턴 bool

CheckItemStash() 공개 정적인 메소드

public static CheckItemStash ( Unit i ) : bool
i Unit
리턴 bool

IdentifyAll() 공개 정적인 메소드

public static IdentifyAll ( ) : void
리턴 void

SalvageItems() 공개 정적인 메소드

public static SalvageItems ( ) : void
리턴 void

SellItems() 공개 정적인 메소드

public static SellItems ( ) : void
리턴 void

SnagItems() 공개 정적인 메소드

public static SnagItems ( ) : void
리턴 void

StashItems() 공개 정적인 메소드

public static StashItems ( ) : void
리턴 void