ro-table/Asstes/Resources/Script/Com/Data/Social/SocialRecallData.txt
2025-06-04 05:02:57 +08:00

13 lines
263 B
Plaintext

SocialRecallData = class("SocialRecallData")
function SocialRecallData:ctor(data)
self:SetData(data)
end
function SocialRecallData:SetData(data)
self.guid = data.charid
end
function SocialRecallData:GetName()
return Game.SocialManager:GetName(self.guid)
end