C# Class Assets.Characters.AiScripts.States.TradeState

Inheritance: IState
Show file Open project: veselin-/Team4BabelGame

Public Methods

Method Description
ExecuteState ( ) : void
IsDoneExecuting ( ) : bool
TradeState ( NavMeshAgent agent, NavMeshAgent otherAgent ) : Assets.Core.Configuration

Method Details

ExecuteState() public method

public ExecuteState ( ) : void
return void

IsDoneExecuting() public method

public IsDoneExecuting ( ) : bool
return bool

TradeState() public method

public TradeState ( NavMeshAgent agent, NavMeshAgent otherAgent ) : Assets.Core.Configuration
agent UnityEngine.NavMeshAgent
otherAgent UnityEngine.NavMeshAgent
return Assets.Core.Configuration