BowlerKernel
IPhysicsUpdate.java
Go to the documentation of this file.
1 package com.neuronrobotics.bowlerstudio.physics;
2 
3 public interface IPhysicsUpdate {
4 
9  public void update(float timeStep);
10 }