Create PhysicsComponent.java
This commit is contained in:
parent
8604e65fce
commit
3f08aebcd3
@ -0,0 +1,7 @@
|
||||
package com.iluwatar.component;
|
||||
|
||||
/**
|
||||
* PhysicsComponent is an interface for Physics function
|
||||
*/
|
||||
public interface PhysicsComponent extends Component { void update(GameObject gameObject);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user