Re-sets DamageSystem changes.
- Возвращает
- storage version on which the config changes occured (default -1, to be overriden!)
- Заметки
- Significant changes to DamageSystem in item configs have to be re-set by increasing the storage version and overriding this method. Default return is -1 (does nothing).
См. определение в файле ItemBase.c строка 742
743 {
744 return -1;
745 }