feat: 场景
This commit is contained in:
16
Theme/ModBehaviour.cs
Normal file
16
Theme/ModBehaviour.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Theme
|
||||
{
|
||||
public class ModBehaviour:Duckov.Modding.ModBehaviour
|
||||
{
|
||||
protected override void OnAfterSetup()
|
||||
{
|
||||
base.OnAfterSetup();
|
||||
}
|
||||
protected override void OnBeforeDeactivate()
|
||||
{
|
||||
base.OnBeforeDeactivate();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user