lighttroupe/luz-next

View on GitHub
engine/plugins/actors/divider.luz.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ActorDivider < Actor
    title                "- - - - - - - -"
    description "Hey, nice divider!\n\nDraws nothing."

    hint "Useful as a spacer in your actor list, or as a collection of effects to use with the 'Actor Effects' plugin."
end