1
0
Fork 0
This repository has been archived on 2019-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Galactic_Colors_Control/Galactic Colors Control Common/Protocol/Protocol.cs

9 lines
194 B
C#

using System;
namespace Galactic_Colors_Control_Common.Protocol
{
public static class Protocol
{
public static Version version = new Version(0, 1); //Protocol version
}
}