2025-04-08 11:31:35 +08:00

10 lines
118 B
C#

using System;
[Serializable]
public class PPInt
{
public string PP_IntName;
public int PP_Value;
}