Skip to content

Instantly share code, notes, and snippets.

@YoungjaeKim
Created August 31, 2013 17:15
Show Gist options
  • Save YoungjaeKim/6399525 to your computer and use it in GitHub Desktop.
Save YoungjaeKim/6399525 to your computer and use it in GitHub Desktop.
아바타 모델
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