Assorted bug fixes, remove dead Torch.Launcher project
This commit is contained in:
@@ -7,10 +7,24 @@ using VRage.Game.ModAPI;
|
||||
|
||||
namespace Torch.API
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a player on the server.
|
||||
/// </summary>
|
||||
public interface IPlayer
|
||||
{
|
||||
/// <summary>
|
||||
/// The name of the player.
|
||||
/// </summary>
|
||||
string Name { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The SteamID of the player.
|
||||
/// </summary>
|
||||
ulong SteamId { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The player's current connection state.
|
||||
/// </summary>
|
||||
ConnectionState State { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user