Elin Modding Docs Doc
Loading...
Searching...
No Matches
UD_Biome.cs
1using System;
2
3// Token: 0x0200000D RID: 13
4[Serializable]
5public class UD_Biome : UDictionary<string, BiomeProfile>
6{
7}