mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 07:17:00 -04:00
10 lines
215 B
C#
10 lines
215 B
C#
namespace WowUp.Common.Models.Curse
|
|
{
|
|
public class CurseModule
|
|
{
|
|
public string Foldername { get; set; }
|
|
public long Fingerprint { get; set; }
|
|
public int Type { get; set; }
|
|
}
|
|
}
|