10 lines
213 B
C#
10 lines
213 B
C#
![]() |
|
||
|
using Godot;
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
public class CompositorEffectGraphOutput:CompositorEffectGraphConnection
|
||
|
{
|
||
|
public CompositorEffectGraphOutput( _XX_CompositorEffectGraph graph ):base( graph ){}
|
||
|
}
|
||
|
}
|