13 lines
279 B
Lua
13 lines
279 B
Lua
|
|
|
||
|
|
local DATA_MODEL_NAME = ...
|
||
|
|
|
||
|
|
Player = import(".Player")
|
||
|
|
import(".RecordData")
|
||
|
|
|
||
|
|
Room = import(".Room")
|
||
|
|
RoomResult = import(".RoomResult")
|
||
|
|
import(".User")
|
||
|
|
RecordData = import(".RecordData")
|
||
|
|
Location = import(".Location")
|
||
|
|
GroupData = import(".GroupData")
|
||
|
|
Groups = import(".Groups")
|