C# 클래스 Mooege.Core.MooNet.Toons.Toon

상속: Mooege.Core.MooNet.Objects.PersistentRPCObject
파일 보기 프로젝트 열기: mdz444/mooege 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HeroVisualEquipmentField ByteStringPresenceField
HighestUnlockedAct IntPresenceField
HighestUnlockedDifficulty IntPresenceField

공개 메소드들

메소드 설명
GetClassByID ( int classId ) : ToonClass
GetSubscriptionNotifications ( ) : List
LevelUp ( ) : void
ToString ( ) : string
Toon ( DBToon dbToon ) : System

메소드 상세

GetClassByID() 공개 정적인 메소드

public static GetClassByID ( int classId ) : ToonClass
classId int
리턴 ToonClass

GetSubscriptionNotifications() 공개 메소드

public GetSubscriptionNotifications ( ) : List
리턴 List

LevelUp() 공개 메소드

public LevelUp ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Toon() 공개 메소드

public Toon ( DBToon dbToon ) : System
dbToon DBToon
리턴 System

프로퍼티 상세

HeroVisualEquipmentField 공개적으로 프로퍼티

public ByteStringPresenceField HeroVisualEquipmentField
리턴 ByteStringPresenceField

HighestUnlockedAct 공개적으로 프로퍼티

public IntPresenceField HighestUnlockedAct
리턴 IntPresenceField

HighestUnlockedDifficulty 공개적으로 프로퍼티

public IntPresenceField HighestUnlockedDifficulty
리턴 IntPresenceField