feat: 场景快照支持打印组件值
This commit is contained in:
17
UIFrame/ModBehaviour.cs
Normal file
17
UIFrame/ModBehaviour.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace UIFrame
|
||||
{
|
||||
public class ModBehaviour:Duckov.Modding.ModBehaviour
|
||||
{
|
||||
protected override void OnAfterSetup()
|
||||
{
|
||||
Debug.Log("OnAfterSetup");
|
||||
}
|
||||
|
||||
protected override void OnBeforeDeactivate()
|
||||
{
|
||||
Debug.Log("OnBeforeDeactivate");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user