Actually applies the alignment to this PC. @param aPC The PlayerCharacter the alignment is applied to
(PlayerCharacter aPC)
| 45 | * @param aPC The PlayerCharacter the alignment is applied to |
| 46 | */ |
| 47 | @Override |
| 48 | public void apply(PlayerCharacter aPC) |
| 49 | { |
| 50 | AlignmentCompat.setCurrentAlignment(aPC.getCharID(), align); |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * testApply |
no test coverage detected