Exemple #1
0
 protected override bool Push()
 {
     if (GameUtils.IsInstalled(ProductVersion.EP2))
     {
         if (Situations.PushToObject <ConsignmentRegister>(this, Sim))
         {
             return(true);
         }
     }
     return(base.Push());
 }