package com.flexpoker.game.command.framework; import com.flexpoker.framework.event.Event; public interface GameEvent extends Event { }