Created
August 31, 2013 17:15
-
-
Save YoungjaeKim/6399525 to your computer and use it in GitHub Desktop.
아바타 모델
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package bigcamp.yok.student.model; | |
/** | |
* 아바타 클래스 | |
* Created by Youngjae on 13. 8. 31. | |
*/ | |
public class Avatar { | |
public String head; | |
public String headfront; | |
public String headback; | |
public String torso; | |
public String torsofront; | |
public String torsoback; | |
public String leg; | |
public String legfront; | |
public String legback; | |
public String wholeback; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment