Skip to content

Commit

Permalink
🚀 Update ProtoInclude index for a class
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidhajiparvaneh committed Jul 24, 2024
1 parent 17dd429 commit 30f374c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BO4E/BO/BusinessObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace BO4E.BO;
[ProtoInclude(32, typeof(MabisZaehlpunkt))]
[ProtoInclude(33, typeof(Summenzeitreihe))]
[ProtoInclude(34, typeof(Lokationszuordnung))]
[ProtoInclude(34, typeof(Einspeise))]
[ProtoInclude(35, typeof(Einspeise))]
public abstract class BusinessObject : IUserProperties, IOptionalGuid
{
/// <summary>
Expand Down

0 comments on commit 30f374c

Please sign in to comment.