Пример #1
0
 public static void SetExtendedDataById(this AIChara.ChaFileClothes.PartsInfo.ColorInfo messagePackObject, string id, PluginData data) => SetExtendedData(messagePackObject, id, data);
Пример #2
0
 public static bool TryGetExtendedDataById(this AIChara.ChaFileClothes.PartsInfo.ColorInfo messagePackObject, string id, out PluginData data) => GetExtendedData(messagePackObject, id, out data);