8 lines
83 B
C#
8 lines
83 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public class RobotIDConfig
|
|
{
|
|
public string ID;
|
|
}
|