/// <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;
 }
Beispiel #2
0
 /// <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;
 }