Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
commitin the dog
  • Loading branch information
zadi0648 committed Dec 10, 2019
1 parent 6478522 commit 1116bbf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
15 changes: 15 additions & 0 deletions com.unity.shadergraph/Editor/ShaderGUI/Dog.cs
@@ -0,0 +1,15 @@
using UnityEngine;

namespace UnityEditor.ShaderGraph
{
public class Dog
{
private string bigBoy = "raf raf";

public void Bark()
{
Debug.Log("Boof boof");
return;
}
}
}
11 changes: 11 additions & 0 deletions com.unity.shadergraph/Editor/ShaderGUI/Dog.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1116bbf

Please sign in to comment.