Пример #1
0
 public Geng() {
   super(6, "庚", FiveElementFactory.createElement(FiveElement.GOLD));
 }
Пример #2
0
 public Wu() {
   super(4, "戊", FiveElementFactory.createElement(FiveElement.SOIL));
 }