mirror of
https://github.com/MilkBarModding/MilkBarLauncher.git
synced 2025-06-16 20:20:56 +00:00
12 lines
103 B
C++
12 lines
103 B
C++
#pragma once
|
|
|
|
namespace DTO
|
|
{
|
|
class WorldDTO
|
|
{
|
|
public:
|
|
float Time;
|
|
int Day;
|
|
int Weather;
|
|
};
|
|
} |