예제 #1
0
 public EquipmentSlots(SerializationInfo info, StreamingContext context)
 {
     _list = info.GetValue(nameof(_list), _list);
 }