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

com.physmo.minvio.utils.ecs.Component Maven / Gradle / Ivy

The newest version!
package com.physmo.minvio.utils.ecs;

import com.physmo.minvio.DrawingContext;

public abstract class Component {
    public abstract void tick(DrawingContext dc, Entity e, double t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy