C# Class SpawnTicketBooth, Galaxy-Breacher

Inheritance: MonoBehaviour
Show 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 static property

public static SpawnTicketBooth, instance
return SpawnTicketBooth,

numAllowed public property

public float numAllowed
return float

numSpawned public property

public float numSpawned
return float