成功编译C#插件 #12

添加了C#二进制相关文件的忽略
This commit is contained in:
2025-10-25 05:22:01 +08:00
parent 580e7cf72b
commit fc1078f20c
5 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,16 @@
using UnrealSharp.Engine.Core.Modules;
namespace ManagedBusyRabbit;
public class FManagedBusyRabbit : IModuleInterface
{
public void StartupModule()
{
}
public void ShutdownModule()
{
}
}