package xyz.valnet.engine.scenegraph; public interface ITickable { public void tick(float dTime); }