PlayerSfxScript.Start C# (CSharp) Méthode

Start() public méthode

public Start ( ) : void
Résultat void
    void Start()
    {
        this.sound = GetComponentInChildren<AudioSource>();
    }