Translations:Modding:Moddable Mod/20/ru

From Vintage Story Wiki
Revision as of 10:43, 16 June 2022 by Mirotworez (talk | contribs) (Created page with "<syntaxhighlight lang="c#"> // In TipMod.cs public class TipMod : ModSystem { ICoreServerAPI api;")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<syntaxhighlight lang="c#">

   // In TipMod.cs
   public class TipMod : ModSystem
   {
       ICoreServerAPI api;