Initial commit
This commit is contained in:
9
code-csharp/en_US/PPString.cs
Normal file
9
code-csharp/en_US/PPString.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
[Serializable]
|
||||
public class PPString
|
||||
{
|
||||
public string PP_StringName;
|
||||
|
||||
public string PP_Value;
|
||||
}
|
Reference in New Issue
Block a user