6// Copyright (c) 2013 A51 Integrated | http://a51integrated.com. All rights reserved.
7//
8
9#import "IMMOItemVariable.h"
10#import "SFSUserVariable.h"
11
12
13/** The MMOItemVariable object represents a SmartFoxServer MMOItem Variable entity on the client.
14
15 It is a custom value attached to an MMOItem object that gets automatically synchronized between client and server on every change, provided that the MMOItem is inside the Area of Interest (AoI) of the current user in the MMORoom.
16
17 Changes in the MMOItemVariables are dispatched via the [ISFSEvents onMMOItemVariablesUpdate] event
18
19 NOTE: MMOItem Variables behave exactly like User Variables and support the same data types, but they can be created, updated and deleted on the server side only.</p>