Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my godot is v4.0.3 why this code is different from readme #32

Open
zcCarl opened this issue Jul 7, 2023 · 1 comment
Open

my godot is v4.0.3 why this code is different from readme #32

zcCarl opened this issue Jul 7, 2023 · 1 comment

Comments

@zcCarl
Copy link

zcCarl commented Jul 7, 2023

#wrong photo
syntax = "proto3";
message A {
	B f1 = 1;
}
message B {
       string f1 = 1 ;
}
#Right photo
message A {
        message B {
               string f1 = 1;
        }
	B f1 = 1;
}

@oniksan
Copy link
Owner

oniksan commented Aug 8, 2023

Please clarify your question, I don't understand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants