You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- using Grpc.Core;
- using Playback;
- using Protobuf;
- using System.Collections.Concurrent;
- using Timothy.FrameRateTask;
-
- namespace Server
- {
- abstract class ServerBase : AvailableService.AvailableServiceBase
- {
- public abstract void WaitForEnd();
- public abstract int[] GetScore();
- }
- }
|