Glock.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
    void Start()
    {
        shootableMask = LayerMask.GetMask ("Shootable");
        gunLight = GetComponent <Light> ();

        anim = GetComponent<Animator>();
    }