Translations:Modding:Chunk Moddata/10/en

From Vintage Story Wiki
Revision as of 06:52, 19 September 2022 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.