Beispiel #1
0
 public Commute(Action perform, ICommutableShielded[] affecting)
 {
     State = CommuteState.Ok;
     Perform = perform;
     Affecting = affecting;
 }
Beispiel #2
0
 public Commute(Action perform, IShielded[] affecting)
 {
     State     = CommuteState.Ok;
     Perform   = perform;
     Affecting = affecting;
 }