Modding:World Access: Difference between revisions

From Vintage Story Wiki
m (Double checked information and added version)
mNo edit summary
Line 1: Line 1:
{{GameVersion|1.15}}
{{GameVersion|1.15}}
 
<languanges/><translate>
== Get and Set Blocks through the API ==
== Get and Set Blocks through the API ==


Let's Take our basic mod init code for a server mod
Let's Take our basic mod init code for a server mod
 
</translate>
<syntaxhighlight lang="c#">
<syntaxhighlight lang="c#">
     public class SampleMod : ModSystem
     public class SampleMod : ModSystem