mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
10 lines
253 B
C#
10 lines
253 B
C#
namespace ACE.Adapter.GDLE.Models
|
|
{
|
|
public class StringRequirement
|
|
{
|
|
public int Unknown { get; set; }
|
|
public int OperationType { get; set; }
|
|
public int Stat { get; set; }
|
|
public string Value { get; set; }
|
|
}
|
|
}
|