Show / Hide Table of Contents

Class WeaponConstants

Inheritance
object
WeaponConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Constants
Assembly: SlipeServer.Packets.dll
Syntax
public static class WeaponConstants

Properties

| Edit this page View Source

SlotsWithAmmo

Declaration
public static HashSet<byte> SlotsWithAmmo { get; }
Property Value
Type Description
HashSet<byte>
| Edit this page View Source

WeaponsWithAmmo

Declaration
public static HashSet<int> WeaponsWithAmmo { get; }
Property Value
Type Description
HashSet<int>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX