C# Class HutongGames.PlayMaker.Actions.PlayerPrefsSetInt

Inheritance: FsmStateAction
Show file Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
values FsmInt[]

Public Methods

Method Description
OnEnter ( ) : void
Reset ( ) : void

Method Details

OnEnter() public method

public OnEnter ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

values public property

public FsmInt[] values
return FsmInt[]