mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
9 lines
269 B
C#
9 lines
269 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Robust.Server.Serialization;
|
|
|
|
internal sealed partial class ServerRobustSerializer : RobustSerializer
|
|
{
|
|
// Who doesn't love a good empty server/client specific class that just exists so that everything can be sealed?
|
|
}
|