Struct ModifierData
Namespace: Global
Assembly: Dew.Core.dll
Syntax
[Serializable]
public struct ModifierData
Constructors
ModifierData(string)
Declaration
public ModifierData(string type)
Parameters
| Type | Name | Description |
|---|---|---|
| string | type |
Fields
clientData
Declaration
public string clientData
Field Value
| Type | Description |
|---|---|
| string |
id
Declaration
public int id
Field Value
| Type | Description |
|---|---|
| int |
isForceRevealed
Declaration
public bool isForceRevealed
Field Value
| Type | Description |
|---|---|
| bool |
type
Declaration
public string type
Field Value
| Type | Description |
|---|---|
| string |