17 lines
309 B
C#
17 lines
309 B
C#
![]() |
|
||
|
using Godot;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
[Tool]
|
||
|
[GlobalClass, Icon("res://addons/rokojori_action_library/Icons/Sensor.svg")]
|
||
|
public partial class InputIconLocale: Resource
|
||
|
{
|
||
|
[Export]
|
||
|
public InputIcon icon;
|
||
|
|
||
|
[Export]
|
||
|
public LocalizedString locale;
|
||
|
}
|
||
|
}
|