Ejemplo n.º 1
0
 public bool TransferTo(StorageModule destination, uint type, uint amount)
 {
     // Transfer amount m^3 of type materials from here to destination.
     return destination.TransferFrom(this, type, amount);
 }