mirror of https://github.com/beemdevelopment/Aegis
Add remnant local changes
parent
a5c6c329ab
commit
c79c9f84dc
@ -1,5 +1,8 @@
|
|||||||
package me.impy.aegis.crypto.slots;
|
package me.impy.aegis.crypto.slots;
|
||||||
|
|
||||||
public class FingerprintSlot extends RawSlot {
|
public class FingerprintSlot extends RawSlot {
|
||||||
|
@Override
|
||||||
|
public byte getType() {
|
||||||
|
return TYPE_FINGERPRINT;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue