mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
16 lines
329 B
C++
16 lines
329 B
C++
/**
|
|
* @file Members.hpp
|
|
* @author LiteLDev (https://github.com/LiteLDev)
|
|
* @brief Member type for PermissionAPI
|
|
*
|
|
* @copyright Copyright (c) 2021-present LiteLoaderBDS developers and all contributors
|
|
*
|
|
*/
|
|
#pragma once
|
|
#include "llapi/perm/Foundation.hpp"
|
|
|
|
namespace PERM {
|
|
|
|
using Members = PermVector<xuid_t>;
|
|
|
|
} |