vp_FPSShooter.Start C# (CSharp) 메소드

Start() 공개 메소드

public Start ( ) : void
리턴 void
    void Start()
    {
        // get hold of the FPSWeapon
        m_Weapon = transform.GetComponent<vp_FPSWeapon>();

        audio.dopplerLevel = 0.0f;
    }