using System;

public enum BoolEnum
{
	True = 1,
	False = 0
}