rj-action-library/Runtime/Godot/Generated/ExtendingGodotClassList.cs

16 lines
323 B
C#
Raw Normal View History

2024-07-26 09:26:24 +00:00
using Godot;
using System.Collections.Generic;
using System;
namespace Rokojori
{
public class ExtendingGodotClassList
{
public static List<string> list = Lists.CombineAll(
ExtendingControlGodotClassList.list,
ExtendingNode2DGodotClassList.list,
ExtendingNode3DGodotClassList.list
);
}
}