mirror of
https://git.neolegacy.dev/Elysium/Project-Elysium.git
synced 2026-08-09 15:41:22 +00:00
6 lines
91 B
C++
6 lines
91 B
C++
#include "stdafx.h"
|
|
#include "IceBiome.h"
|
|
|
|
IceBiome::IceBiome(int id) : Biome(id)
|
|
{
|
|
}; |