10 lines
159 B
C#
10 lines
159 B
C#
using System;
|
|
using Aurora.Backend.Proto;
|
|
|
|
namespace Aurora.Backend.Services.Server
|
|
{
|
|
class PartyServiceImpl : PartyService.PartyServiceBase
|
|
{
|
|
|
|
}
|
|
} |