C# 클래스 BotVentic.EmoteInfo

파일 보기 프로젝트 열기: 3ventic/BotVentic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Code string
EmoteSet int
Id string
Type EmoteType

공개 메소드들

메소드 설명
EmoteInfo ( int id, string code, EmoteType type, int set = -1 )
EmoteInfo ( string id, string code, EmoteType type, int set = -1 )

메소드 상세

EmoteInfo() 공개 메소드

public EmoteInfo ( int id, string code, EmoteType type, int set = -1 )
id int
code string
type EmoteType
set int

EmoteInfo() 공개 메소드

public EmoteInfo ( string id, string code, EmoteType type, int set = -1 )
id string
code string
type EmoteType
set int

프로퍼티 상세

Code 공개적으로 프로퍼티

public string Code
리턴 string

EmoteSet 공개적으로 프로퍼티

public int EmoteSet
리턴 int

Id 공개적으로 프로퍼티

public string Id
리턴 string

Type 공개적으로 프로퍼티

public EmoteType Type
리턴 EmoteType