temporarily fix completions
This commit is contained in:
@@ -6,3 +6,8 @@ public partial class RefCountedContainer<T>(T item) : RefCounted
|
||||
{
|
||||
public T Item { get; } = item;
|
||||
}
|
||||
|
||||
public partial class GodotObjectContainer<T>(T item) : GodotObject
|
||||
{
|
||||
public T Item { get; } = item;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user