Continued overhaul

This commit is contained in:
Auxilor
2020-12-22 02:50:27 +00:00
parent 52b6744c0d
commit 1f4b54daca
437 changed files with 276 additions and 18080 deletions

View File

@@ -0,0 +1,5 @@
package com.willfp.eco.util.interfaces;
public interface EcoRunnable extends Runnable {
long getTime();
}