12 lines
No EOL
194 B
C#
12 lines
No EOL
194 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
using Qmmands;
|
|
|
|
namespace WingsEmu.Commands.Entities
|
|
{
|
|
public class SaltyModuleBase : ModuleBase<WingsEmuIngameCommandContext>
|
|
{
|
|
}
|
|
} |