Skip to content

Commit

Permalink
Fix Structure for JSON parse
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLanc3 authored Mar 6, 2023
1 parent 47d36f9 commit 5711f41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Types/DataLimit.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
using System;
using System;

namespace OutlineManager.Types
{
public class DataLimit
{
/// <value>Key ID</value>
public int KeyId;
/// <value>Set limit for key</value>
public long LimitBytes;
public long Bytes;
}
}

0 comments on commit 5711f41

Please sign in to comment.