Project

General

Profile

Statistics
| Revision:

root / chunk / Global.java @ 10

History | View | Annotate | Download (144 Bytes)

1
package chunk;
2
public class Global {
3
    public static int MAX_CHUNK_SIZE = 64000;
4
    public static int MAX_STORAGE_SIZE = 64000000;
5
    ///
6
 }