C# Class SmartboyDevelopments.Haxxit.GameEngine.MovementAction

Inheritance: MapAction
Mostra file Open project: smartboyathome/Haxxit

Public Methods

Method Description
Execute ( GameEngine engine ) : void
MovementAction ( System.Point source, System.Point destination ) : System

Method Details

Execute() public method

public Execute ( GameEngine engine ) : void
engine GameEngine
return void

MovementAction() public method

public MovementAction ( System.Point source, System.Point destination ) : System
source System.Point
destination System.Point
return System