Files
LCERenewed/Minecraft.World/Calendar.h
T
2026-03-08 10:09:54 +01:00

10 lines
136 B
C++

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