mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 15:16:45 +01:00
9 lines
201 B
Java
9 lines
201 B
Java
package com.plotsquared.sponge.util;
|
|
|
|
public class KillRoadMobs {
|
|
public void run() {
|
|
// TODO kill road mobs
|
|
throw new UnsupportedOperationException("NOT IMPLEMENTED YET");
|
|
}
|
|
}
|