9 lines
No EOL
166 B
C#
9 lines
No EOL
166 B
C#
using ProtoBuf;
|
|
|
|
namespace WingsAPI.Communication.DbServer.CharacterService
|
|
{
|
|
[ProtoContract]
|
|
public class DbServerFlushCharacterSavesRequest
|
|
{
|
|
}
|
|
} |