C# Class Server.OppositionGroup

Exibir arquivo Open project: Grimoric/RunUO.T2A

Public Methods

Method Description
IndexOf ( object obj ) : int
IsEnemy ( object from, object target ) : bool
OppositionGroup ( Type types ) : System

Method Details

IndexOf() public method

public IndexOf ( object obj ) : int
obj object
return int

IsEnemy() public method

public IsEnemy ( object from, object target ) : bool
from object
target object
return bool

OppositionGroup() public method

public OppositionGroup ( Type types ) : System
types System.Type
return System