mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
6 lines
No EOL
145 B
C#
6 lines
No EOL
145 B
C#
using ACE.Server.Network;
|
|
|
|
namespace ACE.Server.Command
|
|
{
|
|
public delegate void CommandHandler(Session session, params string[] parameters);
|
|
} |