Class WolfGroup.WolfGroupAudioConfig
Group audio configuration.
Inheritance
System.Object
WolfGroup.WolfGroupAudioConfig
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public class WolfGroupAudioConfig
Constructors
| Improve this Doc View SourceWolfGroupAudioConfig()
Creates a new instance of WOLF group audio config object.
Declaration
[JsonConstructor]
protected WolfGroupAudioConfig()
Properties
| Improve this Doc View SourceGroupID
ID of the group.
Declaration
[JsonProperty("id")]
public uint GroupID { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
IsEnabled
Is audio stage enabled?
Declaration
[JsonProperty("enabled")]
public bool IsEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinimumReputationLevel
Minimum reputation level to enter audio stage.
Declaration
[JsonProperty("minRepLevel")]
public int? MinimumReputationLevel { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StageType
Type of the stage.
Declaration
[JsonProperty("stageId")]
public WolfStageType? StageType { get; }
Property Value
Type | Description |
---|---|
System.Nullable<WolfStageType> |