C# Class bountyMock, UrsaMajor

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public bool Cumulative
return bool

total public_oe property

public int total
return int

varToTrack public_oe property

public string varToTrack
return string