C# Class StoryPathChecker, Unity-Game

Inheritance: MonoBehaviour
Show file Open project: PeasB/Unity-Game

Public Properties

Property Type Description
ConversationID int
Level int
SceneID int
Value int

Public Methods

Method Description
ValueCheck ( ) : bool

Method Details

ValueCheck() public method

public ValueCheck ( ) : bool
return bool

Property Details

ConversationID public property

public int ConversationID
return int

Level public property

public int Level
return int

SceneID public property

public int SceneID
return int

Value public property

public int Value
return int