hurrmmm/godot/TAS_system/TAS_System.cs

7 lines
71 B
C#
Raw Normal View History

2023-11-11 11:31:48 -07:00
using Godot;
using System;
public partial class TAS_System : Node
{
}