mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-06-03 21:54:47 -04:00
10 lines
189 B
C#
10 lines
189 B
C#
namespace API.Entities
|
|
{
|
|
/// <summary>
|
|
/// Represents the progress a single user has on a given Volume.
|
|
/// </summary>
|
|
public class AppUserProgress
|
|
{
|
|
|
|
}
|
|
} |