package com.aionemu.gameserver.model.templates.materials;

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;

/**
 * @author Rolandas
 */
@XmlType
@XmlEnum
public enum MaterialActCondition {

	SUNNY,
	NIGHT;
}
