15 lines
243 B
C#
15 lines
243 B
C#
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using System.Text.RegularExpressions;
|
||
|
|
using System.Text;
|
||
|
|
using Godot;
|
||
|
|
|
||
|
|
namespace Rokojori
|
||
|
|
{
|
||
|
|
[Tool]
|
||
|
|
[GlobalClass]
|
||
|
|
public partial class HighlightEffect:Resource
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|