2025-10-24 11:38:51 +00:00
|
|
|
using Godot;
|
|
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using Godot.Collections;
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
|
|
|
|
|
namespace Rokojori
|
|
|
|
|
{
|
|
|
|
|
[Tool]
|
2025-10-31 12:09:03 +00:00
|
|
|
[GlobalClass]
|
2025-10-24 11:38:51 +00:00
|
|
|
public partial class CollisionFlag:SelectorFlag
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|