|
package space.eptaproject.vmodaddon;
|
|
|
|
import space.eptaproject.vmodaddon.mixins.PhysicsTrackControllerAccessor;
|
|
|
|
public interface IPhysicsTrackController extends PhysicsTrackControllerAccessor {
|
|
void SetRawDamperCoefficient(float delta);
|
|
float GetRawDamperCoefficient();
|
|
}
|