6 lines
121 B
C++
6 lines
121 B
C++
class TEAM_COORD {
|
|
title = "Force Team Coordinator:";
|
|
values[] = {0, 1};
|
|
texts[] = {"False", "True"};
|
|
default = 0;
|
|
}; |