All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pacman.game.Drawable Maven / Gradle / Ivy

There is a newer version: 2.0.1.0
Show newest version
package pacman.game;

import java.awt.*;

/**
 * Created by piers on 10/02/17.
 */
public interface Drawable {

    public boolean enabled();

    public void draw(Graphics2D graphics );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy