og-pvpgn-server/lua/extend/enum/attr.lua
HarpyWar ee04fdd23d Lua scripts pack. It is a part of PvPGN now.
First large implementation in Lua is Trivia Quiz Game (/quiz command) http://i.imgur.com/8QV3blt.png
2014-05-26 16:17:51 +04:00

13 lines
No EOL
238 B
Lua

--[[
Copyright (C) 2014 HarpyWar (harpywar@gmail.com)
This file is a part of the PvPGN Project http://pvpgn.pro
Licensed under the same terms as Lua itself.
]]--
attr_type_str,
attr_type_num,
attr_type_bool,
attr_type_raw
= 0,1,2,3