package com.hypixel.hytale.component.system.tick;
public interface RunWhenPausedSystem<ECS_TYPE> extends TickableSystem<ECS_TYPE> {
}