C# Class SmartboyDevelopments.Haxxit.Commands.UndoDamageCommand

Inheritance: UndoCommand
显示文件 Open project: smartboyathome/Haxxit

Public Methods

Method Description
Run ( Map map ) : bool
UndoDamageCommand ( IEnumerable removed_nodes ) : System

Method Details

Run() public method

public Run ( Map map ) : bool
map SmartboyDevelopments.Haxxit.Maps.Map
return bool

UndoDamageCommand() public method

public UndoDamageCommand ( IEnumerable removed_nodes ) : System
removed_nodes IEnumerable
return System