Sakuno.KanColle.Amatsukaze.StringResourcesItems.StringResourcesItems C# (CSharp) Method

StringResourcesItems() private method

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