diff --git a/base/src/main/kotlin/de/staropensource/engine/base/utility/Environment.kt b/base/src/main/kotlin/de/staropensource/engine/base/utility/Environment.kt index d7c3770..fae71cf 100644 --- a/base/src/main/kotlin/de/staropensource/engine/base/utility/Environment.kt +++ b/base/src/main/kotlin/de/staropensource/engine/base/utility/Environment.kt @@ -31,6 +31,11 @@ import oshi.hardware.HardwareAbstractionLayer * Provides information about the * environment the application runs in. * + * All methods contained in this class + * have the ability to return `null`. + * They will however only do so if the + * engine is not initialized. + * * @constructor Initializes this class * @since v1-alpha10 */