diff options
Diffstat (limited to 'ROUNDS/Photon.Compression/IHasTransformCrusher.cs')
-rw-r--r-- | ROUNDS/Photon.Compression/IHasTransformCrusher.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ROUNDS/Photon.Compression/IHasTransformCrusher.cs b/ROUNDS/Photon.Compression/IHasTransformCrusher.cs new file mode 100644 index 0000000..02834fb --- /dev/null +++ b/ROUNDS/Photon.Compression/IHasTransformCrusher.cs @@ -0,0 +1,6 @@ +namespace Photon.Compression; + +public interface IHasTransformCrusher +{ + TransformCrusher TC { get; } +} |