C# 클래스 House.PlayerHouseCoords

파일 보기 프로젝트 열기: amarriner/House 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Allowed List
HouseName string
LockChests bool
LockDoors bool
LockSigns bool
TeleportPoint Point
TopLeft Point

공개 메소드들

메소드 설명
PlayerHouseCoords ( string HouseName = null ) : System

메소드 상세

PlayerHouseCoords() 공개 메소드

public PlayerHouseCoords ( string HouseName = null ) : System
HouseName string
리턴 System

프로퍼티 상세

Allowed 공개적으로 프로퍼티

public List Allowed
리턴 List

HouseName 공개적으로 프로퍼티

public string HouseName
리턴 string

LockChests 공개적으로 프로퍼티

public bool LockChests
리턴 bool

LockDoors 공개적으로 프로퍼티

public bool LockDoors
리턴 bool

LockSigns 공개적으로 프로퍼티

public bool LockSigns
리턴 bool

TeleportPoint 공개적으로 프로퍼티

public Point TeleportPoint
리턴 Point

TopLeft 공개적으로 프로퍼티

public Point TopLeft
리턴 Point