mirror of
https://github.com/Noratrieb/Java2DGame.git
synced 2026-01-14 14:05:01 +01:00
5 lines
48 B
Java
5 lines
48 B
Java
package core;
|
|
|
|
public interface Collidable {
|
|
|
|
}
|