diff options
Diffstat (limited to 'NetPlayer.cs')
-rw-r--r-- | NetPlayer.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/NetPlayer.cs b/NetPlayer.cs new file mode 100644 index 0000000..213568d --- /dev/null +++ b/NetPlayer.cs @@ -0,0 +1,8 @@ +using UnityEngine; + +public class NetPlayer +{ + public GameObject PlayerObject; + + public string PlayerName; +} |