Create Component.java
This commit is contained in:
committed by
Ilkka Seppälä
parent
b2a22e506e
commit
f9ca7f752e
@ -0,0 +1,9 @@
|
||||
package com.iluwatar.component;
|
||||
|
||||
|
||||
/**
|
||||
* Component is an interface for all component.
|
||||
*/
|
||||
|
||||
public interface Component { void update(GameObject gameObject);
|
||||
}
|
Reference in New Issue
Block a user