7 lines
207 B
C#
7 lines
207 B
C#
using System;
|
|
using Barotrauma.LuaCs.Events;
|
|
|
|
namespace Barotrauma.LuaCs;
|
|
|
|
public interface IAssemblyPlugin : IDisposable, IEventPluginPreInitialize, IEventPluginInitialize, IEventPluginLoadCompleted { }
|