C# 클래스 Server.Game.Components.Systems.CommandSystem

상속: GameSystem
파일 보기 프로젝트 열기: GrindFest/GrindFest

공개 프로퍼티들

프로퍼티 타입 설명
CommandQueues List

공개 메소드들

메소드 설명
CommandSystem ( ) : System
Update ( System.TimeSpan deltaTime ) : void

메소드 상세

CommandSystem() 공개 메소드

public CommandSystem ( ) : System
리턴 System

Update() 공개 메소드

public Update ( System.TimeSpan deltaTime ) : void
deltaTime System.TimeSpan
리턴 void

프로퍼티 상세

CommandQueues 공개적으로 프로퍼티

public List CommandQueues
리턴 List