C# 클래스 MUDServer.World

파일 보기 프로젝트 열기: sq/Fracture

공개 프로퍼티들

프로퍼티 타입 설명
Asteria List
Locations Location>.Dictionary
PlayerStartLocation Location
Players Player>.Dictionary

공개 메소드들

메소드 설명
Create ( ) : void
SelectRandomLocation ( ) : Location
SelectRandomLocation ( List locations ) : Location

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : void
리턴 void

SelectRandomLocation() 공개 정적인 메소드

public static SelectRandomLocation ( ) : Location
리턴 Location

SelectRandomLocation() 공개 정적인 메소드

public static SelectRandomLocation ( List locations ) : Location
locations List
리턴 Location

프로퍼티 상세

Asteria 공개적으로 정적으로 프로퍼티

public static List Asteria
리턴 List

Locations 공개적으로 정적으로 프로퍼티

public static Dictionary Locations
리턴 Location>.Dictionary

PlayerStartLocation 공개적으로 정적으로 프로퍼티

public static Location,MUDServer PlayerStartLocation
리턴 Location

Players 공개적으로 정적으로 프로퍼티

public static Dictionary Players
리턴 Player>.Dictionary