Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from techno-dwarf-works/feature/samples
Browse files Browse the repository at this point in the history
Update Samples
  • Loading branch information
uurha authored Apr 21, 2024
2 parents 1854b99 + aeb38a4 commit 3023dba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Samples
{
public class Test2 : MonoBehaviour
public class Test2 : MonoBehaviour, ISomeInterface
{
[Dropdown(nameof(testArray))] [SerializeField]
private string testStr;
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.tdw.better.commons": "0.0.3",
"com.tdw.better.commons": "0.0.4",
"com.unity.ai.navigation": "1.1.4",
"com.unity.collab-proxy": "2.0.7",
"com.unity.ide.rider": "3.0.24",
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.tdw.better.commons": {
"version": "0.0.3",
"version": "0.0.4",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down

0 comments on commit 3023dba

Please sign in to comment.