using Robust.Shared.Serialization; namespace Robust.Client.Serialization; [NotContentImplementable] public interface IClientRobustSerializer : IRobustSerializer { /// /// Sets the string mappings used by . Only supported in single /// player games. /// void SetStringSerializerPackage(byte[] hash, byte[] package); }