Test commit

This commit is contained in:
Marek Frniak 2026-03-09 10:48:23 +01:00
parent 498fc21412
commit 550459285b

View File

@ -13,7 +13,7 @@ namespace TBF.Rig
public CfgChangeArgs(CfgChangeCmd command, Generic.IComponentCfg cfg) public CfgChangeArgs(CfgChangeCmd command, Generic.IComponentCfg cfg)
{ {
Command = command; Command = command;
Cfg = cfg; Cfg = cfg;
} }
} }
} }