Translations:Modding:Adding Block Behavior/38/ru

From Vintage Story Wiki
Revision as of 12:43, 14 May 2020 by Akellagray (talk | contribs) (Created page with "<syntaxhighlight lang="c#"> distance = properties["distance"].AsInt(1); pull = properties["pull"].AsBool(false); </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
        distance = properties["distance"].AsInt(1);
        pull = properties["pull"].AsBool(false);