C# Class BreakerBox, space-escape-room

Inheritance: NetworkBehaviour
Exibir arquivo Open project: swiimii/space-escape-room

Public Properties

Property Type Description
breakers BreakerReceiver[],
lights GameObject[],

Public Methods

Method Description
CheckBreaker ( BreakerReceiver, breaker ) : void
Start ( ) : void

Private Methods

Method Description
RpcActivateOxygenLights ( ) : void

Method Details

CheckBreaker() public method

public CheckBreaker ( BreakerReceiver, breaker ) : void
breaker BreakerReceiver,
return void

Start() public method

public Start ( ) : void
return void

Property Details

breakers public_oe property

public BreakerReceiver[], breakers
return BreakerReceiver[],

lights public_oe property

public GameObject[], lights
return GameObject[],