mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 08:39:11 +00:00
5 lines
185 B
Java
5 lines
185 B
Java
/**
|
|
* Contains classes which represent in-game sectors - blocks of 8x8 tiles used to store ground items, temporary objects, etc.
|
|
* efficiently.
|
|
*/
|
|
package org.apollo.game.model.area; |