ResetStaticProperties( ) eliminated from ComponentBase, IComponentFactory and factories.

This commit is contained in:
Milan Hanajik
2021-04-02 16:10:38 +02:00
parent c7e87c95da
commit dd08ca770d
182 changed files with 34 additions and 408 deletions
@@ -11,8 +11,6 @@ namespace TBF.Rig.TestMethods.FixedStartMassCollAdvanced.Single
public string ClassName { get { return this.GetType().Namespace.Substring(8); } }
public override string ToString() { return ClassName; }
public void ResetStaticProperties() { Component.ResetStaticProperties(); }
public IComponent DummyComponent() { return new Component(); }
public IComponent GetComponent(IComponentCfg cfg, IList<IComponent> components) { return new Component(cfg); }