From 77a609758bb80bac9497d2e3988550f8be578407 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 23 Feb 2026 02:03:20 +0100 Subject: Initial commit --- ReferenceClientProxyImplementation/Patches/Constants/Constant.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ReferenceClientProxyImplementation/Patches/Constants/Constant.cs (limited to 'ReferenceClientProxyImplementation/Patches/Constants') diff --git a/ReferenceClientProxyImplementation/Patches/Constants/Constant.cs b/ReferenceClientProxyImplementation/Patches/Constants/Constant.cs new file mode 100644 index 0000000..09a00cc --- /dev/null +++ b/ReferenceClientProxyImplementation/Patches/Constants/Constant.cs @@ -0,0 +1,6 @@ +namespace ReferenceClientProxyImplementation.Patches.Constants; + +public class Constant { + public required string SourceValue { get; set; } + public required string TargetValue { get; set; } +} \ No newline at end of file -- cgit 1.5.1