コード例 #1
0
ファイル: factory.cs プロジェクト: PeddleM/btw-samples
 void AnnounceInsideFactory(ShipmentTransferredToCargoBay theEvent)
 {
     ShipmentsWaitingToBeUnloaded.Add(theEvent.CarParts);
 }
コード例 #2
0
 void AnnounceInsideFactory(ShipmentTransferredToCargoBay theEvent)
 {
     ShipmentsWaitingToBeUnloaded.Add(theEvent.CarParts);
 }