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