C# Class BankerFutureSpeakController, TimeLapsus

Inheritance: DialogActorController
Mostra file Open project: halbich/TimeLapsus

Public Properties

Property Type Description
AccountEmptyDialog string
BankerNoAccountDialog string
BankerNoAccountDialog2 string
BankerTakeMoneyDialog string
GoldIngot GameObject
HasAccountKeyName string
HasGivenIngotKeyName string
InitialMoneyKeyName string

Protected Methods

Method Description
Start ( ) : void
endDialogAction ( ) : void
getDialog ( ) : string

Method Details

Start() protected method

protected Start ( ) : void
return void

endDialogAction() protected method

protected endDialogAction ( ) : void
return void

getDialog() protected method

protected getDialog ( ) : string
return string

Property Details

AccountEmptyDialog public_oe property

public string AccountEmptyDialog
return string

BankerNoAccountDialog public_oe property

public string BankerNoAccountDialog
return string

BankerNoAccountDialog2 public_oe property

public string BankerNoAccountDialog2
return string

BankerTakeMoneyDialog public_oe property

public string BankerTakeMoneyDialog
return string

GoldIngot public_oe property

public GameObject GoldIngot
return GameObject

HasAccountKeyName public_oe property

public string HasAccountKeyName
return string

HasGivenIngotKeyName public_oe property

public string HasGivenIngotKeyName
return string

InitialMoneyKeyName public_oe property

public string InitialMoneyKeyName
return string