blob: 54019a01017a8897300eb5195129bbf252f07351 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Monkey Plugins Loader
# =====================
# Monkey plugins are extended functionalities for Monkey,
# the main directive to load a plugin is LoadPlugin plus
# the absolute path for the desired plugin.
#
# Please check the following list of available plugins:
[PLUGINS]
@MK_LOAD_PLUGINS@
|