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