using System;

[Serializable]
public class PPInt
{
    public string PP_IntName;

    public int PP_Value;
}