comparison AskMrRobot-Serializer/AskMrRobot-Serializer.lua @ 171:5d25f06e0633 v80

Interface version bumped.
author yellowfive
date Mon, 30 Sep 2019 15:11:16 -0700
parents d90a740a1d0b
children 556cb7c32580
comparison
equal deleted inserted replaced
170:5f3af9ba8b96 171:5d25f06e0633
1 -- AskMrRobot-Serializer will serialize and communicate character data between users. 1 -- AskMrRobot-Serializer will serialize and communicate character data between users.
2 2
3 local MAJOR, MINOR = "AskMrRobot-Serializer", 79 3 local MAJOR, MINOR = "AskMrRobot-Serializer", 80
4 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR) 4 local Amr, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
5 5
6 if not Amr then return end -- already loaded by something else 6 if not Amr then return end -- already loaded by something else
7 7
8 -- event and comm used for player snapshotting on entering combat 8 -- event and comm used for player snapshotting on entering combat