C# Class QuestState, Items-is-Items

显示文件 Open project: AnnickS/Items-is-Items Class Usage Examples

Public Properties

Property Type Description
text String

Public Methods

Method Description
Initialize ( GameObject, questGiver ) : void
IsDone ( ) : bool
ShowStory ( ) : void

Method Details

Initialize() public abstract method

public abstract Initialize ( GameObject, questGiver ) : void
questGiver GameObject,
return void

IsDone() public abstract method

public abstract IsDone ( ) : bool
return bool

ShowStory() public abstract method

public abstract ShowStory ( ) : void
return void

Property Details

text public_oe property

public String text
return String