protocol: Added missing Window Types (#3420)

This commit is contained in:
Twisted 2020-04-19 15:43:11 +01:00 committed by GitHub
parent 1579f41056
commit 3d2ca457f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,9 +51,12 @@ interface WindowTypes{
public const ELEMENT_CONSTRUCTOR = 21;
public const MATERIAL_REDUCER = 22;
public const LAB_TABLE = 23;
public const LOOM = 24;
public const LECTERN = 25;
public const GRINDSTONE = 26;
public const BLAST_FURNACE = 27;
public const SMOKER = 28;
public const STONECUTTER = 29;
public const CARTOGRAPHY = 30;
}