mirror of
https://repo.or.cz/minetest_playereffects.git
synced 2025-02-19 05:10:28 +01:00
Effect metadata is a means to store additional user-defined data for the effect, which can be reused when the cancel function of the effect is called. This commit also adds a new example (blind) to demonstrate usage of that.