Namespace RisingV.Shared.Utils
Classes
- AssetUtil
Provides utility methods for handling assets, particularly item names.
- Async
Provides utility methods for asynchronous operations.
- EnumUtil
Provides utility methods for working with enums.
- Help
Provides utility methods for various game-related operations.
- LazyRetry<T>
A utility class that allows you to lazily retry the creation of an instance of type T.
- PathUtil
Provides utility methods for working with file paths, particularly to check if a file is within a specified directory.
- WorldTimer
A timer that runs an action in the world at a specified interval.