Data.getDuckTalesVideoAddress C# (CSharp) 메소드

getDuckTalesVideoAddress() 공개 메소드

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