Created
October 14, 2017 12:19
-
-
Save Asherslab/5232d2e13b5b8252eef6f2ea6a5e2fe1 to your computer and use it in GitHub Desktop.
my listener base.java class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.minecolonies.rankup.internal.listener; | |
import com.google.inject.Inject; | |
import com.minecolonies.rankup.Rankup; | |
/** | |
* Marker class (mostly) for listeners. | |
*/ | |
public class ListenerBase | |
{ | |
@Inject | |
protected Rankup plugin; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment