1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

update welcome plugin to IPluginV2

This commit is contained in:
RaidMax
2023-02-11 20:56:52 -06:00
parent 74470c3476
commit f1e8fb9b34
3 changed files with 96 additions and 101 deletions

View File

@ -3,7 +3,7 @@ using SharedLibraryCore.Interfaces;
namespace IW4MAdmin.Plugins.Welcome
{
class WelcomeConfiguration : IBaseConfiguration
public class WelcomeConfiguration : IBaseConfiguration
{
public string UserAnnouncementMessage { get; set; }
public string UserWelcomeMessage { get; set; }