Add TriggerActionFactory and related resources for button and logic sequence components
This commit is contained in:
9
Code/Resources/WorldIdComponentResource.cs
Normal file
9
Code/Resources/WorldIdComponentResource.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
namespace CryptonymThunder.Code.Resources;
|
||||
|
||||
[GlobalClass]
|
||||
public partial class WorldIdComponentResource : Resource
|
||||
{
|
||||
[Export] public string WorldId { get; set; } = "unique_id_01";
|
||||
}
|
||||
Reference in New Issue
Block a user