Modding:Adding Block Behavior/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "// Сообщаем игровому движку о других действиях блока, которые мы обрабатывали при взаимодействи...")
(Created page with "== Регистрация ==")
Line 60: Line 60:
</syntaxhighlight>
</syntaxhighlight>


== Register ==
== Регистрация ==


In order the register the BlockBehavior we need to create a mod class, override <code>Start(ICoreAPI)</code> and register it with the given name:
In order the register the BlockBehavior we need to create a mod class, override <code>Start(ICoreAPI)</code> and register it with the given name: