/++
    Package for the common plugin modules all plugins need.

    See_Also:
        [kameloso.plugins.common.core],
        [kameloso.plugins.common.misc],
        [kameloso.plugins.common.delayawait],
        [kameloso.plugins.common.mixins],
        [kameloso.plugins.common.awareness]

    Copyright: [JR](https://github.com/zorael)
    License: [Boost Software License 1.0](https://www.boost.org/users/license.html)

    Authors:
        [JR](https://github.com/zorael)
 +/
module kameloso.plugins.common;

public:

import kameloso.plugins.common.core;
import kameloso.plugins.common.misc;
import kameloso.plugins.common.delayawait;
import kameloso.plugins.common.mixins;
import kameloso.plugins.common.awareness;