package com.hypixel.hytale.server.core.modules.physics.systems;
import com.hypixel.hytale.component.system.ISystem;
import com.hypixel.hytale.server.core.universe.world.storage.EntityStore;
public interface IVelocityModifyingSystem extends ISystem<EntityStore> {
}