Example #1
0
 public Action ApplyModifier(God god, Action action)
 {
     return god.punish(action);
 }