C# Class FOnline.Server.CritterChainEventArgs

Base class for event args that are supposed to return boolean value to the engine meaning whether we should interrupt further processing or not.
Inheritance: DefaultEventArgs
ファイルを表示 Open project: rotators/fosdk

Public Methods

Method Description
CritterChainEventArgs ( Critter cr ) : System

Method Details

CritterChainEventArgs() public method

public CritterChainEventArgs ( Critter cr ) : System
cr Critter
return System