C# Class bountyMock, UrsaMajor

Inheritance: MonoBehaviour
Show file Open project: BJarv/UrsaMajor

Public Properties

Property Type Description
Cumulative bool
total int
varToTrack string

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Cumulative public property

public bool Cumulative
return bool

total public property

public int total
return int

varToTrack public property

public string varToTrack
return string