C# Class Dwarrowdelf.Server.ObjectMoveLocationChange

Inheritance: ObjectChange
Show file Open project: tomba/dwarrowdelf

Public Methods

Method Description
ObjectMoveLocationChange ( MovableObject mover, IntVector3 sourceLocation, IntVector3 destinationLocation ) : System
ToChangeData ( ) : ChangeData

Method Details

ObjectMoveLocationChange() public method

public ObjectMoveLocationChange ( MovableObject mover, IntVector3 sourceLocation, IntVector3 destinationLocation ) : System
mover MovableObject
sourceLocation IntVector3
destinationLocation IntVector3
return System

ToChangeData() public method

public ToChangeData ( ) : ChangeData
return ChangeData