C# Class XCom.Interfaces.Base.SetMapEventArgs

EventArgs class that holds a IMap_Base for when a SetMap event fires
Inheritance: System.EventArgs
Show file Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
SetMapEventArgs ( IMap_Base map ) : System

Method Details

SetMapEventArgs() public method

public SetMapEventArgs ( IMap_Base map ) : System
map IMap_Base
return System