Skip to content
Snippets Groups Projects
Select Git revision
  • 8ee1665588d623a35746a6e5903dc2deb555bd33
  • main default protected
2 results

Player.java

Blame
  • Forked from TRAVERS Corentin / flooding-template
    Source project has a limited visibility.
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Strength.java 87 B
    package authentication;
    
    public enum Strength {
        VERY_WEAK, WEAK, REGULAR, STRONG
    }