package de.peeeq.wurstscript.utils; public class Constants { /** * The maximum size of arrays in Jass */ public static final int MAX_ARRAY_SIZE = 32768; }