Update Component.java
This commit is contained in:
parent
6523047361
commit
df84a3cc74
@ -1,6 +1,9 @@
|
|||||||
package com.iluwater.component;
|
package com.iluwater.component;
|
||||||
|
|
||||||
public interface Component {
|
|
||||||
|
|
||||||
void update(GameObject gameObject);
|
/**
|
||||||
|
* Component is an interface for all component.
|
||||||
|
*/
|
||||||
|
|
||||||
|
public interface Component { void update(GameObject gameObject);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user