Faucet/Minecraft.World/Calendar.h
2026-03-09 16:37:23 +11:00

10 lines
127 B
C++

#pragma once
class Calendar
{
public:
Calendar();
static unsigned int GetDayOfMonth();
static unsigned int GetMonth();
};