C# Class KillingHumans, The-next-step

Inheritance: MonoBehaviour
Mostrar archivo Open project: esther5576/The-next-step

Public Properties

Property Type Description
actualDayForFood int
actualDayForOxygen int
actualDayForWater int
daySavedForFood bool
daySavedForOxygen bool
daySavedForWater bool

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

actualDayForFood public_oe property

public int actualDayForFood
return int

actualDayForOxygen public_oe property

public int actualDayForOxygen
return int

actualDayForWater public_oe property

public int actualDayForWater
return int

daySavedForFood public_oe property

public bool daySavedForFood
return bool

daySavedForOxygen public_oe property

public bool daySavedForOxygen
return bool

daySavedForWater public_oe property

public bool daySavedForWater
return bool