Sakuno.KanColle.Amatsukaze.StringResourcesItems.StringResourcesItems C# (CSharp) Méthode

StringResourcesItems() private méthode

private StringResourcesItems ( string>.Dictionary rpItems ) : Newtonsoft.Json
rpItems string>.Dictionary
Résultat Newtonsoft.Json
        internal StringResourcesItems(Dictionary<string, string> rpItems)
        {
            r_Items = rpItems;
        }