C# 클래스 Gruppe22.Backend.Exit

A connection between two rooms
파일 보기 프로젝트 열기: propra13-orga/gruppe22

공개 메소드들

메소드 설명
Exit ( Coords from, string fromRoom, Backend to = null, string toRoom = "" ) : System

Constructor for Exit class

메소드 상세

Exit() 공개 메소드

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
리턴 System