C# Class ProgressTracker

Inheritance: MonoBehaviour
Show file Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Public Properties

Property Type Description
CollectedMopForFirstMate bool
IntroducedToFirstMate bool
PaintedPortraitForFirstMate bool
PickedUpMop bool
PickedUpPaint bool

Property Details

CollectedMopForFirstMate public property

public bool CollectedMopForFirstMate
return bool

IntroducedToFirstMate public property

public bool IntroducedToFirstMate
return bool

PaintedPortraitForFirstMate public property

public bool PaintedPortraitForFirstMate
return bool

PickedUpMop public property

public bool PickedUpMop
return bool

PickedUpPaint public property

public bool PickedUpPaint
return bool