C# 클래스 Server.Engines.Craft.CraftItem.InternalTimer

상속: Timer, IAction
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
InternalTimer ( Mobile from, CraftSystem craftSystem, CraftItem craftItem, Type typeRes, BaseTool tool, int iCountMax ) : System

보호된 메소드들

메소드 설명
OnTick ( ) : void

메소드 상세

InternalTimer() 공개 메소드

public InternalTimer ( Mobile from, CraftSystem craftSystem, CraftItem craftItem, Type typeRes, BaseTool tool, int iCountMax ) : System
from Mobile
craftSystem CraftSystem
craftItem CraftItem
typeRes System.Type
tool Server.Items.BaseTool
iCountMax int
리턴 System

OnTick() 보호된 메소드

protected OnTick ( ) : void
리턴 void