예제 #1
0
파일: Geng.java 프로젝트: brooktran/jeelee
 public Geng() {
   super(6, "庚", FiveElementFactory.createElement(FiveElement.GOLD));
 }
예제 #2
0
파일: Wu.java 프로젝트: brooktran/jeelee
 public Wu() {
   super(4, "戊", FiveElementFactory.createElement(FiveElement.SOIL));
 }