This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
Godot
/
godot
spogulis no
https://github.com/godotengine/godot.git
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Koks:
b352bdc8cb
Atzari
Tagi
1.0
1.1
2.0
2.1
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3.x
4.0
4.1
4.2
4.3
4.4
master
3.6.1-stable
4.4.1-stable
4.4-stable
3.6-stable
4.3-stable
4.1.4-stable
4.2.2-stable
4.2.1-stable
4.2-stable
4.1.3-stable
4.1.2-stable
3.5.3-stable
4.0.4-stable
4.1.1-stable
4.1-stable
4.0.3-stable
4.0.2-stable
4.0.1-stable
3.5.2-stable
4.0-stable
3.5.1-stable
3.5-stable
3.4.5-stable
3.4.4-stable
3.4.3-stable
3.4.2-stable
3.4.1-stable
3.4-stable
3.3.4-stable
3.3.3-stable
3.3.2-stable
3.3.1-stable
3.3-stable
3.2.3-stable
3.2.2-stable
3.2.1-stable
3.2-stable
3.1.2-stable
2.1.6-stable
3.1.1-stable
3.1-stable
3.0.6-stable
2.1.5-stable
3.0.5-stable
3.0.4-stable
3.0.3-stable
3.0.2-stable
3.0.1-stable
3.0-stable
2.1.4-stable
2.1.3-stable
2.1.2-stable
2.1.1-stable
2.1-stable
2.0.4.1-stable
2.0.4-stable
2.0.3-stable
2.0.2-stable
2.0.1-stable
2.0-stable
1.1-stable
1.0-stable
godot
/
modules
/
mono
/
editor
/
Godot.NET.Sdk
/
Godot.SourceGenerators.Tests
/
TestData
/
Sources
/
Foo.cs
Foo.cs
103 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
10
using Godot;
partial class Foo : GodotObject
{
}
// Foo again in the same file
partial class Foo
{
}