nameflood.h 161 B

12345678910
  1. #pragma once
  2. #include "_base.h"
  3. // Hacked together by @Willy-JL
  4. typedef struct {
  5. char name[20];
  6. } NamefloodCfg;
  7. extern const Protocol protocol_nameflood;