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