Show / Hide Table of Contents

Struct CustomDataItem

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Definitions.Entities.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public struct CustomDataItem

Properties

| Edit this page View Source

Data

Declaration
public LuaValue Data { readonly get; set; }
Property Value
Type Description
LuaValue
| Edit this page View Source

Name

Declaration
public string Name { readonly get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX