AssemblyCSharp.Xylokey.Start C# (CSharp) Méthode

Start() public méthode

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