Beispiel #1
0
 public Ban(Civilian target, TimeSpan duration, string reason = null) : base(target, duration, reason)
 {
 }
Beispiel #2
0
 protected Punishment(Civilian target, TimeSpan duration, string reason = null)
 {
     Target   = target;
     Duration = duration;
     Reason   = reason;
 }