Assets.Scripts.Services.RegistrationService.Start C# (CSharp) Method

Start() private method

private Start ( ) : void
return void
        void Start()
        {
            httpService = FindObjectOfType<HttpService>();
        }