ACR_BuilderPlugin.Editors.Converters.SkillTypeConverter.ReloadSkillList C# (CSharp) Method

ReloadSkillList() public static method

public static ReloadSkillList ( ) : void
return void
        public static void ReloadSkillList()
        {
            SkillList = new string[] { "Hi!" };
        }
    }