Struct NetworkServiceData
Inherited Members
Namespace: SociallyDistant.Core.Core.WorldData.Data
Assembly: SociallyDistant.Framework.dll
Syntax
public struct NetworkServiceData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>
Properties
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Id
Declaration
public string? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Port
Declaration
public ushort Port { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
| Type | Name | Description |
|---|---|---|
| IWorldSerializer | serializer |