mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-22 17:32:23 +00:00
9 lines
177 B
C#
9 lines
177 B
C#
|
namespace FSO.Server.Protocol.Voltron.DataService
|
|||
|
{
|
|||
|
public class cTSOValue
|
|||
|
{
|
|||
|
public uint Type { get; set; }
|
|||
|
public object Value { get; set; }
|
|||
|
}
|
|||
|
}
|