C# Class canvasVar, UrsaMajor

Inheritance: MonoBehaviour
Mostrar archivo Open project: BJarv/UrsaMajor

Public Properties

Property Type Description
cars bool
dCars bool
dKills bool
dLoot bool
kills bool
loot bool
totalLoot bool
track 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

cars public_oe property

public bool cars
return bool

dCars public_oe property

public bool dCars
return bool

dKills public_oe property

public bool dKills
return bool

dLoot public_oe property

public bool dLoot
return bool

kills public_oe property

public bool kills
return bool

loot public_oe property

public bool loot
return bool

totalLoot public_oe property

public bool totalLoot
return bool

track public_oe property

public bool track
return bool