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