1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:22:52 +02:00

- Renamed method

This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-19 16:14:23 +02:00
parent 6aa314603c
commit 37b568c21d

View File

@ -64,7 +64,7 @@ public enum SimpleColor: string
*
* Returns: the color control type
*/
private char generate_color_control_char(string color)
private char generateColorControlChar(string color)
{
if(color.length == 6)
{