PlayerCommon.GetId C# (CSharp) Method

GetId() public method

public GetId ( ) : int
return int
    public int GetId()
    {
        return pid;
    }

Usage Example

Ejemplo n.º 1
0
 public int GetPid()
 {
     return(pCommmon.GetId());
 }