PGRData/Resources/Scripts/XUi/XUiWaterMask/XUiWaterMask.lua

10 lines
234 B
Lua
Raw Normal View History

2022-12-26 08:36:01 +00:00
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