This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
ESGRAF48/proto/DataModel.proto

11 lines
112 B
Protocol Buffer

syntax = "proto3";
package ESGRAF48;
import "V2SvkModel.proto";
message DataModel
{
V2SvkModel V2Svk = 2;
}