2025-06-12 14:04:15 +00:00
|
|
|
|
|
|
|
|
using System.Diagnostics;
|
|
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System;
|
|
|
|
|
using Godot;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Rokojori
|
|
|
|
|
{
|
|
|
|
|
[Tool]
|
|
|
|
|
[GlobalClass, Icon("res://addons/rokojori_action_library/Icons/Selector.svg")]
|
|
|
|
|
public partial class Selectable:Node
|
|
|
|
|
{
|
|
|
|
|
[Export]
|
|
|
|
|
public SelectorFlag[] flags;
|
2025-12-10 14:17:07 +00:00
|
|
|
|
2025-06-12 14:04:15 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|