mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 13:16:02 +00:00
Make shallow copies of resources
This commit is contained in:
parent
c318bd8c13
commit
0203af4642
8 changed files with 55 additions and 15 deletions
12
Scripts/Resources/TestGeneric/GenericTestNode.cs
Normal file
12
Scripts/Resources/TestGeneric/GenericTestNode.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Resources.TestGeneric;
|
||||
|
||||
public partial class GenericTestNode : Node2D
|
||||
{
|
||||
|
||||
[Export] public GenericTestResourceBase TestResource { get; set; } = null!;
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue