mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
27
JNFrame2/临时存储/GameScripts/FGui/Scripts/UIScriptDefault.cs
Normal file
27
JNFrame2/临时存储/GameScripts/FGui/Scripts/UIScriptDefault.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using SHFrame;
|
||||
|
||||
namespace HotScripts.GameScripts.FGui.Scripts
|
||||
{
|
||||
public class UIScriptDefault : UIBase
|
||||
{
|
||||
public override void OnInit()
|
||||
{
|
||||
}
|
||||
|
||||
public override void OnOpen(params object[] param)
|
||||
{
|
||||
}
|
||||
|
||||
public override void AddListener()
|
||||
{
|
||||
}
|
||||
|
||||
public override void OnClose()
|
||||
{
|
||||
}
|
||||
|
||||
public override void RemoveListener()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7e13b365d0e74205977b79a2cd6fe711
|
||||
timeCreated: 1729071032
|
Reference in New Issue
Block a user