C# Class Quete, Enclave

Inheritance: MonoBehaviour
Show file Open project: BenjaminDo/Enclave Class Usage Examples

Public Properties

Property Type Description
strDialogue string[]
xpRecompence int

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
parler ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

parler() public method

public parler ( ) : void
return void

Property Details

strDialogue public property

public string[] strDialogue
return string[]

xpRecompence public property

public int xpRecompence
return int