Translations:Modding:Moddable Mod/55/ru

From Vintage Story Wiki
Revision as of 10:47, 16 June 2022 by Mirotworez (talk | contribs) (Created page with "public Tip(string author, string tip) { this.author = author; this.tip = tip; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

public Tip(string author, string tip)

       {
           this.author = author;
           this.tip = tip;
       }