d4a27f6d4d
Implement fog door for unlockable doors
11 lines
182 B
C#
11 lines
182 B
C#
using Chickensoft.Introspection;
|
|
using Godot;
|
|
|
|
namespace Zennysoft.Game.Ma;
|
|
|
|
[GlobalClass]
|
|
[Meta, Id("key_item_stats")]
|
|
public partial class KeyItemStats : InventoryItemStats
|
|
{
|
|
|
|
} |