SFS2X Objective-C API  1.7.13
iOS / macOS / tvOS
SetMMOItemVariables.h
1 //
2 // SetMMOItemVariables.h
3 // SFS2X
4 //
5 // Created by Lapo on 29/11/13.
6 // Copyright (c) 2013 A51 Integrated | http://a51integrated.com. All rights reserved.
7 //
8 
9 
10 extern NSString* const SetMMOItemVariables_KEY_ROOM_ID;
11 extern NSString * const SetMMOItemVariables_KEY_ITEM_ID;
12 extern NSString * const SetMMOItemVariables_KEY_VAR_LIST;
13 
14 /** This class is used to store constants.
15 
16  NOTE: This is not a client request. If you need to set the MMOItemVariables you can do it from the Server side API.
17  */
18 @interface SetMMOItemVariables : NSObject
19 
20 @end
SetMMOItemVariables
Definition: SetMMOItemVariables.h:18