server-master/srcs/WingsAPI.Commands/Entities/SaltyModuleBase.cs
2026-02-10 18:21:30 +01:00

12 lines
No EOL
194 B
C#

// WingsEmu
//
// Developed by NosWings Team
using Qmmands;
namespace WingsEmu.Commands.Entities
{
public class SaltyModuleBase : ModuleBase<WingsEmuIngameCommandContext>
{
}
}