CreepScoreAPI.ObserverLive.ObserverLive C# (CSharp) Method

ObserverLive() public method

Observer constructor
public ObserverLive ( string encryptionKey )
encryptionKey string
        public ObserverLive(string encryptionKey)
        {
            this.encryptionKey = encryptionKey;
        }
    }
ObserverLive