C# Class DungeonMasterEngine.Player.LocationChangedEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: ggrrin/DungeonMaster

Public Methods

Method Description
LocationChangedEventArgs ( Tile oldLocation, Tile newLocation ) : System

Method Details

LocationChangedEventArgs() public method

public LocationChangedEventArgs ( Tile oldLocation, Tile newLocation ) : System
oldLocation Tile
newLocation Tile
return System