mirror of
https://github.com/Ragora/T2-DXAI.git
synced 2026-01-20 02:24:47 +00:00
10 lines
272 B
C#
10 lines
272 B
C#
// config.cs
|
|
// Configuration for the DXAI System
|
|
// Copyright (c) 2014 Robert MacGregor
|
|
|
|
$DXAI::Commander::minimumFlagDefense = 1;
|
|
$DXAI::Commander::minimumGeneratorDefense = 1;
|
|
|
|
$DXAI::Bot::DefaultFieldOfView = 3.14159 / 2; // 90*
|
|
$DXAI::Bot::DefaultViewDistance = 300;
|