C# 클래스 LogicSpawn.GTARPG.Core.Scripts.Questing.QuestReward

파일 보기 프로젝트 열기: logicspawn/GTARPG 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IntVal int
RewardType RewardType
StringVal string

공개 메소드들

메소드 설명
GetRewardString ( ) : string
Item ( string itemName, int amount ) : QuestReward
QuestReward ( ) : System
Skill ( string skillName ) : QuestReward

메소드 상세

GetRewardString() 공개 메소드

public GetRewardString ( ) : string
리턴 string

Item() 공개 정적인 메소드

public static Item ( string itemName, int amount ) : QuestReward
itemName string
amount int
리턴 QuestReward

QuestReward() 공개 메소드

public QuestReward ( ) : System
리턴 System

Skill() 공개 정적인 메소드

public static Skill ( string skillName ) : QuestReward
skillName string
리턴 QuestReward

프로퍼티 상세

IntVal 공개적으로 프로퍼티

public int IntVal
리턴 int

RewardType 공개적으로 프로퍼티

public RewardType RewardType
리턴 RewardType

StringVal 공개적으로 프로퍼티

public string StringVal
리턴 string