Translations:Modding:Moddable Mod/53/ru

From Vintage Story Wiki
Revision as of 10:47, 16 June 2022 by Mirotworez (talk | contribs) (Created page with "public void AddTip(Tip tip) { tips.Add(tip); } } } </syntaxhighlight> <syntaxhighlight lang="c#"> // In Tip.cs using System; using System.Colle...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

public void AddTip(Tip tip)

       {
           tips.Add(tip);
       }
   }

} </syntaxhighlight> <syntaxhighlight lang="c#"> // In Tip.cs using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks;