mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-20 03:14:23 +01:00
5 lines
117 B
Java
5 lines
117 B
Java
package com.minelittlepony.ducks;
|
|
|
|
public interface IPonyAnimationHolder {
|
|
float getStrafeAmount(float ticks);
|
|
}
|