6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
QuestReward = class("QuestReward")
|
|
|
|
function QuestReward:ctor(serverData)
|
|
self.id = serverData.id
|
|
self.count = serverData.count
|
|
end |