C# 클래스 Server.Misc.KarmaEntry

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_Karma int
m_Title string

공개 메소드들

메소드 설명
KarmaEntry ( int karma, string title ) : System

메소드 상세

KarmaEntry() 공개 메소드

public KarmaEntry ( int karma, string title ) : System
karma int
title string
리턴 System

프로퍼티 상세

m_Karma 공개적으로 프로퍼티

public int m_Karma
리턴 int

m_Title 공개적으로 프로퍼티

public string m_Title
리턴 string