package error func NewGameStateError(arg ...any) error { return newGenericError(ErrGameStateInvalid, arg...) }