mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-03 16:15:55 +00:00
4 lines
No EOL
138 B
C#
4 lines
No EOL
138 B
C#
using System;
|
|
|
|
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
|
|
public class DebugGUIPrintAttribute : Attribute { } |