Patch engine components

This commit is contained in:
Daniel Mills 2021-07-18 18:42:05 -04:00
parent 8a0b7fbc47
commit 63ba5cf39d

View File

@ -69,7 +69,7 @@ public interface EngineComponent {
}
default long getSeed() {
return getTarget().getWorld().getSeed();
return getTarget().getWorld().seed();
}
default EngineFramework getFramework() {