예제 #1
0
            // ![](330E21079BE9A11BBF50634E3F861264.png)
            public static void SetBaseColorWithIndex(string id, int index)
            {
                CreatureBoardAsset creatureBoardAsset = GetCreatureBoardAsset(id);

                if (creatureBoardAsset == null)
                {
                    return;
                }

                creatureBoardAsset.SetBaseColorWithIndex(index);
                CreatureManager.SetBaseColorIndex(creatureBoardAsset.CreatureId, new CreatureColorIndex((ushort)index));
            }