AssemblyCSharp.Xylokey.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        void Start()
        {
            _collider = this.GetComponent<BoxCollider>();
        }