mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-12-02 00:37:59 +01:00
10 lines
120 B
Java
10 lines
120 B
Java
package com.minelittlepony.model;
|
|
|
|
public enum BodyPart {
|
|
HEAD,
|
|
BODY,
|
|
TAIL,
|
|
NECK,
|
|
LEGS,
|
|
BACK;
|
|
}
|