Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 383 Bytes

flatredball-glue-pluginbase.md

File metadata and controls

9 lines (5 loc) · 383 Bytes

flatredball-glue-pluginbase

Introduction

The PluginBase class acts as a base class for all plugins. It simplifies the process of creating plugins as you simply need to inherit from this class and then add events for whatever your plugin needs to handle.

PluginBase Members