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