C# Class HistoricRegister

Inheritance: MonoBehaviour
Mostrar archivo Open project: LilTsubaki/Les-fragments-d-Erule

Public Properties

Property Type Description
content GameObject
maxMesage int
texts GameObject

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

content public_oe property

public GameObject content
return GameObject

maxMesage public_oe property

public int maxMesage
return int

texts public_oe property

public GameObject texts
return GameObject