mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2025-12-08 19:26:19 +00:00
20 lines
351 B
JavaScript
20 lines
351 B
JavaScript
// source: test.proto
|
|
/**
|
|
* @fileoverview
|
|
* @enhanceable
|
|
* @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!
|
|
|
|
goog.provide('proto.example.FOO');
|
|
|
|
/**
|
|
* @enum {number}
|
|
*/
|
|
proto.example.FOO = {
|
|
X: 17
|
|
};
|
|
|