10 lines
159 B
C#
10 lines
159 B
C#
using System;
|
|
using Aurora.Backend.Proto;
|
|
|
|
namespace Aurora.Backend.Server
|
|
{
|
|
class PlaybackServiceImpl : PlaybackService.PlaybackServiceBase
|
|
{
|
|
|
|
}
|
|
} |