mirror of
https://github.com/marinho/godot-visual-effects.git
synced 2024-12-22 14:37:27 +08:00
Added namespace
This commit is contained in:
parent
cc32f177c9
commit
a38db5e6ed
@ -1,6 +1,8 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
namespace GodotVisualEffects
|
||||
{
|
||||
public partial class MultiParticles : Node3D
|
||||
{
|
||||
[Export]
|
||||
@ -56,5 +58,5 @@ public partial class MultiParticles : Node3D
|
||||
particle.Emitting = false;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user