mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-21 11:54:22 +01:00
6 lines
117 B
Java
6 lines
117 B
Java
|
package com.minelittlepony.ducks;
|
||
|
|
||
|
public interface IPonyAnimationHolder {
|
||
|
float getStrafeAmount(float ticks);
|
||
|
}
|