EventType.java

package io.github.unisim.event;

public enum EventType {
    NEGATIVE,
    NEUTRAL,
    POSITIVE,
}