mirror of
https://github.com/plexusorg/Plex.git
synced 2024-11-15 00:03:33 +00:00
7 lines
105 B
Java
7 lines
105 B
Java
|
package me.totalfreedom.plex;
|
||
|
|
||
|
public class PlexBase
|
||
|
{
|
||
|
protected static Plex plugin = Plex.plugin;
|
||
|
}
|