Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
from2001 committed Dec 5, 2023
1 parent bfe399d commit 268e94c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
using UnityEngine.Networking;
using System.Runtime.CompilerServices;

namespace VrmVisualScriptingNodes.Utils
namespace from2001
{

public class Utils : MonoBehaviour
{
static int addTest(int a, int b)
{
return a + b;
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.from2001.vrm-visualscripting-nodes",
"version": "0.1.2",
"version": "0.1.3",
"displayName": "VRM Visual Scripting Nodes",
"description": "Unity Visual Scripting node library for VRM",
"unity": "2021.3",
Expand Down

0 comments on commit 268e94c

Please sign in to comment.