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