16 lines
348 B
C#
16 lines
348 B
C#
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// D E R E L I C T
|
|
//
|
|
/// // (c) 2003..2024
|
|
|
|
using Godot;
|
|
using Microsoft.CodeAnalysis.CSharp.Syntax;
|
|
using System;
|
|
|
|
|
|
[GlobalClass]
|
|
public partial class NilScreenDef : ScreenGenericDef<NilScreenDef, NilScreen>
|
|
{
|
|
}
|