Files
2026-03-01 12:16:08 +08:00

6 lines
86 B
C++

#include "stdafx.h"
#include "IceBiome.h"
IceBiome::IceBiome(int id) : Biome(id)
{
};