mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 07:06:34 +00:00
rename offset property in user
This commit is contained in:
@@ -16,12 +16,12 @@ public class User
|
||||
|
||||
public class UserConfig
|
||||
{
|
||||
public UserQueueOffsets? QueueConfig { get; set; } = new();
|
||||
public UserQueueOffsets? QueueOffsets { get; set; } = new();
|
||||
}
|
||||
|
||||
public class UserQueueOffsets
|
||||
{
|
||||
public int AnnotationsOffset { get; set; }
|
||||
public int AnnotationsConfirmOffset { get; set; }
|
||||
public int AnnotationsCommandsOffset { get; set; }
|
||||
public ulong AnnotationsOffset { get; set; }
|
||||
public ulong AnnotationsConfirmOffset { get; set; }
|
||||
public ulong AnnotationsCommandsOffset { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user