index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mono
/
editor
/
Godot.NET.Sdk
/
Godot.SourceGenerators.Tests
/
TestData
/
Sources
/
Generic.cs
blob: ce8a7fe2187d69d7485f488684f955ede58f322a (
plain
)
1
2
3
4
5
6
using Godot; public partial class Generic<T> : GodotObject { private int _field; }