C# 클래스 Dwarrowdelf.Server.GameConfig

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

공개 프로퍼티들

프로퍼티 타입 설명
IronPythonEnabled bool
MaxMoveTime System.TimeSpan
MinTickTime System.TimeSpan
RequirePlayer bool

프로퍼티 상세

IronPythonEnabled 공개적으로 프로퍼티

public bool IronPythonEnabled
리턴 bool

MaxMoveTime 공개적으로 프로퍼티

Maximum time for one living to make its move. After this time has passed, the living will be skipped
public TimeSpan,System MaxMoveTime
리턴 System.TimeSpan

MinTickTime 공개적으로 프로퍼티

Minimum time between ticks. Ticks will never proceed faster than this.
public TimeSpan,System MinTickTime
리턴 System.TimeSpan

RequirePlayer 공개적으로 프로퍼티

Require a player to be connected for ticks to proceed
public bool RequirePlayer
리턴 bool