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;
|
||||
|
||||
/**
|
||||
* @author Jitse Boonstra
|
||||
*/
|
||||
public enum TriggerType {
|
||||
|
||||
MANUAL, AUTOMATIC
|
||||
|
||||
Reference in New Issue
Block a user