package com.grack.adventure.kernel;

/**
 * Compiled versions of the game opcodes.
 */
public enum CompiledBooleanOp {
	AND,
	OR,
	EOR,
}
