示例#1
0
 public Geng() {
   super(6, "庚", FiveElementFactory.createElement(FiveElement.GOLD));
 }
示例#2
0
文件: Wu.java 项目: brooktran/jeelee
 public Wu() {
   super(4, "戊", FiveElementFactory.createElement(FiveElement.SOIL));
 }