C# Class FOnline.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: wladimiiir/vault112

Public Methods

Method Description
CritterChainEventArgs ( Critter cr ) : System

Method Details

CritterChainEventArgs() public method

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