Added headers to TriggerType class.

This commit is contained in:
JitseB 2018-05-14 20:50:50 +02:00
parent f8325dcf27
commit 3120613f85
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
/*
* Copyright (c) 2018 Jitse Boonstra
*/
package net.jitse.npclib.events.trigger;
/**
* @author Jitse Boonstra
*/
public enum TriggerType {
MANUAL, AUTOMATIC