mirror of
https://github.com/EgorMIt/ITMO.git
synced 2026-09-12 19:29:58 +05:00
5 lines
90 B
Java
5 lines
90 B
Java
public interface HumanAble {
|
|
String getName();
|
|
boolean addSkill(Skills skills);
|
|
}
|