C# Class AcademyRPG.MovingObject

Inheritance: WorldObject
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy

Méthodes publiques

Méthode Description
GoTo ( Point destination ) : void
MovingObject ( Point position, int owner ) : System

Method Details

GoTo() public méthode

public GoTo ( Point destination ) : void
destination Point
Résultat void

MovingObject() public méthode

public MovingObject ( Point position, int owner ) : System
position Point
owner int
Résultat System