Move files and folders to new repo format to enable multi-project format
This commit is contained in:
13
Zennysoft.Game.Ma/src/map/dungeon/code/IBossRoom.cs
Normal file
13
Zennysoft.Game.Ma/src/map/dungeon/code/IBossRoom.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Chickensoft.GodotNodeInterfaces;
|
||||
using Godot;
|
||||
|
||||
namespace Zennysoft.Game.Ma;
|
||||
|
||||
public interface IBossRoom : INode3D
|
||||
{
|
||||
public void StartBossFight();
|
||||
|
||||
public void OnBossFightEnded();
|
||||
|
||||
public Marker3D PlayerSpawn { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user