Data.getDuckTalesVideoAddress C# (CSharp) Méthode

getDuckTalesVideoAddress() public méthode

public getDuckTalesVideoAddress ( int id ) : int
id int
Résultat int
    public int getDuckTalesVideoAddress(int id)
    {
        return -1;
    }
Data