Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNulty committed Dec 8, 2024
1 parent faec056 commit e51cc47
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"nunit.framework.dll"
],
"autoReferenced": true,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
18 changes: 18 additions & 0 deletions Packages/ie.mypackage.multiplayerstate/Runtime/test.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class test : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{

}

// Update is called once per frame
void Update()
{

}
}
11 changes: 11 additions & 0 deletions Packages/ie.mypackage.multiplayerstate/Runtime/test.cs.meta

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

2 changes: 1 addition & 1 deletion Packages/ie.mypackage.multiplayerstate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ie.mypackage.multiplayerstate",
"version": "1.1.6",
"version": "1.1.7",
"displayName": "Multiplayer State Manager",
"description": "A reusable package for managing multiplayer game states in Unity.",
"unity": "2022.3",
Expand Down

0 comments on commit e51cc47

Please sign in to comment.