Fixed issue #390 (problems with BCLib fog)

This commit is contained in:
coolGi
2022-09-02 15:14:03 +09:30
parent 1aaae5c1da
commit a5ade02dec
@@ -0,0 +1,11 @@
package com.seibel.lod.core.wrapperInterfaces.modAccessor;
import java.awt.*;
public interface IBCLibAccessor extends IModAccessor {
/** Sets the BCLib custom fog renderer */
void setRenderCustomFog(boolean newValue);
/** Gets the BCLib fog color */
Color getFogColor();
}