Delete GraphicsComponent.java

This commit is contained in:
YanchaoMiao 2020-05-24 18:58:51 +08:00 committed by Ilkka Seppälä
parent c7c3cb8e19
commit 6fed7cbbb2
No known key found for this signature in database
GPG Key ID: 31B7C8F5CC412ECB

View File

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