C# Class DawnTimer, GoHomeOrDie

Inheritance: MonoBehaviour
Show file Open project: hs-furtwangen/GoHomeOrDie

Public Properties

Property Type Description
fogOfWar GameObject
lightBonus float
timeInSeconds double

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

fogOfWar public property

public GameObject fogOfWar
return GameObject

lightBonus public property

public float lightBonus
return float

timeInSeconds public property

public double timeInSeconds
return double