Struct PickupIdAndModel
Inherited Members
Namespace: SlipeServer.Packets.Definitions.Pickups
Assembly: SlipeServer.Packets.dll
Syntax
public struct PickupIdAndModel
Constructors
| Edit this page View SourcePickupIdAndModel(ElementId, ushort)
Declaration
public PickupIdAndModel(ElementId id, ushort model)
Parameters
Type | Name | Description |
---|---|---|
ElementId | id | |
ushort | model |
Properties
| Edit this page View SourceId
Declaration
public ElementId Id { readonly get; set; }
Property Value
Type | Description |
---|---|
ElementId |
Model
Declaration
public ushort Model { readonly get; set; }
Property Value
Type | Description |
---|---|
ushort |