General.cs 113 B

1234
  1. namespace Quadarax.Foundation.Core.QConsole.Handlers
  2. {
  3. public delegate void NothingToDo(Engine engine);
  4. }