mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-03-23 19:47:11 +01:00
6 lines
110 B
Java
6 lines
110 B
Java
|
package com.minelittlepony.unicopia.entity;
|
||
|
|
||
|
public interface CapeHolder {
|
||
|
void callUpdateCapeAngles();
|
||
|
}
|