admin-aftermath
Results
1
issues of
admin-aftermath
Added the function `has_type` to `accessories.move`. This function allows third-party packages to query if a `SuiFren` contains a given `Accessory` type. ``` public fun has_type (sf: &SuiFren, type: String): bool...