Beispiel #1
0
 public NpcAi(ServerContext context)
 {
     _context = context;
     _context.AddEntry(RegenerateEntry);
 }