C# Class Gruppe22.Backend.Exit

A connection between two rooms
Show file Open project: propra13-orga/gruppe22

Public Methods

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

Constructor for Exit class

Method Details

Exit() public method

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
return System