Fixed output error ERROR: Script class can only be set together with base class name
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
namespace Babushka.scripts.CSharp.Common.Animation;
|
||||
|
||||
public partial class AnimationStarter : Node2D
|
||||
{
|
||||
@@ -21,4 +22,4 @@ public partial class AnimationStarter : Node2D
|
||||
_played = true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user