reimplement sapling override

This commit is contained in:
dfsek
2020-12-24 14:58:53 -07:00
parent c8434e73ef
commit 0780539326
5 changed files with 42 additions and 15 deletions
@@ -0,0 +1,6 @@
package com.dfsek.terra.api.platform.generator;
import com.dfsek.terra.api.platform.Handle;
public interface GeneratorWrapper extends Handle {
}