Newer
Older
CactusServer / src / main / java / cactusServer / entities / Allowed.java
package cactusServer.entities;

public enum Allowed {
	SHOOT, KILL;
}