BilliardsPredicted: script naming

This commit is contained in:
mischa 2023-08-31 11:06:36 +02:00
parent ff56210a36
commit 34d3777bc3
4 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
namespace Mirror.Examples.BilliardsPredicted
{
public class RedBall : NetworkBehaviour
public class RedBallPredicted : NetworkBehaviour
{
// destroy when entering a pocket.
// there's only one trigger in the scene (the pocket).

View File

@ -4,7 +4,7 @@
namespace Mirror.Examples.BilliardsPredicted
{
public class WhiteBall : NetworkBehaviour
public class WhiteBallPredicted : NetworkBehaviour
{
public LineRenderer dragIndicator;
public Rigidbody rigidBody;