Enemy follow system
This commit is contained in:
@@ -28,6 +28,8 @@ public partial class Game : Node3D, IGame
|
||||
|
||||
[Node] public Control MiniMap { get; set; } = default!;
|
||||
|
||||
[Node] public NavigationRegion3D NavigationRegion { get; set; } = default!;
|
||||
|
||||
public void Setup()
|
||||
{
|
||||
GameRepo = new GameRepo();
|
||||
|
||||
Reference in New Issue
Block a user