LeviLamina
Loading...
Searching...
No Matches
CommandRunStats.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/CommandOriginType.h"
7
9public:
10 // CommandRunStats inner types define
11 using OriginToRunCountMap = ::std::unordered_map<::CommandOriginType, uint64>;
12
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 64, ::std::unordered_map<::CommandOriginType, uint64>> mRunCountMap;
17 // NOLINTEND
18};
Definition CommandRunStats.h:8