15 lines
299 B
C#
15 lines
299 B
C#
|
|
using Godot;
|
||
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using Godot.Collections;
|
||
|
|
using System.Drawing;
|
||
|
|
|
||
|
|
namespace Rokojori
|
||
|
|
{
|
||
|
|
[Tool]
|
||
|
|
[GlobalClass,Icon("res://addons/rokojori_action_library/Icons/SelectorFlag.svg")]
|
||
|
|
public partial class CollisionFlag:SelectorFlag
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|