mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-25 19:08:13 +05:00
8 lines
93 B
C++
8 lines
93 B
C++
#pragma once
|
|
|
|
class AchievementManager
|
|
{
|
|
|
|
private:
|
|
static AchievementManager *m_instance;
|
|
}; |