Delete Component.java

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

View File

@ -1,9 +0,0 @@
package com.iluwater.component;
/**
* Component is an interface for all component.
*/
public interface Component { void update(GameObject gameObject);
}