Show / Hide Table of Contents

Class CustomData

Inheritance
object
CustomData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Entities.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public class CustomData

Properties

| Edit this page View Source

Items

Declaration
public IEnumerable<CustomDataItem> Items { get; set; }
Property Value
Type Description
IEnumerable<CustomDataItem>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX