Added headers to TriggerType class.
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (c) 2018 Jitse Boonstra
|
||||||
|
*/
|
||||||
|
|
||||||
package net.jitse.npclib.events.trigger;
|
package net.jitse.npclib.events.trigger;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author Jitse Boonstra
|
||||||
|
*/
|
||||||
public enum TriggerType {
|
public enum TriggerType {
|
||||||
|
|
||||||
MANUAL, AUTOMATIC
|
MANUAL, AUTOMATIC
|
||||||
|
|||||||
Reference in New Issue
Block a user