C# 클래스 OpenEmpires.Entities.Resource

상속: EntityBase
파일 보기 프로젝트 열기: HandsomeMatt/OpenEmpires

공개 프로퍼티들

프로퍼티 타입 설명
Amount ushort

공개 메소드들

메소드 설명
ParseCustomStream ( BinaryReader reader ) : void
Resource ( ) : System
Update ( ) : void

보호된 메소드들

메소드 설명
GetCustomData ( ) : MemoryStream

메소드 상세

GetCustomData() 보호된 메소드

protected GetCustomData ( ) : MemoryStream
리턴 System.IO.MemoryStream

ParseCustomStream() 공개 메소드

public ParseCustomStream ( BinaryReader reader ) : void
reader System.IO.BinaryReader
리턴 void

Resource() 공개 메소드

public Resource ( ) : System
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Amount 공개적으로 프로퍼티

public ushort Amount
리턴 ushort