mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-12-04 17:47:59 +01:00
9 lines
118 B
Java
9 lines
118 B
Java
package com.brohoof.minelittlepony.model;
|
|
|
|
public enum BodyPart {
|
|
HEAD,
|
|
BODY,
|
|
TAIL,
|
|
NECK,
|
|
LEGS,
|
|
}
|