Example #1
0
        protected static new void OnNewObject(Event e)
        {
            if (e.Actor.LotCurrent == null)
            {
                return;
            }

            Common.AddAllInteractions(e.Actor.LotCurrent.LotId, true);
        }
Example #2
0
 protected override OptionResult Run(GameHitParameters <TTarget> parameters)
 {
     Common.AddAllInteractions();
     return(OptionResult.SuccessClose);
 }
Example #3
0
 protected override bool PrivatePerform()
 {
     Common.AddAllInteractions();
     return(true);
 }