C# 클래스 Server.OppositionGroup

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
IndexOf ( object obj ) : int
IsEnemy ( object from, object target ) : bool
OppositionGroup ( Type types ) : System

메소드 상세

IndexOf() 공개 메소드

public IndexOf ( object obj ) : int
obj object
리턴 int

IsEnemy() 공개 메소드

public IsEnemy ( object from, object target ) : bool
from object
target object
리턴 bool

OppositionGroup() 공개 메소드

public OppositionGroup ( Type types ) : System
types System.Type
리턴 System