예제 #1
0
    public static BnetGameAccountId CreateFromNet(BnetId src)
    {
        BnetGameAccountId id = new BnetGameAccountId();

        id.CopyFrom(src);
        return(id);
    }
예제 #2
0
    public static BnetGameAccountId CreateFromDll(BattleNet.DllEntityId src)
    {
        BnetGameAccountId id = new BnetGameAccountId();

        id.CopyFrom(src);
        return(id);
    }