6// Copyright (c) 2013 A51 Integrated | http://a51integrated.com. All rights reserved.
7//
8
9#import "Vec3D.h"
10
11/** The MapLimits class is used to set the limits of the virtual environment represented by an MMORoom when creating it. The limits represent the minimum and maximum coordinate values (2D or 3D) that the MMORoom should expect.