C# Class Gruppe22.Backend.Exit

A connection between two rooms
Afficher le fichier Open project: propra13-orga/gruppe22

Méthodes publiques

Méthode Description
Exit ( Coords from, string fromRoom, Backend to = null, string toRoom = "" ) : System

Constructor for Exit class

Method Details

Exit() public méthode

Constructor for Exit class
public Exit ( Coords from, string fromRoom, Backend to = null, string toRoom = "" ) : System
from Coords Coordinates of teleporter in entrance room
fromRoom string Filename of entrance room
to Backend Coordinates of teleporter in exit room
toRoom string Filename of exit room
Résultat System