using System; namespace UnityEngine.Localization.Metadata { /// /// Used to prevent an entry from being exported to Google Sheets, XLIFF and CSV. /// [Metadata(AllowedTypes = MetadataType.AllSharedTableEntries)] [Serializable] public class ExcludeEntryFromExport : IMetadata {} }