C# 클래스 Auto.Client.PlayerInfo

파일 보기 프로젝트 열기: fingerpasswang/Phial.Fantasy

공개 프로퍼티들

프로퍼티 타입 설명
Item PlayerInfoItem
Level System.UInt32
Name String
Pid System.UInt64
Skill PlayerInfoSkill
Uid System.UInt32

공개 메소드들

메소드 설명
Read ( BinaryReader br ) : PlayerInfo
ToString ( ) : string
Write ( BinaryWriter bw ) : void

메소드 상세

Read() 공개 메소드

public Read ( BinaryReader br ) : PlayerInfo
br System.IO.BinaryReader
리턴 PlayerInfo

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void

프로퍼티 상세

Item 공개적으로 프로퍼티

public PlayerInfoItem,Auto.Client Item
리턴 PlayerInfoItem

Level 공개적으로 프로퍼티

public UInt32,System Level
리턴 System.UInt32

Name 공개적으로 프로퍼티

public String Name
리턴 String

Pid 공개적으로 프로퍼티

public UInt64,System Pid
리턴 System.UInt64

Skill 공개적으로 프로퍼티

public PlayerInfoSkill,Auto.Client Skill
리턴 PlayerInfoSkill

Uid 공개적으로 프로퍼티

public UInt32,System Uid
리턴 System.UInt32