mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
Update README-RU.md
This commit is contained in:
parent
82de5fd710
commit
1c12d2b586
@ -632,7 +632,7 @@ using DCFApixels.DragonECS;
|
||||
[MetaName("SomeComponent")]
|
||||
|
||||
// Используется для группировки типов.
|
||||
[MetaGroup("Abilities/Passive/")]
|
||||
[MetaGroup("Abilities/Passive/")] // или [MetaGroup("Abilities", "Passive")]
|
||||
|
||||
// Задает цвет типа в системе rgb, где каждый канал принимает значение от 0 до 255, по умолчанию белый.
|
||||
[MetaColor(MetaColor.Red)] // или [MetaColor(255, 0, 0)]
|
||||
|
Loading…
Reference in New Issue
Block a user