Skip to content

Commit 033482e

Browse files
authored
Create dbl.snippet
1 parent 89701ff commit 033482e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Debug/dbl.snippet

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
3+
<CodeSnippet Format="1.0.0">
4+
<Header>
5+
<Title>dbl</Title>
6+
<Shortcut>dbl</Shortcut>
7+
<Description>Debug.Log</Description>
8+
<Author>unitycoder.com</Author>
9+
<SnippetTypes>
10+
<SnippetType>Expansion</SnippetType>
11+
</SnippetTypes>
12+
</Header>
13+
<Snippet>
14+
<Declarations>
15+
<Literal Editable="false">
16+
<ID></ID>
17+
<Function></Function>
18+
</Literal>
19+
</Declarations>
20+
<Code Language="csharp"><![CDATA[Debug.Log("$end$");]]>
21+
</Code>
22+
</Snippet>
23+
</CodeSnippet>
24+
</CodeSnippets>

0 commit comments

Comments
 (0)