10 lines
124 B
C#
10 lines
124 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public class PPFloat
|
|
{
|
|
public string PP_FloatName;
|
|
|
|
public float PP_Value;
|
|
}
|