C# Class TreeStateEatingMinigameMashTutorial.Data

Show file Open project: mezosaurus/eae-project Class Usage Examples

Public Properties

Property Type Description
NPC GameObject
Percentage int

Public Methods

Method Description
Data ( GameObject npc, int percentage ) : UnityEngine

Method Details

Data() public method

public Data ( GameObject npc, int percentage ) : UnityEngine
npc GameObject
percentage int
return UnityEngine

Property Details

NPC public property

public GameObject NPC
return GameObject

Percentage public property

public int Percentage
return int