Namespace fix

This commit is contained in:
Фёдор Веселов 2024-10-07 00:08:33 +05:00
commit 34638272aa

View file

@ -1,5 +1,6 @@
using Godot;
using System;
namespace Newlon.Components;
public abstract partial class BaseBehaviour : Node
{