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

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

Public Methods

Method Description
EndGameState ( NavMeshAgent agent ) : System.Collections
ExecuteState ( ) : void
IsDoneExecuting ( ) : bool

Method Details

EndGameState() public method

public EndGameState ( NavMeshAgent agent ) : System.Collections
agent UnityEngine.NavMeshAgent
return System.Collections

ExecuteState() public method

public ExecuteState ( ) : void
return void

IsDoneExecuting() public method

public IsDoneExecuting ( ) : bool
return bool