Translations:Modding:Adding Block Behavior/38/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "<syntaxhighlight lang="c#"> distance = properties["distance"].AsInt(1); pull = properties["pull"].AsBool(false); </syntaxhighlight>")
 
(No difference)

Latest revision as of 12:43, 14 May 2020

        distance = properties["distance"].AsInt(1);
        pull = properties["pull"].AsBool(false);