Skip to content

Commit ca8e754

Browse files
authored
Create ifin.snippet
1 parent 09147c9 commit ca8e754

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Input/ifin.snippet

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>ifin</Title>
6+
<Shortcut>ifin</Shortcut>
7+
<Description>Code snippet for if Input.getkeydown()</Description>
8+
<Author></Author>
9+
</Header>
10+
<Snippet>
11+
<Declarations>
12+
<Literal Editable="false"></Literal>
13+
</Declarations>
14+
<Code Language="csharp"><![CDATA[if (Input.GetKeyDown(KeyCode.$end$))
15+
{
16+
}]]></Code>
17+
</Snippet>
18+
</CodeSnippet>
19+
</CodeSnippets>

0 commit comments

Comments
 (0)