mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
6 lines
131 B
C#
6 lines
131 B
C#
namespace Artemis.UI.Screens.Workshop.Parameters;
|
|
|
|
public class ReleaseDetailParameters
|
|
{
|
|
public long ReleaseId { get; set; }
|
|
} |