Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 2e0bc68

Browse files
committed
Rename examples
1 parent 1069d36 commit 2e0bc68

6 files changed

Lines changed: 3 additions & 3 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Exodrifter.UnityPython.Examples
55
{
6-
public class HelloWorld : MonoBehaviour
6+
public class PythonHelloWorld : MonoBehaviour
77
{
88
void Start()
99
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace Exodrifter.UnityPython.Examples
55
{
6-
public class Library : MonoBehaviour
6+
public class PythonLibrary : MonoBehaviour
77
{
88
void Start()
99
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Exodrifter.UnityPython.Examples
44
{
5-
public class HelloWorldUnity : MonoBehaviour
5+
public class PythonUnityHelloWorld : MonoBehaviour
66
{
77
void Start()
88
{

0 commit comments

Comments
 (0)