C# 클래스 Server.Engines.Craft.Repair

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
Do ( Server.Mobile from, CraftSystem craftSystem, BaseTool tool ) : void
Do ( Server.Mobile from, CraftSystem craftSystem, RepairDeed deed ) : void
Repair ( ) : System

메소드 상세

Do() 공개 정적인 메소드

public static Do ( Server.Mobile from, CraftSystem craftSystem, BaseTool tool ) : void
from Server.Mobile
craftSystem CraftSystem
tool Server.Items.BaseTool
리턴 void

Do() 공개 정적인 메소드

public static Do ( Server.Mobile from, CraftSystem craftSystem, RepairDeed deed ) : void
from Server.Mobile
craftSystem CraftSystem
deed Server.Items.RepairDeed
리턴 void

Repair() 공개 메소드

public Repair ( ) : System
리턴 System