mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 19:23:48 +00:00
Loot drops provider
This commit is contained in:
parent
cc85cd4b54
commit
cf4b11d157
9 changed files with 117 additions and 19 deletions
|
|
@ -11,8 +11,8 @@ public partial class EnemyFSMProxy : CharacterBody2D
|
|||
[Export] public EnemyStateMachine EnemyFSM { get; private set; }
|
||||
|
||||
[Export] public EnemyResource EnemyResource { get; private set; }
|
||||
|
||||
[Export] public Array<LootDrop> ExtraLoot { get; private set; }
|
||||
|
||||
[Export] public Array<LootDrop> ExtraLoot { get; private set; } = [];
|
||||
|
||||
[Export]
|
||||
public AiState StartingAiState { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue