Class TagData
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public class TagData : ITagData, IData
Constructors
TagData()
Declaration
public TagData()
TagData(String)
Declaration
public TagData(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id |
Fields
_id
Declaration
protected string _id
Field Value
| Type | Description |
|---|---|
| String |
Properties
Id
Declaration
public virtual string Id { get; }
Property Value
| Type | Description |
|---|---|
| String |
Implements
IData