Translations:Modding:Chunk Moddata/10/en

From Vintage Story Wiki

Let's start by creating a new .cs file for this mod, and adding our imports and the VintageStory.ServerMods namespace to wrap our class in. Additionally, we'll declare the class ChunkDataStorage that will inherit from ModSystem which is the base class for mod systems. You can read more about this here.