/// <summary> /// Used to lock and unlock the chest as well as calling the TransferContents method of the chest. /// </summary> public SendTarget(TransferKey key) : base( key.MaxRange, false, TargetFlags.None) { m_Key = key; CheckLOS = false; }
/// <summary> /// Used to lock and unlock the chest as well as calling the TransferContents method of the chest. /// </summary> public SendTarget(TransferKey key) : base(key.MaxRange, false, TargetFlags.None) { m_Key = key; CheckLOS = false; }