Trithemius constructor
- TrithemiusShift e,
- [int shift = 0]
e
is evolution (ascend or descend).
shift
shift number.
Implementation
Trithemius(TrithemiusShift e, [int shift = 0]) {
this.shift = shift;
_initShift = shift;
this.evolution = e;
}
e
is evolution (ascend or descend).
shift
shift number.
Trithemius(TrithemiusShift e, [int shift = 0]) {
this.shift = shift;
_initShift = shift;
this.evolution = e;
}