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

상속: Item
파일 보기 프로젝트 열기: vans163/LKEmu

공개 메소드들

메소드 설명
BaseSpellbook ( Serial serial ) : System
BaseSpellbook ( int itemID ) : System
Use ( Player player ) : void

메소드 상세

BaseSpellbook() 공개 메소드

public BaseSpellbook ( Serial serial ) : System
serial Serial
리턴 System

BaseSpellbook() 공개 메소드

public BaseSpellbook ( int itemID ) : System
itemID int
리턴 System

Use() 공개 메소드

public Use ( Player player ) : void
player LKCamelot.model.Player
리턴 void