cirnogodot/3D/TrenchBroom/EntityScripts/Activables/ActivableSetter.cs

8 lines
85 B
C#
Raw Permalink Normal View History

2025-06-18 11:33:27 +02:00
using Godot;
using System;
[Tool]
public partial class ActivableSetter : Node
{
}