C# Class SpawnTicketBooth, Galaxy-Breacher

Inheritance: MonoBehaviour
Mostra file Open project: gamkedo-la/Galaxy-Breacher Class Usage Examples

Public Properties

Property Type Description
instance SpawnTicketBooth,
numAllowed float
numSpawned float

Public Methods

Method Description
reportDeath ( ) : void
requestSpawnTicket ( ) : bool

Private Methods

Method Description
Start ( ) : void

Method Details

reportDeath() public method

public reportDeath ( ) : void
return void

requestSpawnTicket() public method

public requestSpawnTicket ( ) : bool
return bool

Property Details

instance public_oe static_oe property

public static SpawnTicketBooth, instance
return SpawnTicketBooth,

numAllowed public_oe property

public float numAllowed
return float

numSpawned public_oe property

public float numSpawned
return float