Asgard.Client.AsgardClient.AddClientState C# (CSharp) Méthode

AddClientState() protected méthode

protected AddClientState ( PlayerStateData state ) : void
state Asgard.Core.System.PlayerStateData
Résultat void
        protected void AddClientState(PlayerStateData state)
        {
            _stateList.Add(state);
            _moveBuffer.AddToTail(state);
        }