Files
2026-08-27 10:56:38 -06:00

7 lines
91 B
C#

namespace ProtoBuf;
public interface IExtensionResettable : IExtension
{
void Reset();
}