mysimulation/server/FSO.Server.Common/Session/IGluonSession.cs
Tony Bark 199256785b Port FSO's Server architecture
- FreeSO's older libaries use .NET Standard
- Added TargaImage, needs to be ported
2024-05-06 06:46:27 -04:00

13 lines
No EOL
298 B
C#
Executable file

/* using FSO.Common.Security;
using FSO.Server.Framework.Aries;
namespace FSO.Server.Framework.Gluon
{
public interface IGluonSession : IAriesSession, ISecurityContext
{
string CallSign { get; }
string PublicHost { get; }
string InternalHost { get; }
}
}
*/