C# Class Server.HungerChangedEventArgs

Inheritance: System.EventArgs
Mostra file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
HungerChangedEventArgs ( Server.Mobile mobile, int oldValue ) : System

Method Details

HungerChangedEventArgs() public method

public HungerChangedEventArgs ( Server.Mobile mobile, int oldValue ) : System
mobile Server.Mobile
oldValue int
return System