Archived
0

refactoring: add mc.utils.pool

This commit is contained in:
2021-05-10 02:06:49 +03:00
parent 50fc39e924
commit 3165eca0ca
6 changed files with 57 additions and 1 deletions

View File

@@ -1,6 +0,0 @@
package mc.protocol.pool;
public interface Passivable {
void passivate();
}