Added Game class
Pre-release
Pre-release
- Added
Game
class, wrappingPlayerSettings
in it. If you usePlayerSettings
, add a prefix "Game." to each instance. This class will be for every instance where the library needs to access the game's library directly. - Added is empty check to
Version
inModuleScript
. - Added
TypeHelper
class, takingHelper's
"To" methods. - Changed PathManager constants to be inaccessible.
- Changed parameter "copy local" to be disabled, making compiling the library from its source faster.
- Changed recursive algorithm inside
Unwrap()
to be an overload ofUnwrap()
, allowing you to pass in anIEnumerable
directly instead of wrapping theIEnumerable
as an object and using pattern matching to reobtain it. - Fixed bug where
DynamicAudio
'sFade()
would always mute when it ends. - Renamed extension method
Backwards()
method toRev()
. - Renamed generic types in
Work
to be clearer. - Renamed extension method
ToIEnumerable()
toAsEnumerable()
.