save
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Godot;
|
||||
|
||||
namespace fgj26.Scripts.Common;
|
||||
|
||||
public partial class ProjectileParent : Node2D
|
||||
{
|
||||
public static ProjectileParent Instance;
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
Instance = this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user