The project's repository is archived as part of the GitHub Archive Program. RogueLibs' code and the documentation will no longer be updated.
Создаём кастомную особенность
Класс CustomTrait
Чтобы сделать кастомную особенность, создайте класс наследующий от CustomTrait
:
MyCustomTrait.cs
public class MyCustomTrait : CustomTrait
{
/* ... */
}