gameobjectmanager
This commit is contained in:
parent
08db445a53
commit
a06db78d42
@ -7,8 +7,11 @@ using UnityEngine.Networking;
|
||||
public class CSNC : MonoBehaviour
|
||||
{
|
||||
public string ip;
|
||||
private class EZtransform //ez consistent serialization of transforms
|
||||
public GameObjectManager manager;
|
||||
|
||||
public class EZtransform //ez consistent serialization of transforms
|
||||
{
|
||||
|
||||
public List<float> position;
|
||||
public List<float> rotation;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user