export const MetaRollHalfChance = Symbol('MetaRollHalfChance');
export const MetaRollQuarterChance = Symbol('MetaRollQuarterChance');
export const MetaRollTenthChance = Symbol('MetaRollTenthChance');
export const MetaRollFiftiethChance = Symbol('MetaRollFiftiethChance');
export const MetaRollHundredthChance = Symbol('MetaRollHundredthChance');
export const MetaRollDoResetEachTick = Symbol('MetaRollDoResetEachTick');
export const MetaRollDontResetEachTick = Symbol('MetaRollDontResetEachTick');
