RuneHive-Game
Loading...
Searching...
No Matches
GenericVoid.java
Go to the documentation of this file.
1package com.runehive.util.generic;
2
3public interface GenericVoid<T> {
4
5 void execute(final T player);
6
7}