mysimulation/server/FSO.Server.Protocol/Gluon/Packets/IGluonCall.cs

10 lines
144 B
C#
Raw Permalink Normal View History

using System;
namespace FSO.Server.Protocol.Gluon.Packets
{
public interface IGluonCall
{
Guid CallId { get; set; }
}
}