Data.getDuckTalesVideoAddress C# (CSharp) Method

getDuckTalesVideoAddress() public method

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