Exemple #1
0
 public static void raiseNotoriety()
 {
     _notorietyLevel = NOTORIETY_LEVEL.HIGH;
 }
Exemple #2
0
 public static void resetNotoriety()
 {
     _notorietyLevel = NOTORIETY_LEVEL.MEDIUM;
 }