C# 클래스 WeaponProps, UnderworldExporter

Weapon properties.
상속: Props
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Bash int[]
Durability int[]
Skill int[]
Slash int[]
Stab int[]

공개 메소드들

메소드 설명
Load ( string fileName ) : bool

Load the specified fileName.

메소드 상세

Load() 공개 메소드

Load the specified fileName.
public Load ( string fileName ) : bool
fileName string File name.
리턴 bool

프로퍼티 상세

Bash 공개적으로 프로퍼티

public int[] Bash
리턴 int[]

Durability 공개적으로 프로퍼티

public int[] Durability
리턴 int[]

Skill 공개적으로 프로퍼티

public int[] Skill
리턴 int[]

Slash 공개적으로 프로퍼티

public int[] Slash
리턴 int[]

Stab 공개적으로 프로퍼티

public int[] Stab
리턴 int[]