mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
Branch for IW4X practically everything refactored
This commit is contained in:
9
MessageboardPlugin/Events.cs
Normal file
9
MessageboardPlugin/Events.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace MessageBoard.Events
|
||||
{
|
||||
public delegate void ActionEventHandler(User origin, EventArgs e);
|
||||
}
|
Reference in New Issue
Block a user