auto-traffic-control
Version:
A video game for programmers about air traffic control
29 lines (25 loc) • 732 B
JavaScript
// source: atc/v1/tag.proto
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck
var jspb = require('google-protobuf');
var goog = jspb;
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
goog.exportSymbol('proto.atc.v1.Tag', null, global);
/**
* @enum {number}
*/
proto.atc.v1.Tag = {
TAG_UNSPECIFIED: 0,
TAG_BLUE: 1,
TAG_RED: 2
};
goog.object.extend(exports, proto.atc.v1);