Compare commits

...
Author SHA1 Message Date
marekf 550459285b Test commit 2026-03-09 10:48:23 +01:00
+1 -1
View File
@@ -13,7 +13,7 @@ namespace TBF.Rig
public CfgChangeArgs(CfgChangeCmd command, Generic.IComponentCfg cfg)
{
Command = command;
Cfg = cfg;
Cfg = cfg;
}
}
}