C# 클래스 DbcExtractor.DBCStringAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: LordJZ/MyWowTools

공개 메소드들

메소드 설명
DBCStringAttribute ( bool Localized ) : System

Defines that this field is a string so that string will be extracted from DBC file instead of raw integer value.

메소드 상세

DBCStringAttribute() 공개 메소드

Defines that this field is a string so that string will be extracted from DBC file instead of raw integer value.
public DBCStringAttribute ( bool Localized ) : System
Localized bool If the string is localized or not.
리턴 System