AState.AState C# (CSharp) Метод

AState() публичный Метод

public AState ( string stateLabel, AStateMachine, stateMachine ) : System.Collections
stateLabel string
stateMachine AStateMachine,
Результат System.Collections
    public AState(string stateLabel, AStateMachine stateMachine)
    {
        this.stateLabel = stateLabel;
        this.stateMachine = stateMachine;
    }