Delete PhysicsComponent.java

This commit is contained in:
YanchaoMiao
2020-05-24 18:59:22 +08:00
committed by Ilkka Seppälä
parent 4f2becf96f
commit dc73d57f3e

View File

@ -1,6 +0,0 @@
package com.iluwater.component;
public interface PhysicsComponent extends Component {
void update(GameObject gameObject);
}