Interface ISerialNumberKeycard
- Namespace
- Exiled.API.Interfaces.Keycards
- Assembly
- Exiled.API.dll
An interface for CustomKeycardItem's with the SerialNumber property.
public interface ISerialNumberKeycard
- Extension Methods
Properties
SerialNumber
Gets or sets the serial number of this CustomKeycardItem.
string SerialNumber { get; set; }
Property Value
Remarks
Can only hold 12 numbers. Non-numerical chars will be replaced with "-".