mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 23:48:00 +01:00
9 lines
110 B
Java
9 lines
110 B
Java
package com.minelittlepony.model;
|
|
|
|
public enum BodyPart {
|
|
HEAD,
|
|
BODY,
|
|
TAIL,
|
|
NECK,
|
|
LEGS,
|
|
}
|