public SetSeal(SealmakersTool tool)
 {
     m_Tool = tool;
 }
 public SealmakersToolTarget(SealmakersTool tool)
     : base(1, true, TargetFlags.None)
 {
     m_Tool = tool;
 }