add test stuff, may or may not have totally cooked the project for you guys
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package org.neoflock.neocomputers.util
|
||||
|
||||
fun interface TieredSupplier<T> {
|
||||
fun get(tier: Int): T
|
||||
}
|
||||
Reference in New Issue
Block a user