C# Class TreeStateEatingMinigameWrangle.Data

Exibir arquivo Open project: mezosaurus/eae-project Class Usage Examples

Public Properties

Property Type Description
GrabbedNPCs GameObject[]
PlayMusic bool

Public Methods

Method Description
Data ( GameObject grabbedNPCs, bool playMusic ) : UnityEngine

Method Details

Data() public method

public Data ( GameObject grabbedNPCs, bool playMusic ) : UnityEngine
grabbedNPCs GameObject
playMusic bool
return UnityEngine

Property Details

GrabbedNPCs public_oe property

public GameObject[] GrabbedNPCs
return GameObject[]

PlayMusic public_oe property

public bool PlayMusic
return bool