PGRData/Script/matrix/xui/xuiwatermask/XUiWaterMask.lua

10 lines
234 B
Lua
Raw Normal View History

local XUiWaterMask = XLuaUiManager.Register(XLuaUi, "UiWaterMask")
function XUiWaterMask:OnAwake()
self:InitUiObjects()
end
function XUiWaterMask:OnStart()
self.TopId.text = XPlayer.Id
self.BottomId.text = XPlayer.Id
end