C# Class GetSocial

Inheritance: MonoBehaviour
Mostrar archivo Open project: Aerolith-Studios/White-Collar Class Usage Examples

Public Properties

Property Type Description
_Gm GameObject

Public Methods

Method Description
RaiseSocial ( ) : void
ReduceSocial ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

RaiseSocial() public method

public RaiseSocial ( ) : void
return void

ReduceSocial() public method

public ReduceSocial ( ) : void
return void

Property Details

_Gm public_oe property

public GameObject _Gm
return GameObject