ACR_BuilderPlugin.Editors.Converters.SkillTypeConverter.ReloadSkillList C# (CSharp) Méthode

ReloadSkillList() public static méthode

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